Searched refs:t2 (Results 1 - 25 of 30) sorted by relevance

12

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dk_logf.h29 float hfsq,s,z,R,w,t1,t2; local
35 t2= z*(Lg1+w*Lg3);
36 R = t2+t1;
H A Dk_log.h90 double hfsq,s,z,R,w,t1,t2; local
96 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
97 R = t2+t1;
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
108 t2 = a-t1;
109 w = sqrt(t1*t1-(b*(-b)-t2*(a+t1)));
117 t2 = a - t1;
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotf.c25 float a,b,t1,t2,y1,y2,w; local
69 t2 = a-t1;
70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1)));
76 t2 = a - t1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_hypotl.c51 long double a=x,b=y,t1,t2,y1,y2,w; local
104 t2 = a-t1;
105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
114 t2 = a - t1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
H A De_log.c91 double hfsq,f,s,z,R,w,t1,t2,dk; local
132 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7)));
134 R = t2+t1;
H A De_logf.c38 float hfsq,f,s,z,R,w,t1,t2,dk; local
78 t2= z*(Lg1+w*Lg3);
80 R = t2+t1;
H A De_pow.c100 double y1,t1,t2,r,s,t,u,v,w; local
205 t2 = v-(t1-u);
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;
H A De_powf.c59 float y1,t1,t2,r,s,sn,t,u,v,w; local
147 t2 = v-(t1-u);
199 t2 = z_l-(((t1-t)-dp_h[k])-z_h);
202 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
205 p_l = (y-y1)*t1+y*t2;
/bionic/libc/arch-mips/string/
H A Dmemset.S212 sltu t2, a3, a2
213 beq t2, zero, memset
232 slti t2,a2,(2 * NSIZE)
233 bne t2,zero,L(lastb)
255 dsll t2,a1,8
256 or a1,t2
257 dsll t2,a1,16
258 or a1,t2
259 dsll t2,a1,32
260 or a1,t2
[all...]
H A Dstrcmp.S156 andi t2, a0, (NSIZE - 1) #check if a0 aligned
157 SUBU t3, t0, t2 #t3 will be used as shifter
158 bnez t2, L(uloopenter)
159 SUBU a2, a0, t2 #bring back a0 to aligned position
196 SRL v0, t2; \
209 SLL t2, 3 #multiply by 8
/bionic/linker/arch/mips/
H A Dbegin.S58 lw $t2, 0($t1)
59 beqz $t2, .Lrelocate_local_got
61 bne $t2, $t3, 1f /* DT_PLTGOT? */
66 1: bne $t2, $t4, 1f /* DT_MIPS_LOCAL_GOTNO? */
/bionic/libc/arch-mips/include/machine/
H A Dregdef.h66 #define t2 $14 macro
71 #define t2 $10 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h66 #define t2 $14 macro
71 #define t2 $10 macro
/bionic/libc/versioner-dependencies/mips/arch-mips/machine/
H A Dregdef.h66 #define t2 $14 macro
71 #define t2 $10 macro
/bionic/libc/versioner-dependencies/mips64/arch-mips64/machine/
H A Dregdef.h66 #define t2 $14 macro
71 #define t2 $10 macro
/bionic/linker/arch/mips64/
H A Dbegin.S76 REG_L t2, ELF_DYN_TAG(t1)
77 beqz t2, .Lrelocate_local_got
79 bne t2, t3, 1f /* DT_PLTGOT? */
85 bne t2, ta0, 2f /* DT_MIPS_LOCAL_GOTNO? */
/bionic/libc/kernel/uapi/linux/
H A Dgsmmux.h31 unsigned int t2; member in struct:gsm_config
H A Dax25.h104 unsigned int t2, t2timer; member in struct:ax25_info_struct_deprecated
115 unsigned int t2, t2timer; member in struct:ax25_info_struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dgsmmux.h31 unsigned int t2; member in struct:gsm_config
H A Dax25.h104 unsigned int t2, t2timer; member in struct:ax25_info_struct_deprecated
115 unsigned int t2, t2timer; member in struct:ax25_info_struct
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0)
250 m_mangle_reg_and_store s3, t0, t2, SC_REGS+4*REGSZ(a0)
253 m_mangle_reg_and_store s6, t0, t2, SC_REGS+7*REGSZ(a0)
256 m_mangle_reg_and_store gp, t0, t2, SC_REGS+10*REGSZ(a0)
364 m_unmangle_reg_and_load s0, t0, t2, SC_REGS+1*REGSZ(a0)
367 m_unmangle_reg_and_load s3, t0, t2, SC_REGS+4*REGSZ(a0)
370 m_unmangle_reg_and_load s6, t0, t2, SC_REGS+7*REGSZ(a0)
373 m_unmangle_reg_and_load v1, t0, t2, SC_REGS+10*REGSZ(a0)
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S247 m_mangle_reg_and_store s0, t0, t2, SC_REGS+1*REGSZ(a0)
250 m_mangle_reg_and_store s3, t0, t2, SC_REGS+4*REGSZ(a0)
253 m_mangle_reg_and_store s6, t0, t2, SC_REGS+7*REGSZ(a0)
256 m_mangle_reg_and_store gp, t0, t2, SC_REGS+10*REGSZ(a0)
364 m_unmangle_reg_and_load s0, t0, t2, SC_REGS+1*REGSZ(a0)
367 m_unmangle_reg_and_load s3, t0, t2, SC_REGS+4*REGSZ(a0)
370 m_unmangle_reg_and_load s6, t0, t2, SC_REGS+7*REGSZ(a0)
373 m_unmangle_reg_and_load v1, t0, t2, SC_REGS+10*REGSZ(a0)
/bionic/tests/
H A Dsemaphore_test.cpp80 pthread_t t1, t2, t3; local
82 ASSERT_EQ(0, pthread_create(&t2, NULL, SemWaitThreadFn, &s));
91 ASSERT_EQ(0, pthread_join(t2, &result));
H A Dstdatomic_test.cpp251 pthread_t t1,t2; local
253 ASSERT_EQ(0, pthread_create(&t2, 0, writer, &a));
256 ASSERT_EQ(0, pthread_join(t2, &result));

Completed in 351 milliseconds

12