Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c274 nir_ssa_def *one_half = nir_imm_double(b, 0.5); in lower_sqrt_rsq() local
275 nir_ssa_def *h_0 = nir_fmul(b, one_half, ra); in lower_sqrt_rsq()
277 nir_ssa_def *r_0 = nir_ffma(b, nir_fneg(b, h_0), g_0, one_half); in lower_sqrt_rsq()
287 one_half); in lower_sqrt_rsq()
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc4585 Node* const one_half = jsgraph()->Float64Constant(0.5); in Float64Round() local
4595 graph()->NewNode(machine()->Float64Sub(), result, one_half), input), in Float64Round()
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c7762 MPD_NEW_CONST(one_half,0,-1,1,1,1,5); in _mpd_qinvroot()
7829 mpd_qmul(z, z, &one_half, &maxcontext, &workstatus); in _mpd_qinvroot()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc344 TNode<Float64T> one_half = Float64Constant(0.5); in Float64Round() local
351 GotoIf(Float64LessThanOrEqual(Float64Sub(var_x.value(), one_half), x), in Float64Round()

Completed in 34 milliseconds