HomeSort by relevance Sort by last modified time
    Searched refs:t1 (Results 201 - 225 of 1224) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 34 time_point t1 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
44 time_point t1 = Clock::now();
45 ns d = t1 - t0 - ms(250);
try_lock_until.pass.cpp 34 time_point t1 = Clock::now(); local
36 ns d = t1 - t0 - ms(250);
44 time_point t1 = Clock::now();
45 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 34 time_point t1 = Clock::now(); local
38 ns d = t1 - t0 - ms(250);
46 time_point t1 = Clock::now();
47 ns d = t1 - t0 - ms(250);
try_lock_until.pass.cpp 34 time_point t1 = Clock::now(); local
38 ns d = t1 - t0 - ms(250);
46 time_point t1 = Clock::now();
47 ns d = t1 - t0 - ms(250);
  /external/libcxx/test/utilities/time/time.point/time.point.cons/
convert.fail.cpp 28 std::chrono::time_point<Clock, Duration1> t1 = t2; local
  /external/llvm/test/MC/Mips/
cpload-bad.s 1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
2 # RUN: FileCheck %s < %t1 -check-prefix=ASM
  /external/llvm/test/MC/Mips/mips1/
invalid-mips32.s 4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips3/
invalid-mips32.s 4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips32/
invalid-mips64.s 4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips32r2/
invalid-mips64r2.s 4 # RUN: -mcpu=mips32r2 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips5-wrong-error.s 4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
invalid-mips5.s 4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips4/
invalid-mips32.s 4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/llvm/test/MC/Mips/mips5/
invalid-mips32.s 4 # RUN: 2>%t1
5 # RUN: FileCheck %s < %t1
  /external/openssl/crypto/bn/
bn_add.c 108 BN_ULONG *ap,*bp,*rp,carry,t1,t2; local
140 t1 = *(ap++);
141 t2 = (t1+1) & BN_MASK2;
169 register BN_ULONG t1,t2,*ap,*bp,*rp; local
198 t1= *(ap++);
202 carry=(t1 <= t2);
203 t1=(t1-t2-1)&BN_MASK2;
207 carry=(t1 < t2);
208 t1=(t1-t2)&BN_MASK2
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 375 t1 .req ip
383 and t1, wp2, #3
387 cmp t1, #2
394 bic t1, w1, #MSB
395 cmp t1, w2, S2LOMEM #8
403 eor t1, t1, w1
404 cmp t1, w2, S2HIMEM #24
427 S2LOMEM t1, w1, #24
434 S2LOMEM t1, w1, #2
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrt.c 100 u_int32_t r,t1,s1,ix1,q1; local
155 t1 = s1+r;
157 if((t<ix0)||((t==ix0)&&(t1<=ix1))) {
158 s1 = t1+r;
159 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
161 if (ix1 < t1) ix0 -= 1;
162 ix1 -= t1;
237 y0 := k - T1[31&(k>>15)]. ... y ~ sqrt(x) to 8 bits
238 Here k is a 32-bit integer and T1[] is an integer array containing
243 Value of T1
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 27 OMX_FC32 t1; local
60 // CSUB t1, in0, tt2
61 t1.Re = in0[0] - tt2.Re;
62 t1.Im = in0[n] - tt2.Im;
80 // CADD_SUB_X out1, t1, t3
81 out1[0] = t1.Re + t3.Im;
82 out1[n] = t1.Im - t3.Re;
84 // CSUB_ADD_X out3, t1, t3
85 out3[0] = t1.Re - t3.Im;
86 out3[n] = t1.Im + t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 27 OMX_FC32 t1; local
60 // CSUB t1, in0, tt2
61 t1.Re = in0[0] - tt2.Re;
62 t1.Im = in0[n] - tt2.Im;
80 // CSUB_ADD_X out1, t1, t3
81 out1[0] = t1.Re - t3.Im;
82 out1[n] = t1.Im + t3.Re;
84 // CADD_SUB_X out3, t1, t3
85 out3[0] = t1.Re + t3.Im;
86 out3[n] = t1.Im - t3.Re
    [all...]
  /external/fdlibm/
e_sqrt.c 100 unsigned r,t1,s1,ix1,q1; local
157 t1 = s1+r;
159 if((t<ix0)||((t==ix0)&&(t1<=ix1))) {
160 s1 = t1+r;
161 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
163 if (ix1 < t1) ix0 -= 1;
164 ix1 -= t1;
236 y0 := k - T1[31&(k>>15)]. ... y ~ ieee_sqrt(x) to 8 bits
237 Here k is a 32-bit integer and T1[] is an integer array containing
242 Value of T1
    [all...]
  /external/ipsec-tools/src/racoon/
misc.c 158 * t1: start
162 timedelta(t1, t2)
163 struct timeval *t1, *t2;
165 if (t2->tv_usec >= t1->tv_usec)
166 return t2->tv_sec - t1->tv_sec +
167 (double)(t2->tv_usec - t1->tv_usec) / 1000000;
169 return t2->tv_sec - t1->tv_sec - 1 +
170 (double)(1000000 + t2->tv_usec - t1->tv_usec) / 1000000;
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 101 double t1; local
120 t1 = 1.0;
123 while (t0 < t1) {
130 t1 = t2;
131 t2 = (t1 - t0) * .5 + t0;
  /external/openssl/crypto/des/
qud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
117 t1=z1;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 569 struct brw_reg t1; member in class:brw_blorp_blit_program
787 this->t1 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW));
869 brw_MOV(&func, t1, brw_imm_v(0x3210));
870 brw_MOV(&func, S, stride(t1, 1, 4, 0));
886 struct brw_reg t1_ud1 = vec1(retype(t1, BRW_REGISTER_TYPE_UD));
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 569 struct brw_reg t1; member in class:brw_blorp_blit_program
787 this->t1 = vec16(retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW));
869 brw_MOV(&func, t1, brw_imm_v(0x3210));
870 brw_MOV(&func, S, stride(t1, 1, 4, 0));
886 struct brw_reg t1_ud1 = vec1(retype(t1, BRW_REGISTER_TYPE_UD));
    [all...]

Completed in 373 milliseconds

1 2 3 4 5 6 7 891011>>