/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_acoshl.c | 53 #define ln2 u_ln2.e macro 56 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
|
H A D | s_asinhl.c | 56 #define ln2 u_ln2.e macro 59 ln2 = 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */ variable
|
H A D | e_acoshf.c | 21 ln2 = 6.9314718246e-01; /* 0x3f317218 */ variable
|
H A D | e_acosh.c | 35 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
|
H A D | s_asinhf.c | 21 ln2 = 6.9314718246e-01, /* 0x3f317218 */ variable
|
H A D | s_asinh.c | 30 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
|
/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | v_expm1_2u5.c | 17 double ln2[2]; member 87 float64x2_t ln2 = vld1q_f64 (&d->ln2[0]); in V_NAME_D1() local
|
H A D | v_cosh_2u.c | 16 double ln2[2]; member 53 float64x2_t ln2 = vld1q_f64 (d->ln2); in exp_inline() local
|
H A D | v_logf_inline.h | 13 float32x4_t ln2; member
|
H A D | v_log1pf_inline.h | 17 float32x4_t poly[8], ln2; member
|
H A D | sv_log1pf_inline.h | 19 float32_t ln2; member
|
H A D | sv_logf_3u4.c | 16 float ln2; member
|
H A D | sv_log1pf_1u3.c | 16 float ln2, exp_bias; member
|
H A D | v_log10f_3u5.c | 18 float32x4_t inv_ln10, ln2; member
|
H A D | v_log1p_inline.h | 16 float64x2_t poly[19], ln2[2]; member
|
H A D | sv_log_inline.h | 34 double ln2; member
|
H A D | sv_log1p_inline.h | 16 double poly[19], ln2[2]; member
|
H A D | sv_logf_inline.h | 13 float ln2; member
|
/aosp_15_r20/external/fdlibm/ |
H A D | e_acosh.c | 37 ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */ variable
|
H A D | s_asinh.c | 33 ln2 = 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */ variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numbers/ |
H A D | illformed.verify.cpp | 19 int ln2{std::numbers::ln2_v<int>}; variable
|
/aosp_15_r20/external/musl/src/math/ |
H A D | logf_data.h | 16 double ln2; member
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | logf_data.h | 16 double ln2; member
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _math.c | 22 static const double ln2 = 6.93147180559945286227E-01; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | ddd.go | 55 func ln2(args ...T) int { return 2 * ln(args...) } func
|