Searched refs:FRAC_PI_3 (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/libm/src/math/ |
D | atan.rs | 148 (3.0_f64.sqrt(), f64::consts::FRAC_PI_3), in sanity_check() 151 (-3.0_f64.sqrt(), -f64::consts::FRAC_PI_3), in sanity_check()
|
/external/rust/crates/half/src/ |
D | binary16.rs | 284 pub const FRAC_PI_3: f16 = f16::FRAC_PI_3; constant 750 pub const FRAC_PI_3: f16 = f16(0x3C30u16); constant 1045 let frac_pi_3 = f16::from_f32(core::f32::consts::FRAC_PI_3); in test_f16_consts_from_f32() 1066 assert_eq!(f16::FRAC_PI_3, frac_pi_3); in test_f16_consts_from_f32() 1105 let frac_pi_3 = f16::from_f64(core::f64::consts::FRAC_PI_3); in test_f16_consts_from_f64() 1126 assert_eq!(f16::FRAC_PI_3, frac_pi_3); in test_f16_consts_from_f64()
|
D | bfloat.rs | 441 pub const FRAC_PI_3: bf16 = bf16(0x3F86u16); constant 756 let frac_pi_3 = bf16::from_f32(core::f32::consts::FRAC_PI_3); in test_bf16_consts_from_f32() 777 assert_eq!(bf16::FRAC_PI_3, frac_pi_3); in test_bf16_consts_from_f32() 814 let frac_pi_3 = bf16::from_f64(core::f64::consts::FRAC_PI_3); in test_bf16_consts_from_f64() 835 assert_eq!(bf16::FRAC_PI_3, frac_pi_3); in test_bf16_consts_from_f64()
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 2295 FRAC_PI_3, 2325 (60.0, consts::FRAC_PI_3),
|