Searched refs:frac_2_sqrt_pi (Results 1 – 2 of 2) sorted by relevance
754 let frac_2_sqrt_pi = bf16::from_f32(core::f32::consts::FRAC_2_SQRT_PI); in test_bf16_consts_from_f32() localVariable775 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() localVariable833 assert_eq!(bf16::FRAC_2_SQRT_PI, frac_2_sqrt_pi); in test_bf16_consts_from_f64()
1043 let frac_2_sqrt_pi = f16::from_f32(core::f32::consts::FRAC_2_SQRT_PI); in test_f16_consts_from_f32() localVariable1064 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() localVariable1124 assert_eq!(f16::FRAC_2_SQRT_PI, frac_2_sqrt_pi); in test_f16_consts_from_f64()