Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cosl.c72 if (z.e < M_PI_4) in cosl()
Ds_tanl.c74 if (z.e < M_PI_4) { in tanl()
Ds_sinl.c68 if (z.e < M_PI_4) { in sinl()
/bionic/libm/include/
Dmath.h100 #define M_PI_4 0.78539816339744830962 /* pi/4 */ macro