Home
last modified time | relevance | path

Searched refs: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
775 assert_eq!(bf16::FRAC_2_SQRT_PI, frac_2_sqrt_pi); in test_bf16_consts_from_f32()
812 let frac_2_sqrt_pi = bf16::from_f64(core::f64::consts::FRAC_2_SQRT_PI); in test_bf16_consts_from_f64() localVariable
833 assert_eq!(bf16::FRAC_2_SQRT_PI, frac_2_sqrt_pi); in test_bf16_consts_from_f64()
Dbinary16.rs1043 let frac_2_sqrt_pi = f16::from_f32(core::f32::consts::FRAC_2_SQRT_PI); in test_f16_consts_from_f32() localVariable
1064 assert_eq!(f16::FRAC_2_SQRT_PI, frac_2_sqrt_pi); in test_f16_consts_from_f32()
1103 let frac_2_sqrt_pi = f16::from_f64(core::f64::consts::FRAC_2_SQRT_PI); in test_f16_consts_from_f64() localVariable
1124 assert_eq!(f16::FRAC_2_SQRT_PI, frac_2_sqrt_pi); in test_f16_consts_from_f64()