Home
last modified time | relevance | path

Searched defs:ln2 (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_acosh.c19 static const float one = 1.0, ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
Ds_acosh.c35 ln2 = _F_64(6.93147180559945286227e-01); /* 0x3FE62E42, 0xFEFA39EF */ variable
Ds_asinh.c65 ln2 = _F_64(6.93147180559945286227e-01), /* 0x3FE62E42, 0xFEFA39EF */ variable
Dsf_asinh.c19 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable
/picolibc-latest/newlib/libm/ld/ld128/
De_acoshl.c31 ln2 = 0.6931471805599453094172321214581766L; variable
Ds_asinhl.c28 ln2 = 6.931471805599453094172321214581765681e-1L, variable
/picolibc-latest/newlib/libm/ld/ld80/
De_acoshl.c29 ln2 = 6.931471805599453094287e-01L; /* 0x3FFE, 0xB17217F7, 0xD1CF79AC */ variable
Ds_asinhl.c28 ln2 = 6.931471805599453094287e-01L, /* 0x3FFE, 0xB17217F7, 0xD1CF79AC */ variable
/picolibc-latest/newlib/libm/machine/spu/headers/
Dasinhf4.h117 vec_float4 ln2 = spu_splats(6.931471805599453094172321E-1f); in _asinhf4() local
/picolibc-latest/newlib/libm/common/
Dmath_config.h1099 double ln2; member