Home
last modified time | relevance | path

Searched defs:half (Results 1 – 25 of 25) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_cosh.c23 static const float one = 1.0, half = 0.5; variable
Ds_cosh.c39 static const __float64 one = _F_64(1.0), half = _F_64(0.5); variable
Dk_sin.c47 half = _F_64(5.00000000000000000000e-01), /* 0x3FE00000, 0x00000000 */ variable
Dkf_sin.c18 static const float half = 5.0000000000e-01, /* 0x3f000000 */ variable
Dsf_rem_pio2.c70 half = 5.0000000000e-01, /* 0x3f000000 */ variable
Ds_rem_pio2.c62 half = _F_64(5.00000000000000000000e-01), /* 0x3FE00000, 0x00000000 */ variable
Dsf_erf.c23 static const float tiny = 1e-30, half = 5.0000000000e-01, /* 0x3F000000 */ variable
Ds_erf.c159 half = _F_64(5.00000000000000000000e-01), /* 0x3FE00000, 0x00000000 */ variable
Dsrf_lgamma.c22 half = 5.0000000000e-01, /* 0x3f000000 */ variable
Dsr_lgamma.c90 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_coshl.c34 static const long double one = 1.0l, half=0.5l, huge = 1.0e4900L; variable
Ds_erfl.c106 half = 0.5L, variable
De_lgammal_r.c92 half = 0.5L, variable
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_coshl.c49 static const long double one = 1.0L, half = 0.5L, huge = 1.0e4900L, variable
Dk_sinl.c22 half = 0.5; variable
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dfrexpf.h46 vec_float4 half = VEC_SPLAT_F32(0.5f); in _frexpf() local
Dfrexp.h49 vec_double2 half = VEC_SPLAT_F64(0.5); in _frexp() local
Dasind2.h111 vec_double2 half = spu_splats(0.5); in _asind2() local
Dacosd2.h107 vec_double2 half = spu_splats(0.5); in _acosd2() local
Dsqrtf4.h60 vec_uint4 half = spu_splats((unsigned int)0x00800000); in _sqrtf4() local
Dcbrtf.h56 vec_float4 half = VEC_SPLAT_F32(0.5f); in _cbrtf() local
Dcbrt.h61 vec_double2 half = VEC_SPLAT_F64(0.5); in _cbrt() local
Dacosf4.h68 vec_float4 half = spu_splats(0.5f); in _acosf4() local
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dldtox_engine.c121 _u128 half = _u128_lshift(to_u128(1), bits - 1); in __ldtox_engine() local
Ddtox_engine.c133 DTOX_INT half = ((DTOX_INT) 1) << (bits - 1); in __dtox_engine() local