HomeSort by relevance Sort by last modified time
    Searched refs:M_PI_4 (Results 1 - 10 of 10) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cosl.c 74 if (z.e < M_PI_4)
s_sinl.c 70 if (z.e < M_PI_4) {
s_tanl.c 76 if (z.e < M_PI_4) {
s_sincosl.c 63 if (z.e < M_PI_4) {
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 433 #define M_PI_4 0.78539816339744830962 /**< pi/4 */
  /bionic/tests/headers/posix/
math_h.c 81 MACRO(M_PI_4);
  /bionic/libc/include/
math.h 346 #define M_PI_4 0.78539816339744830962 /* pi/4 */
  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 33 #define M_PI_4f ((float) M_PI_4)
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 89 #define M_PI_4f ((float) M_PI_4)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 223 #define M_PI_4 0x1.921fb54442d18p-1
    [all...]

Completed in 1587 milliseconds