Home
last modified time | relevance | path

Searched refs:flop_estimate (Results 1 – 2 of 2) sorted by relevance

/libCEED/tests/
H A Dt595-operator.c15 CeedSize flop_estimate = 0; in main() local
105 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()
H A Dt526-operator.c22 CeedSize flop_estimate; in main() local
124 CeedOperatorGetFlopsEstimate(op_mass, &flop_estimate); in main()
127 …if (flop_estimate != 3042) printf("Incorrect FLOP estimate computed, %" CeedSize_FMT " != 3042\n",… in main()