Searched refs:kFP64NegativeInfinity (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/arm64/ |
D | instructions-arm64.h | 36 DEFINE_DOUBLE(kFP64NegativeInfinity, 0xfff0000000000000UL);
|
D | simulator-arm64.cc | 2770 (value == kFP64NegativeInfinity)) { in FPRoundInt() 3043 a = kFP64NegativeInfinity; in FPMaxNM() 3045 b = kFP64NegativeInfinity; in FPMaxNM()
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 41 const double kFP64NegativeInfinity = variable
|
D | instructions-aarch64.h | 123 extern const double kFP64NegativeInfinity;
|
D | logic-aarch64.cc | 3732 a = kFP64NegativeInfinity; in FPMaxNM() 3734 b = kFP64NegativeInfinity; in FPMaxNM() 3778 : kFP64NegativeInfinity; in FPRecipStepFused() 3796 : kFP64NegativeInfinity; in FPRSqrtStepFused() 3816 (value == kFP64NegativeInfinity)) { in FPRoundInt() 4626 return kFP64NegativeInfinity; in FPRecipSqrtEstimate() 4717 return (sign == 1) ? kFP64NegativeInfinity : kFP64PositiveInfinity; in FPRecipEstimate() 4741 return (sign == 1) ? kFP64NegativeInfinity : kFP64PositiveInfinity; in FPRecipEstimate()
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 9697 __ Fmov(d6, kFP64NegativeInfinity); in TEST() 9709 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d6); in TEST() 9764 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 9799 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d11); in TEST() 9820 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 9854 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d10); in TEST() 9877 __ Fmov(d28, kFP64NegativeInfinity); in TEST() 9911 ASSERT_EQUAL_FP64(kFP64NegativeInfinity, d10); in TEST() 9989 kFP64NegativeInfinity, // -inf + (-inf * 1) = -inf in TEST() 9991 FmaddFmsubHelper(kFP64NegativeInfinity, in TEST() [all …]
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 3648 __ Fmov(double_scratch(), kFP64NegativeInfinity); in DoMathPowHalf()
|