Searched refs:one_half (Results 1 – 4 of 4) sorted by relevance
106 double one_half; member883 double_constants.one_half = 0.5; in SetUp()1227 return ExternalReference(reinterpret_cast<void*>(&double_constants.one_half)); in address_of_one_half()
3947 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local3951 __ fld_d(Operand::StaticVariable(one_half)); in DoMathRound()3958 __ fadd_d(Operand::StaticVariable(one_half)); in DoMathRound()3992 __ fadd_d(Operand::StaticVariable(one_half)); in DoMathRound()4118 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoPower() local4162 X87Fld(Operand::StaticVariable(one_half), kX87DoubleOperand); in DoPower()
3685 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local3692 __ movsd(xmm_scratch, Operand::StaticVariable(one_half)); in DoMathRound()
3780 static int64_t one_half = V8_INT64_C(0x3FE0000000000000); // 0.5 in DoMathRound() local3785 __ movq(kScratchRegister, one_half); in DoMathRound()