HomeSort by relevance Sort by last modified time
    Searched refs:i3 (Results 126 - 150 of 224) sorted by null

1 2 3 4 56 7 8 9

  /external/libaom/libaom/aom_dsp/
fft_common.h 131 const T_VEC i3 = load(input + 3 * stride); \
134 const T_VEC w2 = add(i1, i3); \
135 const T_VEC w3 = sub(i1, i3); \
149 const T_VEC i3 = load(input + 3 * stride); \
162 const T_VEC w9 = add(i3, i7); \
163 const T_VEC w10 = sub(i3, i7); \
187 const T_VEC i3 = load(input + 3 * stride); \
225 const T_VEC w26 = add(i3, i11); \
226 const T_VEC w27 = sub(i3, i11); \
283 const T_VEC i3 = load(input + 3 * stride);
    [all...]
  /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/
InvocationTest.java 80 Integer i3 = new Integer(3); local
94 logger.debug("val={} val={} val={}", new Object[] { i1, i2, i3 });
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/
types.h 357 inline int Offset(const RuntimeShape& shape, int i0, int i1, int i2, int i3) {
363 TFLITE_DCHECK(i3 >= 0 && i3 < dims_data[3]);
364 return ((i0 * dims_data[1] + i1) * dims_data[2] + i2) * dims_data[3] + i3;
367 inline int Offset(const Dims<4>& dims, int i0, int i1, int i2, int i3) {
371 TFLITE_DCHECK(i3 >= 0 && i3 < dims.sizes[3]);
373 i3 * dims.strides[3];
  /external/tensorflow/tensorflow/lite/kernels/internal/
types.h 373 inline int Offset(const RuntimeShape& shape, int i0, int i1, int i2, int i3) {
379 TFLITE_DCHECK(i3 >= 0 && i3 < dims_data[3]);
380 return ((i0 * dims_data[1] + i1) * dims_data[2] + i2) * dims_data[3] + i3;
383 inline int Offset(const Dims<4>& dims, int i0, int i1, int i2, int i3) {
387 TFLITE_DCHECK(i3 >= 0 && i3 < dims.sizes[3]);
389 i3 * dims.strides[3];
    [all...]
common.h 443 int i3) {
447 TFLITE_DCHECK(i3 >= 0 && i3 < desc.extents[3]);
449 i3 * desc.strides[3];
  /external/clang/test/Misc/
diag-template-diffing.cpp 94 class I3{};
95 void set3(I3<&V1, &V2>) {};
97 set3(I3<&V3, &V2>());
100 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'I3<&V3, [...]>' to 'I3<&V1, [...]>' for 1st argument
102 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'I3<&V3, &V2>' to 'I3<&V1, &V2>' for 1st argument
105 // CHECK-ELIDE-TREE: I3<
110 // CHECK-NOELIDE-TREE: I3<
956 int i1, i2, i3; member in namespace:VariadicDefault
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 823 int32_t i1, i2, i3, i3b, nextOffset, min, newBlock; local
879 i3=((int32_t)extData->stage2[i2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)+nextOffset;
881 * assume extData->stage3[i3]==0 because we get
887 extData->stage3[i3]=1;
899 for(min=i3-nextOffset;
900 min<i3 && extData->stage3[min]==1;
903 if(min==i3) {
923 extData->stage3[i3]=(uint16_t)i3b;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_repr.py 122 i3 = ClassWithFailingRepr()
123 eq(r(i3), ("<ClassWithFailingRepr instance at %x>"%id(i3)))
  /external/python/cpython2/Lib/test/
test_repr.py 122 i3 = ClassWithFailingRepr()
123 eq(r(i3), ("<ClassWithFailingRepr instance at %x>"%id(i3)))
  /external/bcc/src/lua/bcc/vendor/
helpers.lua 56 local i2,i3 = find(s,re,i1,plain)
71 i1 = i3+1
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 106 constexpr int i3 = ft(1); variable
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 159 Agg<int> i3 = {0x80000000U}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} local
p7-cxx11-nowarn.cpp 157 Agg<int> i3 = {0x80000000U}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} local
  /external/clang/test/Sema/
array-init.c 169 int i3[] = {}; //expected-warning{{zero size arrays are an extension}} expected-warning{{use of GNU empty initializer extension}} local
  /external/clang/test/SemaCXX/
explicit.cpp 78 int i3 = static_cast<int>(z); local
member-expr.cpp 18 int i3 = x.Enumerator; local
overloaded-builtin-operators.cpp 46 int i3 = ~s; local
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDimensions.h 302 EIGEN_DEVICE_FUNC DSizes(const DenseIndex i0, const DenseIndex i1, const DenseIndex i2, const DenseIndex i3) {
307 (*this)[3] = i3;
309 EIGEN_DEVICE_FUNC DSizes(const DenseIndex i0, const DenseIndex i1, const DenseIndex i2, const DenseIndex i3, const DenseIndex i4) {
314 (*this)[3] = i3;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdlib_512_emu.inl 773 int i7, int i6, int i5, int i4, int i3, int i2, int i1, int i0)
778 i7, i6, i5, i4, i3, i2, i1, i0),
785 int i7, int i6, int i5, int i4, int i3, int i2, int i1, int i0)
789 i7, i6, i5, i4, i3, i2, i1, i0);
794 float i7, float i6, float i5, float i4, float i3, float i2, float i1, float i0)
799 i7, i6, i5, i4, i3, i2, i1, i0),
806 float i7, float i6, float i5, float i4, float i3, float i2, float i1, float i0)
810 i7, i6, i5, i4, i3, i2, i1, i0);
  /external/mesa3d/src/mesa/program/
prog_noise.c 527 unsigned int i3, j3, k3, l3; /* The integer offsets for the fourth simplex corner */ local
552 i3 = simplex[c][0] >= 1 ? 1 : 0;
566 x3 = x0 - i3 + 3.0f * G4; /* Offsets for fourth corner in (x,y,z,w) coords */
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
reduce.rs 422 static void ssAccum(long *accum, char c, float f, int3 i3) {
423 *accum += ((((c + (long)ceil(log(f))) + i3.x) + i3.y) + i3.z);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 137 Intent i3 = new Intent("a3") local
144 .setIntents(new Intent[]{i1, i2, i3}).build()
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 314 i3 = Icon("ICON3")
317 i3.attach(t3.canvas)
  /external/python/cpython3/Lib/tkinter/
dnd.py 314 i3 = Icon("ICON3")
317 i3.attach(t3.canvas)
  /external/tensorflow/tensorflow/python/keras/layers/
recurrent_test.py     [all...]

Completed in 937 milliseconds

1 2 3 4 56 7 8 9