Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 4 of 4) sorted by relevance

/stdlib/
A Dtst-limits.c10 bitval (int bits) in bitval() argument
13 while (bits-- > 0) in bitval()
14 val |= 1ll << bits; in bitval()
A Dstrtod_l.c524 int bits; in ____STRTOF_INTERNAL() local
603 bits = 0; in ____STRTOF_INTERNAL()
1097 bits = nbits[val]; in ____STRTOF_INTERNAL()
1099 assert (bits != 0); in ____STRTOF_INTERNAL()
1108 pos -= bits; in ____STRTOF_INTERNAL()
1249 bits = numsize * BITS_PER_MP_LIMB - bits; in ____STRTOF_INTERNAL()
1259 if (bits > MANT_DIG) in ____STRTOF_INTERNAL()
1366 if (bits > 0) in ____STRTOF_INTERNAL()
1485 exponent = bits; in ____STRTOF_INTERNAL()
1567 if (bits <= 0) in ____STRTOF_INTERNAL()
[all …]
A DMakefile25 headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h bits/stdlib-float.h \
26 monetary.h bits/monetary-ldbl.h \
27 inttypes.h stdint.h bits/wordsize.h bits/timesize.h \
28 errno.h sys/errno.h bits/errno.h bits/types/error_t.h \
29 ucontext.h sys/ucontext.h bits/indirect-return.h \
31 bits/stdlib-bsearch.h sys/random.h bits/stdint-intn.h \
32 bits/stdint-uintn.h bits/time64.h \
/stdlib/bits/
A Dstdlib-ldbl.h61 # error bits/stdlib-ldbl.h included when no ldbl redirections are required.

Completed in 11 milliseconds