Home
last modified time | relevance | path

Searched refs:int64_t (Results 1 – 25 of 42) sorted by relevance

12

/picolibc-latest/newlib/libm/common/
Ds_trunc.c48 int64_t ix = _asint64(x); in trunc64()
49 int64_t mask; in trunc64()
Ds_getpayload.c50 return (__float64) ((((int64_t) hx) << 32) | (uint32_t) lx); in getpayload64()
/picolibc-latest/newlib/libc/tinystdio/
Dftoa_engine.c146 int64_t prod = (int64_t)frac * (int64_t)factorTable[idx]; in __ftoa_engine()
164 int64_t decimal = 100000000000000ull; in __ftoa_engine()
Ddtoa_engine.c61 return ((int64_t) fract < 0); in high_bit_set()
90 while ((int64_t) (fract <<= 1) >= 0) in __dtoa_engine()
Dstdio_private.h341 return (int64_t) a.hi < 0; in _i128_lt_zero()
362 if ((int64_t) a.hi < 0) in _i128_lt()
367 return (int64_t) a.hi < (int64_t) b.hi; in _i128_lt()
382 if ((int64_t) a.hi < 0) in _i128_ge()
387 return (int64_t) a.hi >= (int64_t) b.hi; in _i128_ge()
Ddtox_engine.c53 #define DTOX_INT int64_t
/picolibc-latest/newlib/libm/ld/ld128/
Ds_copysignl.c57 int64_t hx, hy; in copysignl()
Ds_fpclassifyl.c10 int64_t hx; in __fpclassifyl()
De_acoshl.c38 int64_t hx; in acoshl()
De_tgammal.c25 int64_t i0,i1; in tgammal()
Ds_truncl.c36 int64_t ix0, ix1; in truncl()
Ds_floorl.c29 int64_t i0,i1,jj0; in floorl()
Ds_modfl.c30 int64_t i0,i1,jj0; in modfl()
Ds_nexttowardf.c19 int64_t hy,iy; in nexttowardf()
Ds_ceill.c29 int64_t i0,i1,jj0; in ceill()
Ds_nextafterl.c25 int64_t hx,hy,ix,iy; in nextafterl()
Ds_nexttoward.c26 int64_t hy,iy; in nexttoward64()
De_log2l.c177 int64_t hx, lx; in log2l()
De_log10l.c183 int64_t hx, lx; in log10l()
De_hypotl.c51 int64_t j,k,ha,hb; in hypotl()
/picolibc-latest/newlib/libc/include/rpc/
Dtypes.h53 typedef int64_t quad_t;
/picolibc-latest/newlib/libc/machine/spu/
Dspu_clock_svcs.c80 int64_t time; in spu_clock_read()
/picolibc-latest/newlib/libc/include/sys/
D_stdint.h54 typedef __int64_t int64_t ; typedef
/picolibc-latest/newlib/libc/machine/amdgcn/
Dmlock.c29 int64_t size;
/picolibc-latest/newlib/libc/xdr/
Dxdr.c863 int64_t * llp) in xdr_int64_t()
877 *llp = ((int64_t) t1) << 32; in xdr_int64_t()
962 return (xdr_int64_t (xdrs, (int64_t *) llp)); in xdr_hyper()
992 return (xdr_int64_t (xdrs, (int64_t *) llp)); in xdr_longlong_t()

12