Home
last modified time | relevance | path

Searched defs:two (Results 1 – 19 of 19) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_tanh.c18 static const float one = 1.0, two = 2.0; variable
Ds_tanh.c75 static const __float64 one = _F_64(1.0), two = _F_64(2.0); variable
Dsf_jn.c18 static const float two = 2.0000000000e+00, /* 0x40000000 */ variable
Ds_jn.c45 two = _F_64(2.00000000000000000000e+00), /* 0x40000000, 0x00000000 */ variable
Dsf_pow.c31 two = 2.0, variable
Ds_pow.c72 two = _F_64(2.0), variable
Ds_erf.c161 two = _F_64(2.00000000000000000000e+00), /* 0x40000000, 0x00000000 */ variable
Dsf_erf.c25 two = 2.0000000000e+00, /* 0x40000000 */ variable
/picolibc-latest/newlib/libm/ld/ld128/
Ds_tanhl.c55 static const long double one = 1.0L, two = 2.0L, tiny = 1.0e-4900L; variable
De_powl.c83 two = 2.0L, variable
Ds_erfl.c136 two = 2.0L, variable
/picolibc-latest/newlib/libm/ld/ld80/
Ds_tanhl.c39 static const long double one=1.0L, two=2.0L, tiny = 1.0e-4900L; variable
Ds_erfl.c108 two = 2.0L, variable
/picolibc-latest/newlib/libm/test/
Dstring.c77 static char two[50]; variable
/picolibc-latest/newlib/libm/machine/spu/headers/
Dcbrtf.h59 vec_double2 two = VEC_SPLAT_F64(2.0); in _cbrtf() local
Dremainderf.h52 vec_float4 two = { 2.0f, 2.0f, 2.0f, 2.0f }; in _remainderf() local
Dcbrt.h60 vec_double2 two = VEC_SPLAT_F64(2.0); in _cbrt() local
Dacosf4.h70 vec_float4 two = spu_splats(2.0f); in _acosf4() local
/picolibc-latest/test/
Dfenv.c67 volatile test_t two = 2.0; variable