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

  /external/tensorflow/tensorflow/python/layers/
network_test.py 272 x_2 = network_layers.Input(shape=(32,))
273 y_2 = network(x_2)
277 x_2 = array_ops.placeholder(dtype='float32', shape=(None, 32))
278 y_2 = network(x_2)
551 x_2 = network_layers.Input(shape=(32,)) variable in class:NetworkTest.testMaskingSingleInput.MaskedLayer
552 y_2 = network(x_2)
556 x_2 = array_ops.placeholder(dtype='float32', shape=(None, 32)) variable in class:NetworkTest.testMaskingSingleInput.MaskedLayer
557 y_2 = network(x_2)
  /external/mesa3d/src/compiler/spirv/
vtn_glsl450.c 271 nir_ssa_def *x_2 = nir_fmul(b, x, x); local
272 nir_ssa_def *x_3 = nir_fmul(b, x_2, x);
273 nir_ssa_def *x_5 = nir_fmul(b, x_3, x_2);
274 nir_ssa_def *x_7 = nir_fmul(b, x_5, x_2);
275 nir_ssa_def *x_9 = nir_fmul(b, x_7, x_2);
276 nir_ssa_def *x_11 = nir_fmul(b, x_9, x_2);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat192.java 704 long x_2 = x[2] & M; local
708 zz_2 += x_2 * x_0;
712 zz_3 += (zz_2 >>> 32) + x_2 * x_1;
726 zz_5 += (zz_4 >>> 32) + x_3 * x_2;
741 zz_6 += (zz_5 >>> 32) + x_4 * x_2;
758 zz_7 += (zz_6 >>> 32) + x_5 * x_2;
820 long x_2 = x[xOff + 2] & M; local
824 zz_2 += x_2 * x_0;
828 zz_3 += (zz_2 >>> 32) + x_2 * x_1;
842 zz_5 += (zz_4 >>> 32) + x_3 * x_2;
    [all...]
Nat224.java 782 long x_2 = x[2] & M; local
786 zz_2 += x_2 * x_0;
790 zz_3 += (zz_2 >>> 32) + x_2 * x_1;
804 zz_5 += (zz_4 >>> 32) + x_3 * x_2;
819 zz_6 += (zz_5 >>> 32) + x_4 * x_2;
836 zz_7 += (zz_6 >>> 32) + x_5 * x_2;
855 zz_8 += (zz_7 >>> 32) + x_6 * x_2;
921 long x_2 = x[xOff + 2] & M; local
925 zz_2 += x_2 * x_0;
929 zz_3 += (zz_2 >>> 32) + x_2 * x_1
    [all...]
Nat256.java 915 long x_2 = x[2] & M; local
919 zz_2 += x_2 * x_0;
923 zz_3 += (zz_2 >>> 32) + x_2 * x_1;
937 zz_5 += (zz_4 >>> 32) + x_3 * x_2;
952 zz_6 += (zz_5 >>> 32) + x_4 * x_2;
969 zz_7 += (zz_6 >>> 32) + x_5 * x_2;
988 zz_8 += (zz_7 >>> 32) + x_6 * x_2;
1009 zz_9 += (zz_8 >>> 32) + x_7 * x_2;
1079 long x_2 = x[xOff + 2] & M; local
1083 zz_2 += x_2 * x_0
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 293 float x_0, x_1, x_2, y_0, y_1, y_2; local
294 x_2 = state_ff[0]; // x[n-2]
300 y_0 = b[0] * x_0 + b[1] * x_1 + b[2] * x_2
302 x_2 = x_1;
308 state_ff[0] = x_2; // next x[n-2]
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 379 // y = x_1 + x_2
390 // y = x_1 - x_2
403 auto x_2 = ConjugateHelper(scope, op.input(1)); local
404 // y = x_1 * x_2
405 // dy/dx_1 = x_2
407 auto gx_1 = Mul(scope, grad_inputs[0], x_2);
417 auto x_2 = ConjugateHelper(scope, op.input(1)); local
418 // y = x_1 / x_2
419 // dy/dx_1 = 1/x_2
420 // dy/dx_2 = -x_1/x_2^
432 auto x_2 = ConjugateHelper(scope, op.input(1)); local
447 auto x_2 = ConjugateHelper(scope, op.input(1)); local
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 607 WORD32 x_0, x_1, x_2, x_3; local
632 x_2 = *x0++;
639 n00 = x_0 + x_2;
641 n20 = x_0 - x_2;
696 WORD32 x_0, x_1, x_2, x_3; local
722 x_2 = *x0++;
733 xh0_1 = x_2 + x_6;
735 xl0_1 = x_2 - x_6;
    [all...]
  /external/libxaac/decoder/generic/
ixheaacd_qmf_dec_generic.c 844 WORD32 x_0, x_1, x_2, x_3; local
869 x_2 = *x0++;
876 n00 = x_0 + x_2;
878 n20 = x_0 - x_2;
933 WORD32 x_0, x_1, x_2, x_3; local
959 x_2 = *x0++;
970 xh0_1 = x_2 + x_6;
972 xl0_1 = x_2 - x_6;
1682 WORD32 x_0, x_1, x_2, x_3; local
1787 WORD32 x_0, x_1, x_2, x_3; local
    [all...]
  /external/libxaac/decoder/
ixheaacd_aac_imdct.c 1950 WORD32 x_0, x_1, x_2, x_3, x_l1_0, x_l1_1, x_l2_0, x_l2_1; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2996 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); local
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1122 milliseconds