Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt406-qfunction-helper.h24 CEED_QFUNCTION_HELPER CeedScalar times_three(CeedScalar x) { return FAKE_SYS_SCALE_ONE * SCALE_THRE… in times_three() function
H A Dt406-qfunction.h44 …v[i] = q_data[i] * COMPILER_DEFINED_SCALE * (times_two(u[i]) + times_three(u[i])) * sqrt(1.0 * SCA… in mass()