HomeSort by relevance Sort by last modified time
    Searched refs:t2 (Results 251 - 275 of 1318) sorted by null

<<11121314151617181920>>

  /external/chromium_org/jingle/notifier/listener/
notification_defines.cc 26 bool ListsEqual(const T& t1, const T& t2) {
27 if (t1.size() != t2.size()) {
31 if (!t1[i].Equals(t2[i])) {
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_add.c 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
141 t2 = (t1+1) & BN_MASK2;
142 *(rp++) = t2;
143 if (t2)
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
199 t2= *(bp++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)&BN_MASK2
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.h 23 static SkDLine SubDivide(const SkPoint a[2], double t1, double t2) {
26 return line.subDivide(t1, t2);
39 SkDLine subDivide(double t1, double t2) const;
  /external/libcxx/test/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 43 std::complex<double> t2 = atanh(t1); local
44 std::complex<double> z(imag(t2), -real(t2));
sin.pass.cpp 44 std::complex<double> t2 = sinh(t1); local
45 std::complex<double> z(imag(t2), -real(t2));
tan.pass.cpp 45 std::complex<double> t2 = tanh(t1); local
46 std::complex<double> z(imag(t2), -real(t2));
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 51 std::thread t2(f2);
70 t2.join();
87 t2.join();
  /external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 55 std::thread t2(f2);
74 t2.join();
91 t2.join();
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type.pass.cpp 29 auto t2 = std::tuple<int, std::string, int, cf> { 42, "Hi", 23, { 1,2 }}; local
31 assert ( std::get<std::string>(t2) == "Hi" );
32 assert (( std::get<cf>(t2) == cf{ 1,2 } ));
  /external/openssl/crypto/bn/
bn_add.c 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
141 t2 = (t1+1) & BN_MASK2;
142 *(rp++) = t2;
143 if (t2)
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
199 t2= *(bp++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)&BN_MASK2
    [all...]
  /external/skia/src/pathops/
SkPathOpsLine.h 23 static SkDLine SubDivide(const SkPoint a[2], double t1, double t2) {
26 return line.subDivide(t1, t2);
39 SkDLine subDivide(double t1, double t2) const;
  /external/valgrind/main/memcheck/tests/
origin3-no.c 18 __attribute__((noinline)) int t2(void);
29 x += t2();
48 __attribute__((noinline)) int t2(void) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
atan.pass.cpp 43 std::complex<double> t2 = atanh(t1); local
44 std::complex<double> z(imag(t2), -real(t2));
sin.pass.cpp 44 std::complex<double> t2 = sinh(t1); local
45 std::complex<double> z(imag(t2), -real(t2));
tan.pass.cpp 45 std::complex<double> t2 = tanh(t1); local
46 std::complex<double> z(imag(t2), -real(t2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 51 std::thread t2(f2);
70 t2.join();
87 t2.join();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 55 std::thread t2(f2);
74 t2.join();
91 t2.join();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
tuple.by.type.pass.cpp 29 auto t2 = std::tuple<int, std::string, int, cf> { 42, "Hi", 23, { 1,2 }}; local
31 assert ( std::get<std::string>(t2) == "Hi" );
32 assert (( std::get<cf>(t2) == cf{ 1,2 } ));
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 17 register uint32_t t0, t1, t2, t3, t4, t5, t6; local
36 "and %[t2], %[t0], %[s6] \n\t"
56 "subu.qb %[t5], %[t5], %[t2] \n\t"
67 "addu.qb %[t5], %[t5], %[t2] \n\t"
87 : [t0]"=&r"(t0), [t1]"=&r"(t1), [t2]"=&r"(t2), [t3]"=&r"(t3),
121 register int32_t t0, t1, t2, t3, t4, t5, t6; local
144 "lw %[t2], 4(%[src]) \n\t"
152 "srl %[t4], %[t2], 24 \n\t"
158 "ins %[t4], %[t2], 16, 8 \n\t
269 register uint32_t t0, t1, t2, t3, t4, t5; local
378 register int32_t t0, t1, t2, t3, t4, t5, t6; local
550 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8; local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
771 register int32_t t0, t1, t2, t3, t4, t5, t6, t7; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 17 register uint32_t t0, t1, t2, t3, t4, t5, t6; local
36 "and %[t2], %[t0], %[s6] \n\t"
56 "subu.qb %[t5], %[t5], %[t2] \n\t"
67 "addu.qb %[t5], %[t5], %[t2] \n\t"
87 : [t0]"=&r"(t0), [t1]"=&r"(t1), [t2]"=&r"(t2), [t3]"=&r"(t3),
121 register int32_t t0, t1, t2, t3, t4, t5, t6; local
144 "lw %[t2], 4(%[src]) \n\t"
152 "srl %[t4], %[t2], 24 \n\t"
158 "ins %[t4], %[t2], 16, 8 \n\t
269 register uint32_t t0, t1, t2, t3, t4, t5; local
378 register int32_t t0, t1, t2, t3, t4, t5, t6; local
550 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8; local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
771 register int32_t t0, t1, t2, t3, t4, t5, t6, t7; local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 287 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
288 waitForQueuedThread(sync, t2);
294 awaitTermination(t2);
315 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); local
317 assertFalse(sync.isQueued(t2));
322 assertFalse(sync.isQueued(t2));
323 t2.start();
324 waitForQueuedThread(sync, t2);
326 assertTrue(sync.isQueued(t2));
330 assertTrue(sync.isQueued(t2));
347 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
369 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
386 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); local
414 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); local
447 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
470 Thread t2 = newStartedThread(new CheckedRunnable() { local
    [all...]
AbstractQueuedSynchronizerTest.java 290 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
291 waitForQueuedThread(sync, t2);
297 awaitTermination(t2);
318 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); local
320 assertFalse(sync.isQueued(t2));
325 assertFalse(sync.isQueued(t2));
326 t2.start();
327 waitForQueuedThread(sync, t2);
329 assertTrue(sync.isQueued(t2));
333 assertTrue(sync.isQueued(t2));
350 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
372 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
389 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); local
417 Thread t2 = new Thread(new InterruptibleSyncRunnable(sync)); local
450 Thread t2 = newStartedThread(new InterruptibleSyncRunnable(sync)); local
473 Thread t2 = newStartedThread(new CheckedRunnable() { local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 33 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
34 * where t1 = 2x with lower 32 bits cleared, t2 = 2x-t1,
57 double a,b,t1,t2,y1,y2,w; local
108 t2 = a-t1;
109 w = sqrt(t1*t1-(b*(-b)-t2*(a+t1)));
117 t2 = a - t1;
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_hypotf.c 25 float a,b,t1,t2,y1,y2,w; local
69 t2 = a-t1;
70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
76 t2 = a - t1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/chromium_org/sql/
transaction_unittest.cc 73 sql::Transaction t2(&db());
74 EXPECT_FALSE(t2.is_open());
75 EXPECT_TRUE(t2.Begin());
78 t2.Rollback();
79 EXPECT_FALSE(t2.is_open());

Completed in 1880 milliseconds

<<11121314151617181920>>