Home
last modified time | relevance | path

Searched refs:two_over_pi (Results 1 – 4 of 4) sorted by relevance

/external/fdlibm/
De_rem_pio2.c27 static const int two_over_pi[] = { variable
29 static int two_over_pi[] = {
172 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dconstants.hpp86 GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_pi();
Dconstants.inl75 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType two_over_pi() function
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp3755 static uint32_t two_over_pi[] = { variable
3874 ? ((uint64_t)two_over_pi[index + i - 0] * (uint64_t)epx.X[0]) in payne_hanek()
3877 ? ((uint64_t)two_over_pi[index + i - 1] * (uint64_t)epx.X[1]) in payne_hanek()
3880 ? ((uint64_t)two_over_pi[index + i - 2] * (uint64_t)epx.X[2]) in payne_hanek()