Home
last modified time | relevance | path

Searched refs:SCALE_TWO (Results 1 – 3 of 3) sorted by relevance

/libCEED/tests/
H A Dt406-qfunction-scales.h13 #define SCALE_TWO 2 macro
H A Dt406-qfunction-helper.h22 CEED_QFUNCTION_HELPER CeedScalar times_two(CeedScalar x) { return FAKE_SYS_SCALE_ONE * SCALE_TWO * … in times_two()
H A Dt406-qfunction.h44 …q_data[i] * COMPILER_DEFINED_SCALE * (times_two(u[i]) + times_three(u[i])) * sqrt(1.0 * SCALE_TWO); in mass()