Home
last modified time | relevance | path

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

/external/v8/src/
Dassembler.cc106 double one_half; member
883 double_constants.one_half = 0.5; in SetUp()
1227 return ExternalReference(reinterpret_cast<void*>(&double_constants.one_half)); in address_of_one_half()
/external/v8/src/x87/
Dlithium-codegen-x87.cc3947 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local
3951 __ 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() local
4162 X87Fld(Operand::StaticVariable(one_half), kX87DoubleOperand); in DoPower()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc3685 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local
3692 __ movsd(xmm_scratch, Operand::StaticVariable(one_half)); in DoMathRound()
/external/v8/src/x64/
Dlithium-codegen-x64.cc3780 static int64_t one_half = V8_INT64_C(0x3FE0000000000000); // 0.5 in DoMathRound() local
3785 __ movq(kScratchRegister, one_half); in DoMathRound()