Home
last modified time | relevance | path

Searched refs:one_half (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dassembler.cc148 double one_half; member
948 double_constants.one_half = 0.5; in SetUp()
1251 return ExternalReference(reinterpret_cast<void*>(&double_constants.one_half)); in address_of_one_half()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3699 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local
3703 __ 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() local
3860 X87Fld(Operand::StaticVariable(one_half), kX87DoubleOperand); in DoPower()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3534 static int64_t one_half = V8_INT64_C(0x3FE0000000000000); // 0.5 in DoMathRound() local
3539 __ movq(kScratchRegister, one_half); in DoMathRound()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3453 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local
3460 __ movsd(xmm_scratch, Operand::StaticVariable(one_half)); in DoMathRound()