Searched refs:negZero (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatRoundTripTest.java | 110 double negZero = 0.0; in _test() local 111 negZero /= -1.0; in _test() 112 _test(fmt, negZero); in _test()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRoundTripTest.java | 107 double negZero = 0.0; in _test() local 108 negZero /= -1.0; in _test() 109 _test(fmt, negZero); in _test()
|
/external/icu/icu4c/source/test/intltest/ |
D | nmfmtrt.cpp | 162 double negZero = 0.0; negZero /= -1.0; in test() local 163 test(fmt, negZero); in test()
|
/external/skia/docs/ |
D | SkRect_Reference.bmh | 585 SkRect negZero = {-0.0f, -0.0f, 2, 2}; 588 negZero.fLeft, negZero.fTop, negZero.fRight, negZero.fBottom, 589 test == negZero ? '=' : '!', 590 test.fLeft == negZero.fLeft && test.fTop == negZero.fTop && 591 test.fRight == negZero.fRight && test.fBottom == negZero.fBottom ?
|
/external/skqp/docs/ |
D | SkRect_Reference.bmh | 585 SkRect negZero = {-0.0f, -0.0f, 2, 2}; 588 negZero.fLeft, negZero.fTop, negZero.fRight, negZero.fBottom, 589 test == negZero ? '=' : '!', 590 test.fLeft == negZero.fLeft && test.fTop == negZero.fTop && 591 test.fRight == negZero.fRight && test.fBottom == negZero.fBottom ?
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 3004 bool negZero = (classed == 0x8000000000000000); in DecodeTypeRegisterDRsType() local 3036 !quietNan && !negZero && !posZero) { in DecodeTypeRegisterDRsType() 3044 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType() 3319 bool negZero = (classed == 0x80000000); in DecodeTypeRegisterSRsType() local 3351 !quietNan && !negZero && !posZero) { in DecodeTypeRegisterSRsType() 3359 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 2767 bool negZero = (classed == 0x80000000); in DecodeTypeRegisterSRsType() local 2799 !quietNan && !negZero && !posZero) { in DecodeTypeRegisterSRsType() 2807 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterSRsType() 3298 bool negZero = (classed == 0x8000000000000000); in DecodeTypeRegisterDRsType() local 3330 !quietNan && !negZero && !posZero) { in DecodeTypeRegisterDRsType() 3338 (posInf << 6) | (negZero << 5) | (negSubnorm << 4) | in DecodeTypeRegisterDRsType()
|