Home
last modified time | relevance | path

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

123

/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_acoshl.c53 #define ln2 u_ln2.e macro
56 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
H A Ds_asinhl.c56 #define ln2 u_ln2.e macro
59 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
H A De_acoshf.c21 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
H A De_acosh.c35 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
H A Ds_asinhf.c21 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable
H A Ds_asinh.c30 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dv_expm1_2u5.c17 double ln2[2]; member
87 float64x2_t ln2 = vld1q_f64 (&d->ln2[0]); in V_NAME_D1() local
H A Dv_cosh_2u.c16 double ln2[2]; member
53 float64x2_t ln2 = vld1q_f64 (d->ln2); in exp_inline() local
H A Dv_logf_inline.h13 float32x4_t ln2; member
H A Dv_log1pf_inline.h17 float32x4_t poly[8], ln2; member
H A Dsv_log1pf_inline.h19 float32_t ln2; member
H A Dsv_logf_3u4.c16 float ln2; member
H A Dsv_log1pf_1u3.c16 float ln2, exp_bias; member
H A Dv_log10f_3u5.c18 float32x4_t inv_ln10, ln2; member
H A Dv_log1p_inline.h16 float64x2_t poly[19], ln2[2]; member
H A Dsv_log_inline.h34 double ln2; member
H A Dsv_log1p_inline.h16 double poly[19], ln2[2]; member
H A Dsv_logf_inline.h13 float ln2; member
/aosp_15_r20/external/fdlibm/
H A De_acosh.c37 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
H A Ds_asinh.c33 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numbers/
H A Dillformed.verify.cpp19 int ln2{std::numbers::ln2_v<int>}; variable
/aosp_15_r20/external/musl/src/math/
H A Dlogf_data.h16 double ln2; member
/aosp_15_r20/external/trusty/musl/src/math/
Dlogf_data.h16 double ln2; member
/aosp_15_r20/external/python/cpython2/Modules/
D_math.c22 static const double ln2 = 6.93147180559945286227E-01; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dddd.go55 func ln2(args ...T) int { return 2 * ln(args...) } func

123