HomeSort by relevance Sort by last modified time
    Searched defs:g_x (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/third_party/fiat/
make_curve25519_tables.py 65 g_x = recover_x(g_y, 0) variable
134 P = point_mul(s, (g_x, g_y))
142 P = point_mul((j + 1) << (i * 8), (g_x, g_y))
147 P = point_mul(2*i + 1, (g_x, g_y))
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.cc 57 float g_x = *out_g_x; local
133 const float left_real = p_x + g_x - kWindowSizeFloat;
197 g_x += n_x;
209 *out_g_x = g_x;
221 float g_x = *out_g_x; local
256 int left_fixed = RealToFixed1616(p_x + g_x - wsize_float);
349 g_x -= det_inv * (jtj_1[0] * jtr1_float + jtj_1[1] * jtr2_float);
358 left_fixed = RealToFixed1616(p_x + g_x - wsize_float);
373 *out_g_x = g_x;
  /system/tpm/trunks/
tpm_generated.h 1452 TPM2B_ECC_PARAMETER g_x; member in struct:trunks::TPMS_ALGORITHM_DETAIL_ECC
    [all...]

Completed in 3971 milliseconds