Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs767 let log2_10 = bf16::from_f32(10f32.log2()); in test_bf16_consts_from_f32() localVariable
825 let log2_10 = bf16::from_f64(10f64.log2()); in test_bf16_consts_from_f64() localVariable
Dbinary16.rs1056 let log2_10 = f16::from_f32(10f32.log2()); in test_f16_consts_from_f32() localVariable
1116 let log2_10 = f16::from_f64(10f64.log2()); in test_f16_consts_from_f64() localVariable
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp2461 const double_double log2_10 = { HEX_DBL(+, 1, a934f0979a371, +, 1), in reference_exp10l() local