Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c270 nir_ssa_def *one_half = nir_imm_double(b, 0.5); in lower_sqrt_rsq() local
271 nir_ssa_def *h_0 = nir_fmul(b, one_half, ra); in lower_sqrt_rsq()
273 nir_ssa_def *r_0 = nir_ffma(b, nir_fneg(b, h_0), g_0, one_half); in lower_sqrt_rsq()
283 one_half); in lower_sqrt_rsq()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h764 const ResultF one_half =
766 return SelectUsingMask(mask_if_zero, one_half,
/external/v8/src/
Dassembler.cc101 double one_half; member
908 double_constants.one_half = 0.5; in SetUp()
1302 return ExternalReference(reinterpret_cast<void*>(&double_constants.one_half)); in address_of_one_half()
Dcode-stub-assembler.cc210 Node* one_half = Float64Constant(0.5); in Float64Round() local
217 GotoIf(Float64LessThanOrEqual(Float64Sub(var_x.value(), one_half), x), in Float64Round()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3403 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRound() local
3407 __ fld_d(Operand::StaticVariable(one_half)); in DoMathRound()
3414 __ fadd_d(Operand::StaticVariable(one_half)); in DoMathRound()
3450 __ fadd_d(Operand::StaticVariable(one_half)); in DoMathRound()
3524 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoPower() local
3568 X87Fld(Operand::StaticVariable(one_half), kX87DoubleOperand); in DoPower()
/external/v8/src/compiler/
Dsimplified-lowering.cc3070 Node* const one_half = jsgraph()->Float64Constant(0.5); in Float64Round() local
3080 graph()->NewNode(machine()->Float64Sub(), result, one_half), input), in Float64Round()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc3164 ExternalReference one_half = ExternalReference::address_of_one_half(); in DoMathRoundI() local
3171 __ movsd(xmm_scratch, Operand::StaticVariable(one_half)); in DoMathRoundI()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc3363 static int64_t one_half = V8_INT64_C(0x3FE0000000000000); // 0.5 in DoMathRoundI() local
3368 __ movq(kScratchRegister, one_half); in DoMathRoundI()