Searched defs:two (Results 1 – 19 of 19) sorted by relevance
/picolibc-latest/newlib/libm/math/ |
D | sf_tanh.c | 18 static const float one = 1.0, two = 2.0; variable
|
D | s_tanh.c | 75 static const __float64 one = _F_64(1.0), two = _F_64(2.0); variable
|
D | sf_jn.c | 18 static const float two = 2.0000000000e+00, /* 0x40000000 */ variable
|
D | s_jn.c | 45 two = _F_64(2.00000000000000000000e+00), /* 0x40000000, 0x00000000 */ variable
|
D | sf_pow.c | 31 two = 2.0, variable
|
D | s_pow.c | 72 two = _F_64(2.0), variable
|
D | s_erf.c | 161 two = _F_64(2.00000000000000000000e+00), /* 0x40000000, 0x00000000 */ variable
|
D | sf_erf.c | 25 two = 2.0000000000e+00, /* 0x40000000 */ variable
|
/picolibc-latest/newlib/libm/ld/ld128/ |
D | s_tanhl.c | 55 static const long double one = 1.0L, two = 2.0L, tiny = 1.0e-4900L; variable
|
D | e_powl.c | 83 two = 2.0L, variable
|
D | s_erfl.c | 136 two = 2.0L, variable
|
/picolibc-latest/newlib/libm/ld/ld80/ |
D | s_tanhl.c | 39 static const long double one=1.0L, two=2.0L, tiny = 1.0e-4900L; variable
|
D | s_erfl.c | 108 two = 2.0L, variable
|
/picolibc-latest/newlib/libm/test/ |
D | string.c | 77 static char two[50]; variable
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | cbrtf.h | 59 vec_double2 two = VEC_SPLAT_F64(2.0); in _cbrtf() local
|
D | remainderf.h | 52 vec_float4 two = { 2.0f, 2.0f, 2.0f, 2.0f }; in _remainderf() local
|
D | cbrt.h | 60 vec_double2 two = VEC_SPLAT_F64(2.0); in _cbrt() local
|
D | acosf4.h | 70 vec_float4 two = spu_splats(2.0f); in _acosf4() local
|
/picolibc-latest/test/ |
D | fenv.c | 67 volatile test_t two = 2.0; variable
|