Home
last modified time | relevance | path

Searched defs:times_two (Results 1 – 2 of 2) sorted by relevance

/libCEED/tests/
H A Dt406-qfunction-helper.h22 CEED_QFUNCTION_HELPER CeedScalar times_two(CeedScalar x) { return FAKE_SYS_SCALE_ONE * SCALE_TWO * … in times_two() function
H A Dt405-qfunction.h19 CEED_QFUNCTION_HELPER CeedScalar times_two(CeedScalar x) { return 2 * x; } in times_two() function