Home
last modified time | relevance | path

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

12

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_hypotl.c50 long double a,b,t1,t2,yy1,y2,w; in hypotl() local
85 t1=0; in hypotl()
86 SET_LDOUBLE_MSW64(t1,0x7ffd000000000000LL); /* t1=2^16382 */ in hypotl()
87 b *= t1; in hypotl()
88 a *= t1; in hypotl()
101 t1 = 0; in hypotl()
102 SET_LDOUBLE_MSW64(t1,ha); in hypotl()
103 t2 = a-t1; in hypotl()
104 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
110 t1 = 0; in hypotl()
[all …]
De_powl.c146 long double yy1, t1, t2, r, s, t, u, v, w; in powl() local
365 t1 = (((z_h + z_l) + dp_h[k]) + t); in powl()
366 o.value = t1; in powl()
369 t1 = o.value; in powl()
370 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powl()
383 p_l = (y - yy1) * t1 + y * t2; in powl()
384 p_h = yy1 * t1; in powl()
436 t1 = z - t * u / v; in powl()
437 r = (z * t1) / (t1 - two) - (w + z * w); in powl()
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Ds_hypot.c53 __float64 a = x, b = y, t1, t2, y1, y2, w; in hypot64() local
101 t1 = 0; in hypot64()
102 SET_HIGH_WORD(t1, 0x7fd00000); /* t1=2^1022 */ in hypot64()
103 b *= t1; in hypot64()
104 a *= t1; in hypot64()
117 t1 = 0; in hypot64()
118 SET_HIGH_WORD(t1, ha); in hypot64()
119 t2 = a - t1; in hypot64()
120 w = sqrt64(t1 * t1 - (b * (-b) - t2 * (a + t1))); in hypot64()
126 t1 = 0; in hypot64()
[all …]
Dsf_hypot.c21 float a = x, b = y, t1, t2, y1, y2, w; in hypotf() local
59 SET_FLOAT_WORD(t1, 0x7e800000L); /* t1=2^126 */ in hypotf()
60 b *= t1; in hypotf()
61 a *= t1; in hypotf()
74 SET_FLOAT_WORD(t1, ha & 0xfffff000L); in hypotf()
75 t2 = a - t1; in hypotf()
76 w = sqrtf(t1 * t1 - (b * (-b) - t2 * (a + t1))); in hypotf()
81 SET_FLOAT_WORD(t1, (ha + 0x00800000L) & 0xfffff000UL); in hypotf()
82 t2 = a - t1; in hypotf()
83 w = sqrtf(t1 * y1 - (w * (-w) - (t1 * y2 + t2 * b))); in hypotf()
[all …]
Ds_sqrt.c93 __uint32_t r, t1, s1, ix1, q1; in sqrt64() local
154 t1 = s1 + r; in sqrt64()
156 if ((t < ix0) || ((t == ix0) && (t1 <= ix1))) { in sqrt64()
157 s1 = t1 + r; in sqrt64()
158 if (((t1 & sign) == sign) && (s1 & sign) == 0) in sqrt64()
161 if (ix1 < t1) in sqrt64()
163 ix1 -= t1; in sqrt64()
Dsf_pow.c60 float y1, t1, t2, r, s, t, u, v, w; in powf() local
166 t1 = u + v; in powf()
167 GET_FLOAT_WORD(is, t1); in powf()
168 SET_FLOAT_WORD(t1, is & 0xfffff000); in powf()
169 t2 = v - (t1 - u); in powf()
227 t1 = (((z_h + z_l) + dp_h[k]) + t); in powf()
228 GET_FLOAT_WORD(is, t1); in powf()
229 SET_FLOAT_WORD(t1, is & 0xfffff000); in powf()
230 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powf()
240 p_l = (y - y1) * t1 + y * t2; in powf()
[all …]
Ds_pow.c101 __float64 y1, t1, t2, r, s, t, u, v, w; in pow64() local
232 t1 = u + v; in pow64()
233 SET_LOW_WORD(t1, 0); in pow64()
234 t2 = v - (t1 - u); in pow64()
290 t1 = (((z_h + z_l) + dp_h[k]) + t); in pow64()
291 SET_LOW_WORD(t1, 0); in pow64()
292 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in pow64()
302 p_l = (y - y1) * t1 + y * t2; in pow64()
303 p_h = y1 * t1; in pow64()
344 t1 = z - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5)))); in pow64()
[all …]
Dsf_log.c35 float hfsq, f, s, z, R, w, t1, t2, dk; in logf() local
81 t1 = w * (Lg2 + w * (Lg4 + w * Lg6)); in logf()
84 R = t2 + t1; in logf()
Ds_log.c86 __float64 hfsq, f, s, z, R, w, t1, t2, dk; in log64() local
133 t1 = w * (Lg2 + w * (Lg4 + w * Lg6)); in log64()
136 R = t2 + t1; in log64()
Dsrf_lgamma.c42 t1 = -1.4758771658e-01, /* 0xbe17213c */ variable
235 p2 = t1 + w * (t4 + w * (t7 + w * (t10 + w * t13))); in __math_lgammaf_r()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_hypotl.c50 long double a,b,t1,t2,yy1,y2,w; in hypotl() local
86 SET_LDOUBLE_WORDS(t1, 0x7ffd, 0, 0); /* t1=2^16382 */ in hypotl()
87 b *= t1; in hypotl()
88 a *= t1; in hypotl()
103 SET_LDOUBLE_WORDS(t1,ea,high,0); in hypotl()
104 t2 = a-t1; in hypotl()
105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); in hypotl()
113 SET_LDOUBLE_WORDS(t1,ea+1,high,0); in hypotl()
114 t2 = a - t1; in hypotl()
115 w = sqrtl(t1*yy1-(w*(-w)-(t1*y2+t2*b))); in hypotl()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mips/
Dstrcmp.S106 nor t1, v0, t9; \
107 and t0, t0, t1; \
137 nor t1, v0, t9
138 and t1, t0, t1
140 or t0, t0, t1
145 clz t1, t0
146 and t1, 0xf8
148 neg t1
149 addu t1, 24
151 rotrv v0, v0, t1
[all …]
Dmemcpy.S215 #define REG1 t1
294 xor t1,t0,t2
295 PTR_SUBU t0,t1,t2
461 C_LD t1,UNIT(1)(a1)
487 C_ST t1,UNIT(1)(a0)
496 C_LD t1,UNIT(9)(a1)
507 C_ST t1,UNIT(9)(a0)
532 C_LD t1,UNIT(1)(a1)
541 C_ST t1,UNIT(1)(a0)
687 C_LDHI t1,UNIT(1)(a1)
[all …]
/picolibc-3.7.0-3.6.0/test/
Dmeson.build60 t1 = 'printf_scanf' variable
62 t1_name = t1
64 t1_name = t1 + '_' + target
77 t1 = 'printff_scanff' variable
79 t1_name = t1
81 t1_name = t1 + '_' + target
94 t1 = 'printfl_scanfl' variable
96 t1_name = t1
98 t1_name = t1 + '_' + target
111 t1 = 'printfi_scanfi' variable
[all …]
Dtime-tests.c93 time_t t1 = timegm( &dtForTimegm1 ); in main() local
95 if ( t1 != 2851200 || in main()
106 if ( t2 != t1 + 3 * 60 * 60 || // The chosen time zone has a positive 3-hour difference. in main()
Dt_fmemopen.c1173 struct testcase *t0, *t1; in ATF_TC_BODY() local
1181 for (t1 = &testcases[0]; t1->s != NULL; ++t1) { in ATF_TC_BODY()
1183 len1 = strnlen(t1->s, t1->n); in ATF_TC_BODY()
1193 written = fwrite(t1->s, 1, t1->n, fp); in ATF_TC_BODY()
1208 if (t1->s[t1->n - 1] != '\0' && nleft <= 1) in ATF_TC_BODY()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/
Dmemmove.S19 mv t1, a0
25 add t1, t1, a4
30 sb t2, 0(t1)
32 add t1, t1, a3
Dmemcpy-asm.S17 mv t1, a0
22 sb t2, 0(t1)
24 add t1, t1, 1
Dmemset.S17 mv t1, a0
21 sb a1, 0(t1)
23 add t1, t1, 1
30 li t1, 15
32 bleu a2, t1, .Ltiny
60 sub a3, t1, a2
110 bleu a2, t1, .Ltiny
Dstrcmp.S49 or t1, a2, a5
51 or t0, t0, t1
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dlog2.c56 double_t z, r, r2, r4, y, invc, logc, kd, hi, lo, t1, t2, t3, p; variable
129 t1 = r * InvLn2hi;
130 t2 = r * InvLn2lo + fma (r, InvLn2hi, -t1);
137 t1 = rhi * InvLn2hi;
143 hi = t3 + t1;
144 lo = t3 - hi + t1 + t2;
Dpow.c63 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local
96 t1 = kd * Ln2hi + logc; in log_inline()
97 t2 = t1 + r; in log_inline()
99 lo2 = t1 - t2 + r; in log_inline()
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr.c865 int32_t t1, t2; in xdr_int64_t() local
870 t1 = (int32_t) ((*llp) >> 32); in xdr_int64_t()
872 return (XDR_PUTINT32 (xdrs, &t1) && XDR_PUTINT32 (xdrs, &t2)); in xdr_int64_t()
875 if (!XDR_GETINT32 (xdrs, &t1) || !XDR_GETINT32 (xdrs, &t2)) in xdr_int64_t()
877 *llp = ((int64_t) t1) << 32; in xdr_int64_t()
895 uint32_t t1, t2; in xdr_u_int64_t() local
900 t1 = (uint32_t) ((*ullp) >> 32); in xdr_u_int64_t()
902 return (XDR_PUTINT32 (xdrs, (int32_t *)&t1) && in xdr_u_int64_t()
906 if (!XDR_GETINT32 (xdrs, (int32_t *)&t1) || in xdr_u_int64_t()
909 *ullp = ((u_int64_t) t1) << 32; in xdr_u_int64_t()
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/machine/mips/machine/
Dregdef.h60 #define t1 $13 macro
69 #define t1 $9 macro
/picolibc-3.7.0-3.6.0/test/libc-testsuite/
Dmeson.build68 foreach t1 : libc_tests
69 t1_src = t1 + '.c'
71 t1_name = t1
73 t1_name = t1 + '_' + target
77 if t1 == 'snprintf' variable

12