Searched refs:t1 (Results 1 - 25 of 238) sorted by relevance

12345678910

/bionic/libc/tzcode/
H A Ddifftime.c25 double t1 = time1, t0 = time0; local
26 return t1 - t0;
38 uintmax_t t1 = time1, t0 = time0; local
39 return time0 <= time1 ? t1 - t0 : dminus(t0 - t1);
55 long double t1 = time1, t0 = time0; local
56 return t1 - t0;
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_hypot.c33 * 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
90 t1=0;
91 SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */
92 b *= t1;
93 a *= t1;
[all...]
H A De_hypotl.c51 long double a=x,b=y,t1,t2,y1,y2,w; local
85 t1=0;
86 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */
87 b *= t1;
88 a *= t1;
101 t1 = a;
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
104 t2 = a-t1;
[all...]
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; local
53 SET_FLOAT_WORD(t1,0x7e800000); /* t1=2^126 */
54 b *= t1;
55 a *= t1;
68 SET_FLOAT_WORD(t1,ha&0xfffff000);
69 t2 = a-t1;
70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
[all...]
H A Dk_logf.h29 float hfsq,s,z,R,w,t1,t2; local
34 t1= w*(Lg2+w*Lg4);
36 R = t2+t1;
H A Dk_log.h90 double hfsq,s,z,R,w,t1,t2; local
95 t1= w*(Lg2+w*(Lg4+w*Lg6));
97 R = t2+t1;
H A De_sqrt.c100 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;
H A De_powf.c59 float y1,t1,t2,r,s,sn,t,u,v,w; local
144 t1 = u+v;
145 GET_FLOAT_WORD(is,t1);
146 SET_FLOAT_WORD(t1,is&0xfffff000);
147 t2 = v-(t1-u);
196 t1 = (((z_h+z_l)+dp_h[k])+t);
197 GET_FLOAT_WORD(is,t1);
198 SET_FLOAT_WORD(t1,is&0xfffff000);
199 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
202 /* split up y into y1+y2 and compute (y1+y2)*(t1
[all...]
H A De_pow.c100 double y1,t1,t2,r,s,t,u,v,w; local
203 t1 = u+v;
204 SET_LOW_WORD(t1,0);
205 t2 = v-(t1-u);
251 t1 = (((z_h+z_l)+dp_h[k])+t);
252 SET_LOW_WORD(t1,0);
253 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
256 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
259 p_l = (y-y1)*t1+y*t2;
260 p_h = y1*t1;
[all...]
/bionic/linker/arch/mips/
H A Dbegin.S53 la $t1, _DYNAMIC
54 addu $t1, $t0
58 lw $t2, 0($t1)
62 lw $s0, 4($t1)
67 lw $s1, 4($t1)
71 2: addu $t1, 8
83 lw $t1, ($s0)
84 bgez $t1, 9f
89 1: lw $t1, ($s0)
90 addu $t1,
[all...]
/bionic/linker/arch/mips64/
H A Dbegin.S71 LA t1, _DYNAMIC
72 PTR_ADDU t1, t0
76 REG_L t2, ELF_DYN_TAG(t1)
80 REG_L s0, ELF_DYN_VAL(t1)
86 REG_L s1, ELF_DYN_VAL(t1)
88 2: PTR_ADDU t1, ELF_DYNSZ
100 PTR_L t1, (s0)
101 bgez t1, 9f
106 1: PTR_L t1, (s0)
107 PTR_ADDU t1, t
[all...]
/bionic/libc/arch-mips/string/
H A Dstrcmp.S109 nor t1, v0, t9; \
110 and t0, t0, t1; \
140 nor t1, v0, t9
141 and t1, t0, t1
143 or t0, t0, t1
148 clz t1, t0
149 and t1, 0xf8
151 neg t1
152 addu t1, 2
[all...]
/bionic/libc/arch-arm/generic/bionic/
H A Dstrcmp.S142 t1 .req ip
165 and t1, wp2, #3
169 cmp t1, #2
176 bic t1, w1, #MSB
177 cmp t1, w2, SHFT2LSB #8
185 eor t1, t1, w1
186 cmp t1, w2, SHFT2MSB #24
209 SHFT2LSB t1, w1, #24
216 SHFT2LSB t1, w
[all...]
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dstrcmp.S375 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, w
[all...]
/bionic/libc/arch-mips/bionic/
H A D__bionic_clone.S42 lw t1,24(sp) # arg
44 sw t1,4(a1) # arg
H A Dsyscall.S46 lw t1, 24(sp)
49 sw t1, 20(sp)
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h65 #define t1 $13 macro
70 #define t1 $9 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h65 #define t1 $13 macro
70 #define t1 $9 macro
/bionic/libc/arch-mips64/syscalls/
H A D___clock_nanosleep.S19 .cpsetup ra, t1, 2b
H A D___close.S19 .cpsetup ra, t1, 2b
H A D___faccessat.S19 .cpsetup ra, t1, 2b
H A D___fchmod.S19 .cpsetup ra, t1, 2b
H A D___fchmodat.S19 .cpsetup ra, t1, 2b
H A D___fgetxattr.S19 .cpsetup ra, t1, 2b
H A D___flistxattr.S19 .cpsetup ra, t1, 2b

Completed in 381 milliseconds

12345678910