HomeSort by relevance Sort by last modified time
    Searched refs:g_1 (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_lower_double_ops.c 198 * g_1 = g_0 * r_0 + g_0
201 * Now g_1 ~= sqrt(a), and h_1 ~= 1/(2 * sqrt(a)). We could continue
213 * computed a good estimate of 1/(2 * g_1) by rearranging it like so:
215 * g_2 = .5 * (g_1 + a / g_1)
216 * = g_1 + .5 * (a / g_1 - g_1)
217 * = g_1 + (.5 / g_1) * (a - g_1^2
277 nir_ssa_def *g_1 = nir_ffma(b, g_0, r_0, g_0); local
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
variable_scope_test.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops_test.py 561 g_1 = ops.Graph()
564 with g_1.as_default():
655 g_1 = ops.Graph()
658 with g_1.as_default():
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 213 static volatile int g_1 = 1; variable
    [all...]
  /external/tensorflow/tensorflow/python/client/
session_test.py     [all...]

Completed in 198 milliseconds