Home
last modified time | relevance | path

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

/libCEED/tests/
H A Dt405-qfunction.h19 CEED_QFUNCTION_HELPER CeedScalar times_two(CeedScalar x) { return 2 * x; } in times_two() function
25 v[i] = q_data[i] * times_two(u[i]); in mass()
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 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()