/picolibc-latest/newlib/libc/include/machine/ |
D | _default_types.h | 77 typedef __INT32_TYPE__ __int32_t; typedef 85 typedef signed int __int32_t; typedef 89 typedef signed long __int32_t; typedef 93 typedef signed short __int32_t; typedef 97 typedef signed char __int32_t; typedef 150 typedef __int32_t __int_least8_t; 172 typedef __int32_t __int_least16_t; 190 typedef __int32_t __int_least32_t;
|
/picolibc-latest/newlib/libm/math/ |
D | s_rem_pio2.c | 28 static const __int32_t two_over_pi[] = { 41 static const __int32_t npio2_hw[] = { 72 __int32_t 77 __int32_t i, j, n, ix, hx; in __rem_pio2() 116 n = (__int32_t)(t * invpio2 + half); in __rem_pio2() 164 SET_HIGH_WORD(z, ix - ((__int32_t)e0 << 20)); in __rem_pio2() 166 tx[i] = (__float64)((__int32_t)(z)); in __rem_pio2()
|
D | kf_rem_pio2.c | 51 const __int32_t *ipio2) in __kernel_rem_pio2f() 53 __int32_t jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; in __kernel_rem_pio2f() 84 fw = (float)((__int32_t)(twon8 * z)); in __kernel_rem_pio2f() 85 iq[i] = (__int32_t)(z - two8 * fw); in __kernel_rem_pio2f() 92 n = (__int32_t)z; in __kernel_rem_pio2f() 166 fw = (float)((__int32_t)(twon8 * z)); in __kernel_rem_pio2f() 167 iq[jz] = (__int32_t)(z - two8 * fw); in __kernel_rem_pio2f() 170 iq[jz] = (__int32_t)fw; in __kernel_rem_pio2f() 172 iq[jz] = (__int32_t)z; in __kernel_rem_pio2f()
|
D | sf_rem_pio2.c | 28 static const __int32_t two_over_pi[] = { 80 __int32_t 85 __int32_t i, j, n, ix, hx; in __rem_pio2f() 123 n = (__int32_t)(t * invpio2 + half); in __rem_pio2f() 169 SET_FLOAT_WORD(z, ix - ((__int32_t)e0 << 23)); in __rem_pio2f() 171 tx[i] = (float)((__int32_t)(z)); in __rem_pio2f()
|
D | k_rem_pio2.c | 161 const __int32_t *ipio2) in __kernel_rem_pio2() 163 __int32_t jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; in __kernel_rem_pio2() 194 fw = (__float64)((__int32_t)(twon24 * z)); in __kernel_rem_pio2() 195 iq[i] = (__int32_t)(z - two24 * fw); in __kernel_rem_pio2() 202 n = (__int32_t)z; in __kernel_rem_pio2() 276 fw = (__float64)((__int32_t)(twon24 * z)); in __kernel_rem_pio2() 277 iq[jz] = (__int32_t)(z - two24 * fw); in __kernel_rem_pio2() 280 iq[jz] = (__int32_t)fw; in __kernel_rem_pio2() 282 iq[jz] = (__int32_t)z; in __kernel_rem_pio2()
|
D | sf_jn.c | 26 __int32_t i, hx, ix, sgn; in jnf() 108 __int32_t k, m; in jnf() 173 __int32_t i, hx, ix, ib; in ynf() 174 __int32_t sign; in ynf() 206 for (i = 1; i < n && ib != (__int32_t)0xff800000; i++) { in ynf()
|
D | sf_j1.c | 40 __int32_t hx, ix; in j1f() 111 __int32_t hx, ix; in y1f() 251 __int32_t ix; in ponef() 359 __int32_t ix; in qonef()
|
D | s_jn.c | 53 __int32_t i, hx, ix, lx, sgn; in jn64() 171 __int32_t k, m; in jn64() 238 __int32_t i, hx, ix, lx; in _MATH_ALIAS_d_id() 239 __int32_t sign; in _MATH_ALIAS_d_id()
|
D | kf_tan.c | 40 __int32_t ix, hx; in __kernel_tanf() 86 __int32_t i; in __kernel_tanf()
|
D | sf_j0.c | 39 __int32_t hx, ix; in j0f() 110 __int32_t hx, ix; in y0f() 254 __int32_t ix; in pzerof() 362 __int32_t ix; in qzerof()
|
D | sf_asin.c | 38 __int32_t hx, ix; in asinf() 69 __int32_t iw; in asinf()
|
/picolibc-latest/newlib/libm/common/ |
D | sf_lround.c | 17 __int32_t exponent_less_127; in lroundf() 20 __int32_t sign; in lroundf() 28 if (exponent_less_127 < (__int32_t)((8 * sizeof (long int)) - 1)) in lroundf()
|
D | sf_llround.c | 19 __int32_t exponent_less_127; in llroundf() 22 __int32_t sign; in llroundf()
|
D | sf_expm1.c | 40 __int32_t k,xsb; in expm1f() 100 __int32_t i; in expm1f() 108 __int32_t i; in expm1f() 114 __int32_t i; in expm1f()
|
D | s_llround.c | 21 __int32_t sign, exponent_less_1023; in llround64() 55 else if (exponent_less_1023 < (__int32_t) ((8 * sizeof (long long int)) - 1)) in llround64()
|
D | s_round.c | 52 __int32_t msw, exponent_less_1023; in round64() 67 msw |= ((__int32_t)1023 << 20); in round64()
|
D | s_lround.c | 58 __int32_t sign, exponent_less_1023; in lround64() 91 else if (exponent_less_1023 < (__int32_t) ((8 * sizeof (long int)) - 1)) in lround64()
|
D | fdlibm.h | 172 extern __int32_t __rem_pio2 (__float64,__float64*); 178 extern int __kernel_rem_pio2 (__float64*,__float64*,int,int,int,const __int32_t*); 181 extern __int32_t __rem_pio2f (float,float*); 187 extern int __kernel_rem_pio2f (float*,float*,int,int,int,const __int32_t*);
|
D | s_llrint.c | 42 __int32_t i0,j0,sx; in llrint64() 65 if ((i0 & ~((__int32_t)1 << 31)) == 0) in llrint64()
|
D | sf_isinff.c | 19 __int32_t ix; in __isinff()
|
D | sf_getpayload.c | 40 __int32_t ix; in getpayloadf()
|
D | sf_isnanf.c | 23 __int32_t ix; in __isnanf()
|
D | sf_isnan.c | 28 __int32_t ix; in isnanf()
|
D | sf_log1p.c | 37 __int32_t k,hx,hu,ax; in log1pf() 58 if(hx>0||hx<=((__int32_t)0xbe95f61f)) { in log1pf()
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | f_math.h | 18 __int32_t hx; in check_finite() 28 __int32_t ix; in check_finitef()
|