Searched defs:neg_zero (Results 1 – 7 of 7) 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
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
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
85 fn neg_zero() -> Self; in neg_zero() method1011 fn neg_zero() -> Self; in neg_zero() method
264 let neg_zero = f64::from_der(&[0x09, 0x01, 0b0100_0011]).unwrap(); in decode_subnormal() localVariable
533 bssl::UniquePtr<ASN1_INTEGER> neg_zero( in TEST() local