/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_hypot.c | 57 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 …]
|
D | e_hypotf.c | 25 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 …]
|
D | e_hypotl.c | 51 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 …]
|
D | e_sqrt.c | 100 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()
|
D | k_logf.h | 29 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()
|
D | k_log.h | 90 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()
|
D | e_powf.c | 62 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local 147 t1 = u+v; in __ieee754_powf() 148 GET_FLOAT_WORD(is,t1); in __ieee754_powf() 149 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf() 150 t2 = v-(t1-u); in __ieee754_powf() 199 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_powf() 200 GET_FLOAT_WORD(is,t1); in __ieee754_powf() 201 SET_FLOAT_WORD(t1,is&0xfffff000); in __ieee754_powf() 202 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_powf() 208 p_l = (y-y1)*t1+y*t2; in __ieee754_powf() [all …]
|
D | e_pow.c | 104 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 207 t1 = u+v; in __ieee754_pow() 208 SET_LOW_WORD(t1,0); in __ieee754_pow() 209 t2 = v-(t1-u); in __ieee754_pow() 255 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow() 256 SET_LOW_WORD(t1,0); in __ieee754_pow() 257 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow() 263 p_l = (y-y1)*t1+y*t2; in __ieee754_pow() 264 p_h = y1*t1; in __ieee754_pow() 302 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow() [all …]
|
D | e_logf.c | 38 float hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_logf() local 77 t1= w*(Lg2+w*Lg4); in __ieee754_logf() 80 R = t2+t1; in __ieee754_logf()
|
D | e_log.c | 91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 131 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log() 134 R = t2+t1; in __ieee754_log()
|
/bionic/libc/tzcode/ |
D | difftime.c | 25 double t1 = time1, t0 = time0; in difftime() local 26 return t1 - t0; in difftime() 38 uintmax_t t1 = time1, t0 = time0; in difftime() local 39 return time0 <= time1 ? t1 - t0 : dminus(t0 - t1); in difftime() 55 long double t1 = time1, t0 = time0; in difftime() local 56 return t1 - t0; in difftime()
|
/bionic/linker/arch/mips/ |
D | begin.S | 53 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, $t0 [all …]
|
/bionic/libc/arch-mips/string/ |
D | strncmp.S | 133 andi $t1, $a1, (NSIZE - 1) 134 beqz $t1, L(exitalign) 136 SUBU $t1, $t0, $t1 #process (NSIZE - 1) bytes at max 137 SUBU $a2, $a2, $t1 #dec count by t1 141 SUBU $t1, $t1, 0x1 143 bne $t1, $zero, L(alignloop) 157 dsll $t1, $t9, 32 158 or $t9, $t1 179 nor $t1, $v0, $t9; \ 180 and $t0, $t0, $t1; \ [all …]
|
D | strcmp.S | 129 andi $t1, $a1, (NSIZE - 1) 130 beqz $t1, L(exitalign) 132 SUBU $t1, $t0, $t1 #process (NSIZE - 1) bytes at max 136 SUBU $t1, $t1, 0x1 138 bnez $t1, L(alignloop) 150 dsll $t1, $t8, 32 151 or $t8, $t1 152 dsll $t1, $t9, 32 153 or $t9, $t1 166 nor $t1, $v0, $t9; \ [all …]
|
/bionic/linker/arch/mips64/ |
D | begin.S | 71 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, $t0 [all …]
|
/bionic/libc/arch-arm/generic/bionic/ |
D | strcmp.S | 145 t1 .req ip 168 and t1, wp2, #3 172 cmp t1, #2 179 bic t1, w1, #MSB 180 cmp t1, w2, SHFT2LSB #8 188 eor t1, t1, w1 189 cmp t1, w2, SHFT2MSB #24 212 SHFT2LSB t1, w1, #24 219 SHFT2LSB t1, w1, #24 226 SHFT2MSB t1, w1, #16 [all …]
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
D | strcmp.S | 378 t1 .req ip 386 and t1, wp2, #3 390 cmp t1, #2 397 bic t1, w1, #MSB 398 cmp t1, w2, S2LOMEM #8 406 eor t1, t1, w1 407 cmp t1, w2, S2HIMEM #24 430 S2LOMEM t1, w1, #24 437 S2LOMEM t1, w1, #24 444 S2HIMEM t1, w1, #16 [all …]
|
/bionic/libc/arch-arm/krait/bionic/ |
D | strcmp.S | 391 t1 .req ip 400 and t1, wp2, #3 408 S2HIMEM t1, w1, #16 410 S2LOMEM t1, t1, #16 412 cmp t1, w2, S2LOMEM #16 418 eor t1, t1, w1 419 cmp t1, w2, S2HIMEM #16 438 S2LOMEM t1, w1, #16 446 S2LOMEM t1, w1, #16 467 and r2, t1, #LSB [all …]
|
/bionic/libc/arch-mips/bionic/ |
D | __bionic_clone.S | 42 lw $t1,24($sp) # arg 44 sw $t1,4($a1) # arg
|
D | syscall.S | 46 lw $t1, 24($sp) 49 sw $t1, 20($sp)
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_powl.c | 151 long double yy1, t1, t2, r, s, t, u, v, w; in powl() local 358 t1 = (((z_h + z_l) + dp_h[k]) + t); in powl() 359 o.value = t1; in powl() 362 t1 = o.value; in powl() 363 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powl() 376 p_l = (y - yy1) * t1 + y * t2; in powl() 377 p_h = yy1 * t1; in powl() 429 t1 = z - t * u / v; in powl() 430 r = (z * t1) / (t1 - two) - (w + z * w); in powl()
|
/bionic/libc/arch-mips64/bionic/ |
D | syscall.S | 49 REG_L $t1, FRAMESZ+6*REGSZ($sp) 51 REG_S $t1, 5*REGSZ($sp)
|
D | __bionic_clone.S | 54 PRL_L $t1,FRAMESZ+6*REGSZ($sp) # arg 56 PTR_S $t1,FRAME_ARG($a1) # arg
|
/bionic/libc/kernel/uapi/linux/ |
D | ax25.h | 86 unsigned int t1, t1timer; member 95 unsigned int t1, t1timer; member
|
D | gsmmux.h | 28 unsigned int t1; member
|