Home
last modified time | relevance | path

Searched refs:kFP64NegativeInfinity (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.h36 DEFINE_DOUBLE(kFP64NegativeInfinity, 0xfff0000000000000UL);
Dsimulator-arm64.cc2770 (value == kFP64NegativeInfinity)) { in FPRoundInt()
3043 a = kFP64NegativeInfinity; in FPMaxNM()
3045 b = kFP64NegativeInfinity; in FPMaxNM()
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc41 const double kFP64NegativeInfinity = variable
Dinstructions-aarch64.h123 extern const double kFP64NegativeInfinity;
Dlogic-aarch64.cc3732 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/
Dtest-assembler-aarch64.cc9697 __ 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/
Dlithium-codegen-arm64.cc3648 __ Fmov(double_scratch(), kFP64NegativeInfinity); in DoMathPowHalf()