/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_cosh.c | 23 static const float one = 1.0, half = 0.5; variable
|
D | s_cosh.c | 39 static const __float64 one = _F_64(1.0), half = _F_64(0.5); variable
|
D | k_sin.c | 47 half = _F_64(5.00000000000000000000e-01), /* 0x3FE00000, 0x00000000 */ variable
|
D | kf_sin.c | 18 static const float half = 5.0000000000e-01, /* 0x3f000000 */ variable
|
D | sf_rem_pio2.c | 70 half = 5.0000000000e-01, /* 0x3f000000 */ variable
|
D | s_rem_pio2.c | 62 half = _F_64(5.00000000000000000000e-01), /* 0x3FE00000, 0x00000000 */ variable
|
D | sf_erf.c | 23 static const float tiny = 1e-30, half = 5.0000000000e-01, /* 0x3F000000 */ variable
|
D | s_erf.c | 159 half = _F_64(5.00000000000000000000e-01), /* 0x3FE00000, 0x00000000 */ variable
|
D | srf_lgamma.c | 22 half = 5.0000000000e-01, /* 0x3f000000 */ variable
|
D | sr_lgamma.c | 90 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/ |
D | e_coshl.c | 34 static const long double one = 1.0l, half=0.5l, huge = 1.0e4900L; variable
|
D | s_erfl.c | 106 half = 0.5L, variable
|
D | e_lgammal_r.c | 92 half = 0.5L, variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/ |
D | e_coshl.c | 49 static const long double one = 1.0L, half = 0.5L, huge = 1.0e4900L, variable
|
D | k_sinl.c | 22 half = 0.5; variable
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | frexpf.h | 46 vec_float4 half = VEC_SPLAT_F32(0.5f); in _frexpf() local
|
D | frexp.h | 49 vec_double2 half = VEC_SPLAT_F64(0.5); in _frexp() local
|
D | asind2.h | 111 vec_double2 half = spu_splats(0.5); in _asind2() local
|
D | acosd2.h | 107 vec_double2 half = spu_splats(0.5); in _acosd2() local
|
D | sqrtf4.h | 60 vec_uint4 half = spu_splats((unsigned int)0x00800000); in _sqrtf4() local
|
D | cbrtf.h | 56 vec_float4 half = VEC_SPLAT_F32(0.5f); in _cbrtf() local
|
D | cbrt.h | 61 vec_double2 half = VEC_SPLAT_F64(0.5); in _cbrt() local
|
D | acosf4.h | 68 vec_float4 half = spu_splats(0.5f); in _acosf4() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | ldtox_engine.c | 121 _u128 half = _u128_lshift(to_u128(1), bits - 1); in __ldtox_engine() local
|
D | dtox_engine.c | 133 DTOX_INT half = ((DTOX_INT) 1) << (bits - 1); in __dtox_engine() local
|