Home
last modified time | relevance | path

Searched defs:log2_10 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dsv_exp10_1u5.c86 svfloat64_t log2_10 = svld1rq (svptrue_b64 (), &d->log2_10_hi); in SV_NAME_D1() local
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/
Dbfloat.rs1404 let log2_10 = bf16::from_f32(10f32.log2()); in test_bf16_consts_from_f32() localVariable
1462 let log2_10 = bf16::from_f64(10f64.log2()); in test_bf16_consts_from_f64() localVariable
Dbinary16.rs1469 let log2_10 = f16::from_f32(10f32.log2()); in test_f16_consts_from_f32() localVariable
1529 let log2_10 = f16::from_f64(10f64.log2()); in test_f16_consts_from_f64() localVariable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dreference_math.cpp2462 const double_double log2_10 = { HEX_DBL(+, 1, a934f0979a371, +, 1), in reference_exp10l() local