Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt406-qfunction-scales.h15 #define SCALE_THREE 3 macro
H A Dt406-qfunction-helper.h24 …NCTION_HELPER CeedScalar times_three(CeedScalar x) { return FAKE_SYS_SCALE_ONE * SCALE_THREE * x; } in times_three()