Searched refs:flop_estimate (Results 1 – 2 of 2) sorted by relevance
15 CeedSize flop_estimate = 0; in main() local105 CeedOperatorGetFlopsEstimate(op_mass, &flop_estimate); in main()108 if (flop_estimate != 16317) { in main()110 printf("Incorrect FLOP estimate computed, %ld != 16317\n", flop_estimate); in main()
22 CeedSize flop_estimate; in main() local124 CeedOperatorGetFlopsEstimate(op_mass, &flop_estimate); in main()127 …if (flop_estimate != 3042) printf("Incorrect FLOP estimate computed, %" CeedSize_FMT " != 3042\n",… in main()