HomeSort by relevance Sort by last modified time
    Searched refs:t4 (Results 76 - 100 of 359) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/eigen/test/
geo_transformations.cpp 196 Transform3 t4; local
197 t4 = aa3;
198 VERIFY_IS_APPROX(t3.matrix(), t4.matrix());
199 t4.rotate(AngleAxisx(-a3,v3));
200 VERIFY_IS_APPROX(t4.matrix(), MatrixType::Identity());
201 t4 *= aa3;
202 VERIFY_IS_APPROX(t3.matrix(), t4.matrix());
207 t4 = tv3;
208 VERIFY_IS_APPROX(t5.matrix(), t4.matrix());
209 t4.translate(-v3)
    [all...]
  /external/jpeg/
mips_idct_le.S 92 lw $t4, 64($a0) # inptr[DCTSIZE*4]
101 or $s5, $t3, $t4
138 muleq_s.w.phl $v1, $t4, $s2 # tmp2 ...
139 muleq_s.w.phr $t4, $t4, $s2 # ... tmp2 ...
148 ins $t4, $v1, 16, 16 # ... tmp2
150 addq.ph $s4, $t0, $t4 # tmp10
151 subq.ph $s5, $t0, $t4 # tmp11
180 subq.ph $t4, $s5, $s6 # tmp2
247 addq.ph $v0, $t4, $t
    [all...]
  /bionic/libc/arch-mips64/include/machine/
regdef.h 73 #define t4 $12 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 73 #define t4 $12 macro
  /external/clang/test/Analysis/
free.c 20 void t4 (char *x) { function
  /external/clang/test/CodeGen/
ms-inline-asm-64.c 34 int t4() { function
46 // CHECK: t4
complex.c 73 float _Complex t4();
76 float _Complex x = t4();
  /external/clang/test/CodeGenCXX/
delete.cpp 23 void t4(T *t) { function
  /external/clang/test/Parser/
ms-inline-asm.c 10 void t4(void) { __asm mov eax, fs:[0x10] } function
  /external/clang/test/Sema/
attr-cleanup.c 37 void t4() { function
warn-char-subscripts.c 21 void t4() { function
  /external/clang/test/SemaCXX/
borland-extensions.cpp 55 void t4() { function
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/machine/
regdef.h 73 #define t4 $12 macro
  /external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
memcpy.S 17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
20 ldd [%src + (offset) + 0x10], %t4; \
26 st %t4, [%dst + (offset) + 0x10]; \
31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
34 ldd [%src + (offset) + 0x10], %t4; \
38 std %t4, [%dst + (offset) + 0x10]; \
62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
65 ldd [%src - (offset) - 0x10], %t4; \
71 st %t4, [%dst - (offset) - 0x10]; \
76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7)
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
Benchmark.java 98 long t4 = 0, t5 = -1; local
100 t4 = System.nanoTime();
122 "Full sanitize w/ PB : %12d", (t5 - t4)));
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 482 t4 = newTemp(Ity_I32); \
483 assign(t4, mkNarrowTo32( ty, binop(Iop_And64, \
489 t4 = newTemp(Ity_I64); \
490 assign(t4, binop(Iop_And64, mkexpr(t1), mkU64(0x7)));
495 t4 = newTemp(Ity_I32); \
496 assign(t4, binop(Iop_And32, mkexpr(t1), mkU32(0x00000003)))
1423 IRTemp t4 = newTemp(Ity_I32); local
1457 IRTemp t4 = newTemp(Ity_I32); local
2374 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
11686 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 118 t4 RN 4 label
144 LDR t4,=MASK_1
151 MUL alpha0, alpha0, t4
152 MUL beta0, beta0, t4
153 MUL alpha1, alpha1, t4
154 MUL beta1, beta1, t4
  /bionic/libc/arch-mips/string/
memcpy.S 141 lw t4,16(a1)
151 sw t4,16(a0)
163 lw t4,48(a1)
173 sw t4,48(a0)
197 lw t4,16(a1)
207 sw t4,16(a0)
294 LWHI t4,16(a1)
295 LWLO t4,19(a1)
308 sw t4,16(a0)
324 LWHI t4,48(a1
    [all...]
  /bionic/libc/arch-mips64/string/
memcpy.S 141 lw t4,16(a1)
151 sw t4,16(a0)
163 lw t4,48(a1)
173 sw t4,48(a0)
197 lw t4,16(a1)
207 sw t4,16(a0)
294 LWHI t4,16(a1)
295 LWLO t4,19(a1)
308 sw t4,16(a0)
324 LWHI t4,48(a1
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_tapify.py 33 t4 = scale - t(ul,p,sum) - t(ur,p,sum) - t(ll,p,sum);
35 [ll,t(ll,p,sum)],[lr,t4]]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_tapify.py 33 t4 = scale - t(ul,p,sum) - t(ur,p,sum) - t(ll,p,sum);
35 [ll,t(ll,p,sum)],[lr,t4]]
  /libcore/luni/src/test/java/libcore/java/sql/
TimestampTest.java 41 Timestamp t4 = new Timestamp(Long.MIN_VALUE + 808); local
42 assertEquals("292269055-12-02 16:47:05.0", t4.toString());
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 39 #define t4 $12 macro
  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.h 48 chrome::NotificationType t4,
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 56 unsigned &t4 = (a->var ? a->bitX : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local

Completed in 572 milliseconds

1 2 34 5 6 7 8 91011>>