Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c188 uint64_t q32 = q1 >> 32u; \
189 q32 += m3 >> 32u; \
190 q32 += h2 >> 32u; \
191 q32 += h3; \
194 name.hi = q32; \
/third_party/boost/boost/math/tools/
Dtoms748_solve.hpp273 T q32 = (d31 - q21) * fa / (fd - fa); in cubic_interpolate() local
276 T c = q31 + q32 + q33 + a; in cubic_interpolate()
278 "q22 = " << q22 << " q32 = " << q32 << " d32 = " << d32 in cubic_interpolate()
/third_party/pcre2/pcre2/src/
Dpcre2test.c6647 uint32_t *q32 = NULL; in process_data() local
6993 *q32++ = c; in process_data()