Searched refs:FRAC_PI_6 (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/libm/src/math/ |
D | atan.rs | 146 (3.0_f64.sqrt() / 3.0, f64::consts::FRAC_PI_6), in sanity_check() 149 (-3.0_f64.sqrt() / 3.0, -f64::consts::FRAC_PI_6), in sanity_check()
|
/external/rust/crates/half/src/ |
D | binary16.rs | 296 pub const FRAC_PI_6: f16 = f16::FRAC_PI_6; constant 754 pub const FRAC_PI_6: f16 = f16(0x3830u16); constant 1047 let frac_pi_6 = f16::from_f32(core::f32::consts::FRAC_PI_6); in test_f16_consts_from_f32() 1068 assert_eq!(f16::FRAC_PI_6, frac_pi_6); in test_f16_consts_from_f32() 1107 let frac_pi_6 = f16::from_f64(core::f64::consts::FRAC_PI_6); in test_f16_consts_from_f64() 1128 assert_eq!(f16::FRAC_PI_6, frac_pi_6); in test_f16_consts_from_f64()
|
D | bfloat.rs | 445 pub const FRAC_PI_6: bf16 = bf16(0x3F06u16); constant 758 let frac_pi_6 = bf16::from_f32(core::f32::consts::FRAC_PI_6); in test_bf16_consts_from_f32() 779 assert_eq!(bf16::FRAC_PI_6, frac_pi_6); in test_bf16_consts_from_f32() 816 let frac_pi_6 = bf16::from_f64(core::f64::consts::FRAC_PI_6); in test_bf16_consts_from_f64() 837 assert_eq!(bf16::FRAC_PI_6, frac_pi_6); in test_bf16_consts_from_f64()
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 2299 FRAC_PI_6, 2323 (30.0, consts::FRAC_PI_6),
|