Home
last modified time | relevance | path

Searched defs:frac_2_sqrt_pi (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/half/src/
Dbfloat.rs754 let frac_2_sqrt_pi = bf16::from_f32(core::f32::consts::FRAC_2_SQRT_PI); in test_bf16_consts_from_f32() localVariable
812 let frac_2_sqrt_pi = bf16::from_f64(core::f64::consts::FRAC_2_SQRT_PI); in test_bf16_consts_from_f64() localVariable
Dbinary16.rs1043 let frac_2_sqrt_pi = f16::from_f32(core::f32::consts::FRAC_2_SQRT_PI); in test_f16_consts_from_f32() localVariable
1103 let frac_2_sqrt_pi = f16::from_f64(core::f64::consts::FRAC_2_SQRT_PI); in test_f16_consts_from_f64() localVariable