Searched refs:log2_10 (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/half/src/ |
D | bfloat.rs | 767 let log2_10 = bf16::from_f32(10f32.log2()); in test_bf16_consts_from_f32() localVariable 786 assert_eq!(bf16::LOG2_10, log2_10); in test_bf16_consts_from_f32() 825 let log2_10 = bf16::from_f64(10f64.log2()); in test_bf16_consts_from_f64() localVariable 844 assert_eq!(bf16::LOG2_10, log2_10); in test_bf16_consts_from_f64()
|
D | binary16.rs | 1056 let log2_10 = f16::from_f32(10f32.log2()); in test_f16_consts_from_f32() localVariable 1075 assert_eq!(f16::LOG2_10, log2_10); in test_f16_consts_from_f32() 1116 let log2_10 = f16::from_f64(10f64.log2()); in test_f16_consts_from_f64() localVariable 1135 assert_eq!(f16::LOG2_10, log2_10); in test_f16_consts_from_f64()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 2461 const double_double log2_10 = { HEX_DBL(+, 1, a934f0979a371, +, 1), in reference_exp10l() local 2476 x = mul_dd(x, log2_10); // x * log2(10) in reference_exp10l()
|