Home
last modified time | relevance | path

Searched defs:pi (Results 1 – 17 of 17) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/
De_acosl.c35 #define pi ((long double)pi1 + (long double)pi2) macro
38 pi = 3.14159265358979323846264338327950280e+00L; variable
De_atan2l.c28 static const long double pi = _M_PI_L; variable
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Datan2f4.h69 vector float pi = spu_splats((float)SM_PI); in _atan2f4() local
Datan2d2.h70 vector double pi = spu_splats(SM_PI); in _atan2d2() local
Dtgammaf4.h100 vector float pi = spu_splats((float)SM_PI); in _tgammaf4() local
Dacosf4.h71 vec_float4 pi = spu_splats(3.1415925026e+00f); in _acosf4() local
Dtgammad2.h153 vector double pi = spu_splats(SM_PI); in _tgammad2() local
Dlgammad2.h147 vec_double2 pi = spu_splats(PI); in _lgammad2() local
Dlgammaf4.h84 vec_float4 pi = spu_splats(3.14159265358979323846264338328f); in _lgammaf4() local
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_atan2.c22 pi = 3.1415927410e+00, /* 0x40490fdb */ variable
Ds_atan2.c50 pi = _F_64(3.1415926535897931160E+00), /* 0x400921FB, 0x54442D18 */ variable
Dsf_acos.c19 pi = 3.1415925026e+00, /* 0x40490fda */ variable
Ds_acos.c44 pi = _F_64(3.14159265358979311600e+00), /* 0x400921FB, 0x54442D18 */ variable
Dsrf_lgamma.c24 pi = 3.1415927410e+00, /* 0x40490fdb */ variable
Dsr_lgamma.c92 pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ variable
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_lgammal_r.c94 pi = 3.14159265358979323846264L, variable
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dconvert.c192 int_scan_type *pi, in test_strtol_base()