/external/fdlibm/ |
e_hypot.c | 30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y)) 31 * where t1 = 2x with lower 32 bits cleared, t2 = 2x-t1, 55 double a=x,b=y,t1,t2,y1,y2,w; local 98 t2 = a-t1; 99 w = ieee_sqrt(t1*t1-(b*(-b)-t2*(a+t1))); 107 t2 = a - t1; 108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
|
/external/valgrind/main/none/tests/mips32/ |
branches.c | 255 TESTINST1(8, t2); 281 TESTINST2(8, t2); 307 TESTINST3(8, t2); 331 TESTINST4("beq", 6, 0x5, 0x5, t0, t1, t2); 332 TESTINST4("beq", 7, -3, -4, t1, t2, t3); 333 TESTINST4("beq", 8, 125, 125, t2, t3, t4); 349 TESTINST4("bne", 6, 0x5, 0x5, t0, t1, t2); 350 TESTINST4("bne", 7, -3, -4, t1, t2, t3); 351 TESTINST4("bne", 8, 125, 125, t2, t3, t4); 368 TESTINST5("beqz", 7, -3, t1, t2); [all...] |
mips32_dspr2.stdout.exp | 3 absq_s.qb $t2, $t3 :: rd 0x0000027a rt 0x00000286 DSPControl 0x0 7 absq_s.qb $t2, $t4 :: rd 0x01010101 rt 0xffffffff DSPControl 0x0 11 absq_s.qb $t2, $t3 :: rd 0x05555314 rt 0x0555adec DSPControl 0x0 15 absq_s.qb $t2, $t4 :: rd 0x55555555 rt 0x55555555 DSPControl 0x0 19 absq_s.qb $t2, $t3 :: rd 0x46364636 rt 0xbacabaca DSPControl 0x0 23 absq_s.qb $t2, $t4 :: rd 0x00086755 rt 0x00086755 DSPControl 0x0 27 absq_s.qb $t2, $t3 :: rd 0x22362236 rt 0xdecadeca DSPControl 0x0 31 absq_s.qb $t2, $t4 :: rd 0x47743941 rt 0xb9743941 DSPControl 0x0 35 absq_s.qb $t2, $t3 :: rd 0x722d5e20 rt 0x722d5e20 DSPControl 0x0 39 absq_s.qb $t2, $t4 :: rd 0x4f0b3465 rt 0xb10bcc65 DSPControl 0x [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
TimestampTest.java | 35 Timestamp t2 = new Timestamp(Long.MIN_VALUE + 1); local 36 assertEquals("292278994-08-17 07:12:55.193", t2.toString()); 58 Timestamp t2 = Timestamp.valueOf("2001-01-02 01:05:07.123"); local 59 assertEquals(978397507000L + 123000000 / 1000000, t2.getTime()); 60 assertEquals(123000000, t2.getNanos());
|
/external/eigen/Eigen/src/Geometry/arch/ |
Geometry_SSE.h | 77 Packet2d t1, t2; local 81 * t2 = zz*xy - xx*zw 82 * res.xy = t1 +/- swap(t2) 85 t2 = psub(pmul(a_zz, b_xy), pmul(a_xx, b_zw)); 88 pstore(&res.x(), _mm_addsub_pd(t1, preverse(t2))); 90 pstore(&res.x(), padd(t1, pxor(mask,preverse(t2)))); 95 * t2 = zz*zw + xx*xy 96 * res.zw = t1 -/+ swap(t2) = swap( swap(t1) +/- t2) 99 t2 = padd(pmul(a_zz, b_zw), pmul(a_xx, b_xy)) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
x86_64-gcc.c | 236 BN_ULONG t1,t2; local 243 t1=a[0]; t2=b[0]; 244 r[0]=(t1-t2-c)&BN_MASK2; 245 if (t1 != t2) c=(t1 < t2); 248 t1=a[1]; t2=b[1]; 249 r[1]=(t1-t2-c)&BN_MASK2; 250 if (t1 != t2) c=(t1 < t2); 253 t1=a[2]; t2=b[2] 355 BN_ULONG t1,t2; local 459 BN_ULONG t1,t2; local 499 BN_ULONG t1,t2; local 575 BN_ULONG t1,t2; local [all...] |
/external/openssl/crypto/bn/asm/ |
x86_64-gcc.c | 236 BN_ULONG t1,t2; local 243 t1=a[0]; t2=b[0]; 244 r[0]=(t1-t2-c)&BN_MASK2; 245 if (t1 != t2) c=(t1 < t2); 248 t1=a[1]; t2=b[1]; 249 r[1]=(t1-t2-c)&BN_MASK2; 250 if (t1 != t2) c=(t1 < t2); 253 t1=a[2]; t2=b[2] 355 BN_ULONG t1,t2; local 459 BN_ULONG t1,t2; local 499 BN_ULONG t1,t2; local 575 BN_ULONG t1,t2; local [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
bit_cnt.c | 46 Word32 t0,t1,t2,t3,i; local 62 t2= values[i+2]; 67 bc1_2 = bc1_2 + EXPAND(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]); 71 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t2+4][t3+4]); 75 t2=ABS(t2); 79 bc3_4 = bc3_4 + EXPAND(huff_ltab3_4[t0][t1][t2][t3]); 82 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t2][t3]); 85 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t2][t3]); 88 bc11 = bc11 + huff_ltab11[t2][t3] 122 Word32 t0,t1,t2,t3, i; local 498 Word32 i, t0, t1, t2, t3, t00, t01; local [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-binop-nosse2.js | 155 function t2(a, b) {return a/b} function 156 assertEquals(t2(1,2), 1/2); 157 assertEquals(t2(null,2), 0/2); 158 assertEquals(t2(null,-2), 0/-2); 159 assertEquals(t2(2,null), 2/0); 160 assertEquals(t2(-2,null), -2/0); 161 assertEquals(t2(1,2.4), 1/2.4); 162 assertEquals(t2(1.3,2.4), 1.3/2.4); 163 assertEquals(t2(null,2.4), 0/2.4); 164 assertEquals(t2(1.3,null), 1.3/0) [all...] |
regress-binop.js | 155 function t2(a, b) {return a/b} function 156 assertEquals(t2(1,2), 1/2); 157 assertEquals(t2(null,2), 0/2); 158 assertEquals(t2(null,-2), 0/-2); 159 assertEquals(t2(2,null), 2/0); 160 assertEquals(t2(-2,null), -2/0); 161 assertEquals(t2(1,2.4), 1/2.4); 162 assertEquals(t2(1.3,2.4), 1.3/2.4); 163 assertEquals(t2(null,2.4), 0/2.4); 164 assertEquals(t2(1.3,null), 1.3/0) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_mont.c | 213 long long t2; local 216 t2 = 037777600000l; 217 t2 = n0 & t2; 219 t2 = (t3 * t2) & BN_MASK2; 220 t1 = t1 + t2; 254 BN_ULONG t1,t2,t3,t4; local 257 t2=nrp[i+1]; 261 rp[i+1]=t2; ap[i+3]=0 292 BIGNUM *t1,*t2; local [all...] |
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/ |
member_swap.pass.cpp | 28 const T t2[] = {10, 11, 12}; local 29 C c2(std::begin(t2), std::end(t2), A(2)); 73 const T t2[] = {10, 11, 12}; local 74 C c2(std::begin(t2), std::end(t2), A(2)); 107 const T t2[] = {10, 11, 12}; local 108 C c2(std::begin(t2), std::end(t2), A(2)); 152 const T t2[] = {10, 11, 12} local 186 const T t2[] = {10, 11, 12}; local 231 const T t2[] = {10, 11, 12}; local [all...] |
non_member_swap.pass.cpp | 29 const T t2[] = {10, 11, 12}; local 30 C c2(std::begin(t2), std::end(t2), A(2)); 74 const T t2[] = {10, 11, 12}; local 75 C c2(std::begin(t2), std::end(t2), A(2)); 108 const T t2[] = {10, 11, 12}; local 109 C c2(std::begin(t2), std::end(t2), A(2)); 153 const T t2[] = {10, 11, 12} local 187 const T t2[] = {10, 11, 12}; local 232 const T t2[] = {10, 11, 12}; local [all...] |
/external/openssl/crypto/bn/ |
bn_mont.c | 213 long long t2; local 216 t2 = 037777600000l; 217 t2 = n0 & t2; 219 t2 = (t3 * t2) & BN_MASK2; 220 t1 = t1 + t2; 254 BN_ULONG t1,t2,t3,t4; local 257 t2=nrp[i+1]; 261 rp[i+1]=t2; ap[i+3]=0 292 BIGNUM *t1,*t2; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/ |
member_swap.pass.cpp | 28 const T t2[] = {10, 11, 12}; local 29 C c2(std::begin(t2), std::end(t2), A(2)); 73 const T t2[] = {10, 11, 12}; local 74 C c2(std::begin(t2), std::end(t2), A(2)); 107 const T t2[] = {10, 11, 12}; local 108 C c2(std::begin(t2), std::end(t2), A(2)); 152 const T t2[] = {10, 11, 12} local 186 const T t2[] = {10, 11, 12}; local 231 const T t2[] = {10, 11, 12}; local [all...] |
non_member_swap.pass.cpp | 29 const T t2[] = {10, 11, 12}; local 30 C c2(std::begin(t2), std::end(t2), A(2)); 74 const T t2[] = {10, 11, 12}; local 75 C c2(std::begin(t2), std::end(t2), A(2)); 108 const T t2[] = {10, 11, 12}; local 109 C c2(std::begin(t2), std::end(t2), A(2)); 153 const T t2[] = {10, 11, 12} local 187 const T t2[] = {10, 11, 12}; local 232 const T t2[] = {10, 11, 12}; local [all...] |
/external/openssl/crypto/modes/asm/ |
ghashv8-armx.pl | 39 my ($t0,$t1,$t2,$t3,$H,$Hhl)=map("q$_",(8..14)); 58 vshr.u64 $t2,$t0,#63 59 vext.8 $t0,$t2,$t0,#8 @ t0=0xc2....01 118 vext.8 $t2,$Xl,$Xl,#8 120 veor $t1,$t1,$t2 @ $t1 is rotated inp^Xi 131 veor $t2,$Xl,$Xh 134 veor $Xm,$Xm,$t2 135 vpmull.p64 $t2,$Xl,$t3 @ 1st phase 142 veor $Xl,$Xm,$t2 145 vext.8 $t2,$Xl,$Xl,#8 @ 2nd phas [all...] |
ghash-armv4.pl | 321 my ($t0,$t1,$t2,$t3)=map("q$_",(8..12)); 335 vext.8 $t2#lo, $a, $a, #3 @ A3 337 vmull.p8 $t2, $t2#lo, $b @ J = A3*B 347 veor $t2, $t2, $r @ N = I + J 350 veor $t2#lo, $t2#lo, $t2#hi @ t2 = (N) (P4 + P5) << 2 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pkg.py | 96 ("t2", None), 97 ("t2 __init__"+os.extsep+"py", "'doc for t2'"), 98 ("t2 sub", None), 99 ("t2 sub __init__"+os.extsep+"py", ""), 100 ("t2 sub subsub", None), 101 ("t2 sub subsub __init__"+os.extsep+"py", "spam = 1"), 105 import t2.sub namespace 106 import t2.sub.subsub namespace 107 self.assertEqual(t2.__name__, "t2" 129 import t2.sub namespace 130 import t2.sub.subsub namespace [all...] |
test_datetime.py | 294 t2 = timedelta(microseconds=1) 295 self.assertEqual(t1, t2) 304 t2 = timedelta() 305 self.assertEqual(hash(t1), hash(t2)) 308 t2 += timedelta(days=7*7) 309 self.assertEqual(t1, t2) 310 self.assertEqual(hash(t1), hash(t2)) 313 d[t2] = 2 327 t2 = timedelta(2, 3, 4) 328 self.assertTrue(t1 == t2) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pkg.py | 96 ("t2", None), 97 ("t2 __init__"+os.extsep+"py", "'doc for t2'"), 98 ("t2 sub", None), 99 ("t2 sub __init__"+os.extsep+"py", ""), 100 ("t2 sub subsub", None), 101 ("t2 sub subsub __init__"+os.extsep+"py", "spam = 1"), 105 import t2.sub namespace 106 import t2.sub.subsub namespace 107 self.assertEqual(t2.__name__, "t2" 129 import t2.sub namespace 130 import t2.sub.subsub namespace [all...] |
test_datetime.py | 294 t2 = timedelta(microseconds=1) 295 self.assertEqual(t1, t2) 304 t2 = timedelta() 305 self.assertEqual(hash(t1), hash(t2)) 308 t2 += timedelta(days=7*7) 309 self.assertEqual(t1, t2) 310 self.assertEqual(hash(t1), hash(t2)) 313 d[t2] = 2 327 t2 = timedelta(2, 3, 4) 328 self.assertTrue(t1 == t2) [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ReentrantLockTest.java | 229 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local 236 t2.start(); 237 waitForQueuedThread(lock, t2); 243 awaitTermination(t2); 255 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local 261 t2.start(); 262 waitForQueuedThread(lock, t2); 268 awaitTermination(t2); 293 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local 295 assertFalse(lock.hasQueuedThread(t2)); 323 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local 780 Thread t2 = new Thread(new CheckedRunnable() { local 837 Thread t2 = new Thread(new CheckedRunnable() { local 899 Thread t2 = newStartedThread(new CheckedRunnable() { local 989 Thread t2 = newStartedThread(new Awaiter()); local 1022 Thread t2 = newStartedThread(new CheckedRunnable() { local 1069 Thread t2 = newStartedThread(new CheckedRunnable() { local [all...] |
/external/chromium_org/ash/frame/caption_buttons/ |
frame_caption_button_container_view_unittest.cc | 127 FrameCaptionButtonContainerView::TestApi t2(&container2); 128 EXPECT_TRUE(t2.minimize_button()->visible()); 129 EXPECT_FALSE(t2.size_button()->visible()); 130 EXPECT_TRUE(t2.close_button()->visible()); 132 &container2, *t2.minimize_button(), *t2.close_button()));
|
/external/chromium_org/chrome/browser/extensions/ |
extension_notification_observer.cc | 58 chrome::NotificationType t2) { 61 types.push_back(t2); 67 chrome::NotificationType t2, 71 types.push_back(t2); 78 chrome::NotificationType t2, 85 types.push_back(t2);
|