Searched refs:kFP64NegativeInfinity (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 5135 __ Fmov(d6, kFP64NegativeInfinity); in TEST() 5147 CHECK_EQUAL_FP64(kFP64NegativeInfinity, d6); in TEST() 5198 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 5233 CHECK_EQUAL_FP64(kFP64NegativeInfinity, d11); in TEST() 5255 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 5289 CHECK_EQUAL_FP64(kFP64NegativeInfinity, d10); in TEST() 5313 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 5347 CHECK_EQUAL_FP64(kFP64NegativeInfinity, d10); in TEST() 5414 kFP64NegativeInfinity, // -inf + (-inf * 1) = -inf in TEST() 5416 FmaddFmsubHelper(kFP64NegativeInfinity, 1.0, kFP64PositiveInfinity, in TEST() [all …]
|
/external/v8/src/arm64/ |
D | instructions-arm64.h | 36 DEFINE_DOUBLE(kFP64NegativeInfinity, 0xfff0000000000000UL);
|
D | simulator-arm64.cc | 2722 (value == kFP64NegativeInfinity)) { in FPRoundInt() 2989 a = kFP64NegativeInfinity; in FPMaxNM() 2991 b = kFP64NegativeInfinity; in FPMaxNM()
|
D | lithium-codegen-arm64.cc | 4062 __ Fmov(double_scratch(), kFP64NegativeInfinity); in DoMathPowHalf()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 8915 __ Fmov(d6, kFP64NegativeInfinity); in TEST() 8927 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d6); in TEST() 8982 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 9017 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d11); in TEST() 9038 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 9072 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d10); in TEST() 9095 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 9129 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d10); in TEST() 9193 kFP64NegativeInfinity, // -inf + (-inf * 1) = -inf in TEST() 9195 FmaddFmsubHelper(kFP64NegativeInfinity, 1.0, kFP64PositiveInfinity, in TEST() [all …]
|
/external/vixl/src/vixl/a64/ |
D | instructions-a64.cc | 40 const double kFP64NegativeInfinity = variable
|
D | instructions-a64.h | 119 extern const double kFP64NegativeInfinity;
|
D | logic-a64.cc | 3664 a = kFP64NegativeInfinity; in FPMaxNM() 3666 b = kFP64NegativeInfinity; in FPMaxNM() 3711 : kFP64NegativeInfinity; in FPRecipStepFused() 3729 : kFP64NegativeInfinity; in FPRSqrtStepFused() 3749 (value == kFP64NegativeInfinity)) { in FPRoundInt() 4547 return kFP64NegativeInfinity; in FPRecipSqrtEstimate() 4638 return (sign == 1) ? kFP64NegativeInfinity : kFP64PositiveInfinity; in FPRecipEstimate() 4653 return (sign == 1) ? kFP64NegativeInfinity : kFP64PositiveInfinity; in FPRecipEstimate()
|