Home
last modified time | relevance | path

Searched refs:NEG_ZERO (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/unittests/tools/llvm-exegesis/
DRegisterValueTest.cpp26 CHECK("8000", NEG_ZERO); in TEST()
42 CHECK("80000000", NEG_ZERO); in TEST()
58 CHECK("8000000000000000", NEG_ZERO); in TEST()
/external/rust/crates/half/benches/
Dconvert.rs53 f16::NEG_ZERO, in bench_f16_to_f32()
73 f16::NEG_ZERO, in bench_f16_to_f64()
163 f16::NEG_ZERO, in bench_slice_f16_to_f32()
195 f16::NEG_ZERO, in bench_slice_f16_to_f64()
277 bf16::NEG_ZERO, in bench_bf16_to_f32()
297 bf16::NEG_ZERO, in bench_bf16_to_f64()
/external/rust/crates/libm/src/math/
Dpow.rs420 const NEG_ZERO: &[f64] = &[-0.0]; constant
437 NEG_ZERO,
453 const NEG: &[&[f64]] = &[NEG_ZERO, NEG_ODDS, NEG_ONE, NEG_FLOATS, NEG_EVENS, NEG_INF];
553 let base_below_one = &[POS_ZERO, NEG_ZERO, NEG_SMALL_FLOATS, POS_SMALL_FLOATS]; in infinity_as_exponent()
607 &[POS_ZERO, NEG_ZERO, POS_ONE, NEG_ONE, POS_EVENS, NEG_EVENS] in special_cases()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DRegisterValue.h34 NEG_ZERO, // Negative zero enumerator
DRegisterValue.cpp21 case PredefinedValues::NEG_ZERO: in getFloatValue()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DMutablePatternModifier.java170 setNumberProperties(Signum.NEG_ZERO, plural); in createImmutable()
171 pm.setModifier(Signum.NEG_ZERO, plural, createConstantModifier(a, b)); in createImmutable()
183 setNumberProperties(Signum.NEG_ZERO, null); in createImmutable()
DModifier.java24 NEG_ZERO, enumConstant
DPatternStringUtils.java504 case NEG_ZERO: in resolveSignDisplay()
516 case NEG_ZERO: in resolveSignDisplay()
529 case NEG_ZERO: in resolveSignDisplay()
DAdoptingModifierStore.java72 case NEG_ZERO: in getModifierWithoutPlural()
DDecimalQuantity_AbstractBCD.java332 return Signum.NEG_ZERO; in signum()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMutablePatternModifier.java168 setNumberProperties(Signum.NEG_ZERO, plural); in createImmutable()
169 pm.setModifier(Signum.NEG_ZERO, plural, createConstantModifier(a, b)); in createImmutable()
181 setNumberProperties(Signum.NEG_ZERO, null); in createImmutable()
DModifier.java22 NEG_ZERO, enumConstant
DPatternStringUtils.java499 case NEG_ZERO: in resolveSignDisplay()
511 case NEG_ZERO: in resolveSignDisplay()
524 case NEG_ZERO: in resolveSignDisplay()
DAdoptingModifierStore.java70 case NEG_ZERO: in getModifierWithoutPlural()
DDecimalQuantity_AbstractBCD.java330 return Signum.NEG_ZERO; in signum()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DMutablePatternModifierTest.java45 mod.setNumberProperties(Signum.NEG_ZERO, null); in basic()
69 mod.setNumberProperties(Signum.NEG_ZERO, null); in basic()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DMutablePatternModifierTest.java48 mod.setNumberProperties(Signum.NEG_ZERO, null); in basic()
72 mod.setNumberProperties(Signum.NEG_ZERO, null); in basic()
/external/rust/crates/half/src/
Dbinary16.rs235 pub const NEG_ZERO: f16 = f16::NEG_ZERO; constant
733 pub const NEG_ZERO: f16 = f16(0x8000u16); constant
1031 assert_eq!(f16::NEG_ZERO, neg_zero); in test_f16_consts_from_f32()
1091 assert_eq!(f16::NEG_ZERO, neg_zero); in test_f16_consts_from_f64()
Dbfloat.rs424 pub const NEG_ZERO: bf16 = bf16(0x8000u16); constant
743 assert_eq!(bf16::NEG_ZERO, neg_zero); in test_bf16_consts_from_f32()
801 assert_eq!(bf16::NEG_ZERO, neg_zero); in test_bf16_consts_from_f64()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java534 return Signum.NEG_ZERO;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java531 return Signum.NEG_ZERO;