Home
last modified time | relevance | path

Searched refs:FAKE_SYS_SCALE_ONE (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()
24 CEED_QFUNCTION_HELPER CeedScalar times_three(CeedScalar x) { return FAKE_SYS_SCALE_ONE * SCALE_THRE… in times_three()
/libCEED/tests/test-include/
H A Dfake-sys-include.h1 #define FAKE_SYS_SCALE_ONE 1 macro