Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 33) 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_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 …]
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_powf.c62 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 …]
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()
De_pow.c104 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 …]
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()
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_logf.c38 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()
De_log.c91 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()
De_lgammaf_r.c47 t1 = -2.35939837e-08, /* 0xb2caabb8 */ variable
179 p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7))))); in __ieee754_lgammaf_r()
De_lgamma_r.c112 t1 = -1.47587722994593911752e-01, /* 0xBFC2E427, 0x8DC6C509 */ variable
261 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgamma_r()
/bionic/libc/arch-arm/generic/bionic/
Dstrcmp.S145 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/tzcode/
Ddifftime.c25 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/libm/upstream-freebsd/lib/msun/ld128/
De_powl.c151 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/tests/
Dthreads_test.cpp97 std::thread t1(waiter); in TEST()
107 t1.join(); in TEST()
142 std::thread t1(waiter); in TEST()
167 t1.join(); in TEST()
319 thrd_t t1 = thrd_current(); in TEST()
321 std::thread([&t1] { in TEST()
323 ASSERT_FALSE(thrd_equal(t1, t2)); in TEST()
328 ASSERT_TRUE(thrd_equal(t1, t1_2)); in TEST()
Dtime_test.cpp40 time_t p1, t1 = time(&p1); in TEST() local
42 ASSERT_NE(static_cast<time_t>(0), t1); in TEST()
43 ASSERT_NE(static_cast<time_t>(-1), t1); in TEST()
44 ASSERT_EQ(p1, t1); in TEST()
56 ASSERT_LE(t2 - t1, static_cast<time_t>(2)); in TEST()
758 clock_t t1 = clock(); in TEST() local
759 ASSERT_LT(t1 - t0, 5 * (CLOCKS_PER_SEC / 1000)); in TEST()
821 auto t1 = std::chrono::steady_clock::now(); in TEST() local
822 ASSERT_GE(t1-t0, 5000000ns); in TEST()
829 auto t1 = std::chrono::steady_clock::now(); in TEST() local
[all …]
Dsemaphore_test.cpp80 pthread_t t1, t2, t3; in TEST() local
81 ASSERT_EQ(0, pthread_create(&t1, nullptr, SemWaitThreadFn, &s)); in TEST()
90 ASSERT_EQ(0, pthread_join(t1, &result)); in TEST()
Dstdatomic_test.cpp248 pthread_t t1,t2; in TEST() local
249 ASSERT_EQ(0, pthread_create(&t1, nullptr, reader, &a)); in TEST()
251 ASSERT_EQ(0, pthread_join(t1, &result)); in TEST()
Dthread_local_test.cpp106 static const Triangle t1 = {{3,3}, {4,4}, {5,5}}; in reset_triangle() local
108 memcpy(local_triangle, t1, sizeof(local_triangle)); in reset_triangle()
/bionic/libc/dns/resolv/
Dres_stats.c30 _res_stats_calculate_rtt(const struct timespec* t1, const struct timespec* t0) { in _res_stats_calculate_rtt() argument
33 long ms1 = t1->tv_sec * 1000 + t1->tv_nsec / 1000000; in _res_stats_calculate_rtt()
/bionic/libc/kernel/uapi/linux/
Dax25.h86 unsigned int t1, t1timer; member
95 unsigned int t1, t1timer; member
Dgsmmux.h28 unsigned int t1; member
/bionic/libc/kernel/uapi/linux/hdlc/
Dioctl.h86 unsigned int t1; member
/bionic/libc/dns/include/
Dresolv_stats.h51 _res_stats_calculate_rtt(const struct timespec* t1, const struct timespec* t0);

12