Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 29) sorted by relevance

12

/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypot.c57 double a,b,t1,t2,y1,y2,w; in __ieee754_hypot() local
90 t1=0; in __ieee754_hypot()
91 SET_HIGH_WORD(t1,0x7fd00000); /* t1=2^1022 */ in __ieee754_hypot()
92 b *= t1; in __ieee754_hypot()
93 a *= t1; in __ieee754_hypot()
106 t1 = 0; in __ieee754_hypot()
107 SET_HIGH_WORD(t1,ha); in __ieee754_hypot()
108 t2 = a-t1; in __ieee754_hypot()
109 w = sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in __ieee754_hypot()
115 t1 = 0; in __ieee754_hypot()
[all …]
De_hypotf.c25 float a,b,t1,t2,y1,y2,w; in __ieee754_hypotf() local
53 SET_FLOAT_WORD(t1,0x7e800000); /* t1=2^126 */ in __ieee754_hypotf()
54 b *= t1; in __ieee754_hypotf()
55 a *= t1; in __ieee754_hypotf()
68 SET_FLOAT_WORD(t1,ha&0xfffff000); in __ieee754_hypotf()
69 t2 = a-t1; in __ieee754_hypotf()
70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1))); in __ieee754_hypotf()
75 SET_FLOAT_WORD(t1,(ha+0x00800000)&0xfffff000); in __ieee754_hypotf()
76 t2 = a - t1; in __ieee754_hypotf()
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypotf()
[all …]
De_hypotl.c51 long double a=x,b=y,t1,t2,y1,y2,w; in hypotl() local
85 t1=0; in hypotl()
86 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */ in hypotl()
87 b *= t1; in hypotl()
88 a *= t1; in hypotl()
101 t1 = a; in hypotl()
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e; in hypotl()
104 t2 = a-t1; in hypotl()
105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
112 t1 = a; in hypotl()
[all …]
Dk_logf.h29 float hfsq,s,z,R,w,t1,t2; in k_log1pf() local
34 t1= w*(Lg2+w*Lg4); in k_log1pf()
36 R = t2+t1; in k_log1pf()
De_sqrt.c100 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local
155 t1 = s1+r; in __ieee754_sqrt()
157 if((t<ix0)||((t==ix0)&&(t1<=ix1))) { in __ieee754_sqrt()
158 s1 = t1+r; in __ieee754_sqrt()
159 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; in __ieee754_sqrt()
161 if (ix1 < t1) ix0 -= 1; in __ieee754_sqrt()
162 ix1 -= t1; in __ieee754_sqrt()
Dk_log.h90 double hfsq,s,z,R,w,t1,t2; in k_log1p() local
95 t1= w*(Lg2+w*(Lg4+w*Lg6)); in k_log1p()
97 R = t2+t1; in k_log1p()
De_powf.c59 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local
144 t1 = u+v; in __ieee754_powf()
145 GET_FLOAT_WORD(is,t1); in __ieee754_powf()
146 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf()
147 t2 = v-(t1-u); in __ieee754_powf()
196 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_powf()
197 GET_FLOAT_WORD(is,t1); in __ieee754_powf()
198 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf()
199 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_powf()
205 p_l = (y-y1)*t1+y*t2; in __ieee754_powf()
[all …]
De_pow.c100 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local
203 t1 = u+v; in __ieee754_pow()
204 SET_LOW_WORD(t1,0); in __ieee754_pow()
205 t2 = v-(t1-u); in __ieee754_pow()
251 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow()
252 SET_LOW_WORD(t1,0); in __ieee754_pow()
253 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow()
259 p_l = (y-y1)*t1+y*t2; in __ieee754_pow()
260 p_h = y1*t1; in __ieee754_pow()
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow()
[all …]
De_logf.c37 float hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_logf() local
76 t1= w*(Lg2+w*Lg4); in __ieee754_logf()
79 R = t2+t1; in __ieee754_logf()
De_log.c88 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local
128 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log()
131 R = t2+t1; in __ieee754_log()
De_lgammaf_r.c44 t1 = -1.4758771658e-01, /* 0xbe17213c */ variable
193 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgammaf_r()
De_lgamma_r.c111 t1 = -1.47587722994593911752e-01, /* 0xBFC2E427, 0x8DC6C509 */ variable
260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgamma_r()
/bionic/linker/arch/mips/
Dbegin.S51 la $t1, _DYNAMIC
52 addu $t1, $t0
56 lw $t2, 0($t1)
60 lw $s0, 4($t1)
65 lw $s1, 4($t1)
69 2: addu $t1, 8
81 lw $t1, ($s0)
82 bgez $t1, 9f
87 1: lw $t1, ($s0)
88 addu $t1, $t0
[all …]
/bionic/libc/arch-arm/bionic/
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, w1, #24
223 SHFT2MSB t1, w1, #16
[all …]
Dstrcmp.a15.S527 t1 = w1 & mask; \
528 if (__builtin_expect(t1 != w2 RSHIFT shift, 0)) \
541 t1 = w1 RSHIFT (32 - shift); \
547 t1 ^= w1; \
548 if (__builtin_expect(t1 != w2 LSHIFT (32 - shift), 0)) \
550 t1 = w1 >> (32 - shift); \
564 unsigned t1;
575 t1 = ((unsigned) s2) & 3;
576 if (t1 == 1)
580 else if (t1 == 2)
[all …]
/bionic/libc/arch-arm/generic/bionic/
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, w1, #24
223 SHFT2MSB t1, w1, #16
[all …]
/bionic/libc/arch-mips/bionic/
Dmemcmp16.S39 li $t1,0
45 lhu $t1,0($a1)
47 bne $t0,$t1,done
53 subu $v0,$t0,$t1
D_setjmp.S54 lw t1, OFF(BASE) ; \
55 mtc1 t1, FPR ; \
/bionic/libc/arch-arm/cortex-a9/bionic/
Dstrcmp.S376 t1 .req ip
384 and t1, wp2, #3
388 cmp t1, #2
395 bic t1, w1, #MSB
396 cmp t1, w2, S2LOMEM #8
404 eor t1, t1, w1
405 cmp t1, w2, S2HIMEM #24
428 S2LOMEM t1, w1, #24
435 S2LOMEM t1, w1, #24
442 S2HIMEM t1, w1, #16
[all …]
/bionic/tests/
Dpthread_test.cpp109 pthread_t t1; in TEST() local
110 ASSERT_EQ(0, pthread_create(&t1, NULL, SleepFn, reinterpret_cast<void*>(5))); in TEST()
113 ASSERT_EQ(0, pthread_detach(t1)); in TEST()
114 AssertDetached(t1, true); in TEST()
118 ASSERT_EQ(EINVAL, pthread_join(t1, &result)); in TEST()
124 pthread_t t1; in TEST() local
125 ASSERT_EQ(0, pthread_create(&t1, NULL, SpinFn, &done)); in TEST()
129 ASSERT_EQ(0, pthread_create(&t2, NULL, JoinFn, reinterpret_cast<void*>(t1))); in TEST()
134 ASSERT_EQ(0, pthread_detach(t1)); in TEST()
135 AssertDetached(t1, false); in TEST()
[all …]
/bionic/libc/arch-mips/include/machine/
Dregdef.h58 #define t1 $13 macro
63 #define t1 $9 macro
/bionic/libc/arch-arm/krait/bionic/
Dstrcmp.S389 t1 .req ip
398 and t1, wp2, #3
406 S2HIMEM t1, w1, #16
408 S2LOMEM t1, t1, #16
410 cmp t1, w2, S2LOMEM #16
416 eor t1, t1, w1
417 cmp t1, w2, S2HIMEM #16
436 S2LOMEM t1, w1, #16
444 S2LOMEM t1, w1, #16
460 and r2, t1, #LSB
[all …]
/bionic/libc/kernel/arch-mips/asm/
Dregdef.h35 #define t1 $9 macro
90 #define t1 $13 macro
/bionic/libc/arch-mips/string/
Dmemcpy.S74 xor t1,t0,AT
75 subu t0,t1,AT
285 LWHI t1,4(a1)
287 LWLO t1,7(a1)
305 sw t1,4(a0)
315 LWHI t1,36(a1)
317 LWLO t1,39(a1)
335 sw t1,36(a0)
360 LWHI t1,4(a1)
361 LWLO t1,7(a1)
[all …]
Dmemset.S101 andi t1,a0,2
102 beqz t1,.Lalignok
108 slti t1,a2,4 # .Laligned for 4 or more bytes
109 beqz t1,.Laligned
110 sne t1,a2,2 # one more halfword?
111 bnez t1,.Ldone

12