Searched refs:one_half (Results 1 – 4 of 4) sorted by relevance
148 double one_half; member948 double_constants.one_half = 0.5; in SetUp()1251 return ExternalReference(reinterpret_cast<void*>(&double_constants.one_half)); in address_of_one_half()
3699 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local3703 __ fld_d(Operand::StaticVariable(one_half)); in DoMathRound()3710 __ fadd_d(Operand::StaticVariable(one_half)); in DoMathRound()3744 __ fadd_d(Operand::StaticVariable(one_half)); in DoMathRound()3816 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoPower() local3860 X87Fld(Operand::StaticVariable(one_half), kX87DoubleOperand); in DoPower()
3534 static int64_t one_half = V8_INT64_C(0x3FE0000000000000); // 0.5 in DoMathRound() local3539 __ movq(kScratchRegister, one_half); in DoMathRound()
3453 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local3460 __ movsd(xmm_scratch, Operand::StaticVariable(one_half)); in DoMathRound()