Searched defs:pi (Results 1 – 17 of 17) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/ld/common/ |
D | e_acosl.c | 35 #define pi ((long double)pi1 + (long double)pi2) macro 38 pi = 3.14159265358979323846264338327950280e+00L; variable
|
D | e_atan2l.c | 28 static const long double pi = _M_PI_L; variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | atan2f4.h | 69 vector float pi = spu_splats((float)SM_PI); in _atan2f4() local
|
D | atan2d2.h | 70 vector double pi = spu_splats(SM_PI); in _atan2d2() local
|
D | tgammaf4.h | 100 vector float pi = spu_splats((float)SM_PI); in _tgammaf4() local
|
D | acosf4.h | 71 vec_float4 pi = spu_splats(3.1415925026e+00f); in _acosf4() local
|
D | tgammad2.h | 153 vector double pi = spu_splats(SM_PI); in _tgammad2() local
|
D | lgammad2.h | 147 vec_double2 pi = spu_splats(PI); in _lgammad2() local
|
D | lgammaf4.h | 84 vec_float4 pi = spu_splats(3.14159265358979323846264338328f); in _lgammaf4() local
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_atan2.c | 22 pi = 3.1415927410e+00, /* 0x40490fdb */ variable
|
D | s_atan2.c | 50 pi = _F_64(3.1415926535897931160E+00), /* 0x400921FB, 0x54442D18 */ variable
|
D | sf_acos.c | 19 pi = 3.1415925026e+00, /* 0x40490fda */ variable
|
D | s_acos.c | 44 pi = _F_64(3.14159265358979311600e+00), /* 0x400921FB, 0x54442D18 */ variable
|
D | srf_lgamma.c | 24 pi = 3.1415927410e+00, /* 0x40490fdb */ variable
|
D | sr_lgamma.c | 92 pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/ |
D | e_lgammal_r.c | 94 pi = 3.14159265358979323846264L, variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | convert.c | 192 int_scan_type *pi, in test_strtol_base()
|