Searched refs:r_0 (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/utils/ |
H A D | WhiteNoise.h | 24 static float r_0, r_1 = 0; in operator ()() local 26 r_0 = r_1; in operator ()() 29 float ret = r_0 + counter * (r_1 - r_0) / kScale; in operator ()()
|
/third_party/node/deps/v8/src/bigint/ |
H A D | mul-toom.cc | 99 // We can also share the backing stores of Z, r_0, R0. in Toom3Main() 101 RWDigits r_0(Z, 0, r_len); in Toom3Main() 125 Multiply(r_0, X0, Y0); in Toom3Main() 160 Digits R0 = r_0; in Toom3Main() 170 // R2 <- r_m1 - r_0 in Toom3Main()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 201 * r_0 = .5 - h_0 * g_0 in lower_sqrt_rsq() 202 * g_1 = g_0 * r_0 + g_0 in lower_sqrt_rsq() 203 * h_1 = h_0 * r_0 + h_0 in lower_sqrt_rsq() 257 * r_0 = .5 - h_0 * g_0 in lower_sqrt_rsq() 258 * h_1 = h_0 * r_0 + h_0 in lower_sqrt_rsq() 260 * g_1 = g_0 * r_0 + g_0 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() local 278 nir_ssa_def *h_1 = nir_ffma(b, h_0, r_0, h_0); in lower_sqrt_rsq() 281 nir_ssa_def *g_1 = nir_ffma(b, g_0, r_0, g_0); in lower_sqrt_rsq()
|
Completed in 4 milliseconds