Searched defs:log2_e (Results 1 – 6 of 6) sorted by relevance
283 ir_constant *log2_e = _imm_fp(ir, ir->type, M_LOG2E); in exp_to_exp2() local
1402 let log2_e = bf16::from_f32(core::f32::consts::LOG2_E); in test_bf16_consts_from_f32() localVariable1460 let log2_e = bf16::from_f64(core::f64::consts::LOG2_E); in test_bf16_consts_from_f64() localVariable
1467 let log2_e = f16::from_f32(core::f32::consts::LOG2_E); in test_f16_consts_from_f32() localVariable1527 let log2_e = f16::from_f64(core::f64::consts::LOG2_E); in test_f16_consts_from_f64() localVariable
311 const float log2_e = 1.4426950408889634074f; in approx_exp() local
113 const float log2_e = 1.4426950408889634074f; in expf_() local
1042 const float log2_e = 1.4426950408889634074f; in approx_exp() local