Searched defs:neg_zero (Results 1 – 8 of 8) sorted by relevance
146 fn neg_zero() -> Self { in neg_zero() method311 fn neg_zero() -> Self { in neg_zero() method884 fn neg_zero() -> Self { in neg_zero() method1049 fn neg_zero() -> Self { in neg_zero() method
1433 let neg_zero = f16::from_f32(-0.0); in test_f16_consts_from_f32() localVariable1496 let neg_zero = f16::from_f64(-0.0); in test_f16_consts_from_f64() localVariable1648 let neg_zero = f16::from_f64(-0.0); in test_comparisons() localVariable
1368 let neg_zero = bf16::from_f32(-0.0); in test_bf16_consts_from_f32() localVariable1431 let neg_zero = bf16::from_f64(-0.0); in test_bf16_consts_from_f64() localVariable1577 let neg_zero = bf16::from_f64(-0.0); in test_comparisons() localVariable
82 fn neg_zero() -> Self; in neg_zero() method982 fn neg_zero() -> Self; in neg_zero() method
261 let neg_zero = f64::from_der(&[0x09, 0x01, 0b0100_0011]).unwrap(); in decode_subnormal() localVariable
532 bssl::UniquePtr<ASN1_INTEGER> neg_zero( in TEST() local