Home
last modified time | relevance | path

Searched refs:h_1 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c278 nir_ssa_def *h_1 = nir_ffma(b, h_0, r_0, h_0); in lower_sqrt_rsq() local
283 res = nir_ffma(b, h_1, r_1, g_1); in lower_sqrt_rsq()
285 nir_ssa_def *y_1 = nir_fmul(b, nir_imm_double(b, 2.0), h_1); in lower_sqrt_rsq()
286 nir_ssa_def *r_1 = nir_ffma(b, nir_fneg(b, y_1), nir_fmul(b, h_1, src), in lower_sqrt_rsq()
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp79 int h_1; member