HomeSort by relevance Sort by last modified time
    Searched refs:i6 (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/aac/libFDK/src/
FDK_hybrid.cpp 516 FIXP_DBL i1, i6; local
537 i6 = pQmfImag[pReadIdx[6]] >> 2;
541 mHybridImag[0 + invert] = (i6 + i1) << 1;
544 mHybridImag[1 - invert] = (i6 - i1) << 1;
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 43 int i6[] = {0, 1, 0}; local
50 assert(std::is_heap_until(i6, i6+3) == i6+1);
is_heap.pass.cpp 43 int i6[] = {0, 1, 0}; local
50 assert(std::is_heap(i6, i6+3) == (std::is_heap_until(i6, i6+3) == i6+3));
is_heap_until_comp.pass.cpp 44 int i6[] = {0, 1, 0}; local
51 assert(std::is_heap_until(i6, i6+3, std::greater<int>()) == i6+3);
is_heap_comp.pass.cpp 44 int i6[] = {0, 1, 0}; local
51 assert(std::is_heap(i6, i6+3, std::greater<int>()) == (std::is_heap_until(i6, i6+3, std::greater<int>()) == i6+3));
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go 326 6: func(i1, i2, i3, i4, i5, i6 uintptr) uintptr {
327 if i1+i2+i3+i4+i5+i6 != 21 {
332 7: func(i1, i2, i3, i4, i5, i6, i7 uintptr) uintptr {
333 if i1+i2+i3+i4+i5+i6+i7 != 28 {
338 8: func(i1, i2, i3, i4, i5, i6, i7, i8 uintptr) uintptr {
339 if i1+i2+i3+i4+i5+i6+i7+i8 != 36 {
344 9: func(i1, i2, i3, i4, i5, i6, i7, i8, i9 uintptr) uintptr {
345 if i1+i2+i3+i4+i5+i6+i7+i8+i9 != 45 {
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows_test.go 326 6: func(i1, i2, i3, i4, i5, i6 uintptr) uintptr {
327 if i1+i2+i3+i4+i5+i6 != 21 {
332 7: func(i1, i2, i3, i4, i5, i6, i7 uintptr) uintptr {
333 if i1+i2+i3+i4+i5+i6+i7 != 28 {
338 8: func(i1, i2, i3, i4, i5, i6, i7, i8 uintptr) uintptr {
339 if i1+i2+i3+i4+i5+i6+i7+i8 != 36 {
344 9: func(i1, i2, i3, i4, i5, i6, i7, i8, i9 uintptr) uintptr {
345 if i1+i2+i3+i4+i5+i6+i7+i8+i9 != 45 {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 32 int i6[] = {0, 1, 0}; local
39 assert(std::is_heap_until(i6, i6+3) == i6+1);
is_heap.pass.cpp 32 int i6[] = {0, 1, 0}; local
39 assert(std::is_heap(i6, i6+3) == (std::is_heap_until(i6, i6+3) == i6+3));
is_heap_until_comp.pass.cpp 33 int i6[] = {0, 1, 0}; local
40 assert(std::is_heap_until(i6, i6+3, std::greater<int>()) == i6+3);
is_heap_comp.pass.cpp 33 int i6[] = {0, 1, 0}; local
40 assert(std::is_heap(i6, i6+3, std::greater<int>()) == (std::is_heap_until(i6, i6+3, std::greater<int>()) == i6+3));
    [all...]
  /art/test/700-LoadArgRegs/src/
Main.java 273 static void testMore(int i1, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8, double d9, int i2, int i3, int i4, int i5, int i6) {
274 System.out.println(i1+", "+d1+", "+d2+", "+d3+", "+d4+", "+d5+", "+d6+", "+d7+", "+d8+", "+d9+", "+i2+", "+i3+", "+i4+", "+i5+", "+i6);
  /external/tensorflow/tensorflow/compiler/xla/service/
batchnorm_expander.cc 566 // I6 = I1 - I2 - I5
567 auto i6 = add(HloInstruction::CreateBinary( local
573 // Grad[X] = scale * rsqrt[Var[X] + epsilon] * 1/N * I6.
576 scale_times_rsqrt_var_add_epsilon, i6));
  /external/swiftshader/third_party/subzero/src/
IceInst.h     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1992 jint i6 = 6; local
2062 jint i6 = 6; local
2131 jint i6 = 6; local
    [all...]
  /external/elfutils/tests/
funcretval_test.c 16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; member in struct:__anon20240
run-allregs.sh     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 2008 int i6 = SPLITCDATA; local
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c 2538 int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; local
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 3039 int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; local
    [all...]
  /art/test/082-inline-execute/src/
Main.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewriteARM64.go     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer_test.cc 343 auto i6 = ops::Identity(s.WithOpName("i6"), mul); local
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 9393 final DatabaseAsserts.ContactIdPair i6 = DatabaseAsserts.assertAndCreateContactWithName( local
    [all...]

Completed in 2274 milliseconds

1 23 4