/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | imaxabs.c | 33 imaxabs(intmax_t j) in imaxabs()
|
D | llabs.c | 57 llabs (long long j) in llabs()
|
D | utoa.c | 37 int i, j; in __utoa() local
|
/picolibc-3.7.0-3.6.0/test/ |
D | malloc_stress.c | 66 int j = randint(NUM_MALLOC - 1 - i) + i + 1; in shuffle_order() local 105 size_t j; in check_block() local 255 int j = order[i]; in main() local 271 int j = order[i]; in main() local 308 int j = order[i]; in main() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/argz/ |
D | buf_findstr.c | 20 size_t j = 0; in _buf_findstr() local
|
D | argz_extract.c | 17 size_t j = 0; in argz_extract() local
|
/picolibc-3.7.0-3.6.0/newlib/libm/math/ |
D | s_floor.c | 72 __int32_t i0, i1, j0, j; in floor64() local
|
D | s_ceil.c | 30 __int32_t i0, i1, j0, j; in ceil64() local
|
D | sf_hypot.c | 22 __int32_t j, k, ha, hb; in hypotf() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | sig2str.c | 243 unsigned long j = strtoul(&str[SPACES_TO_N], &endp, 10); in str2sig() local 260 unsigned long j = strtoul(&str[SPACES_TO_N], &endp, 10); // and endptr null check in str2sig() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ryu/ |
D | f2s_intrinsics.h | 53 #define mulPow5InvDivPow2(m,q,j) __mulPow5InvDivPow2(m,q,j) argument 56 #define mulPow5divPow2(m,i,j) __mulPow5divPow2(m,i,j) argument
|
D | d2s_intrinsics.h | 215 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 221 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64() 242 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 255 static inline uint64_t mulShiftAll64(const uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64() 264 static inline uint64_t mulShift64(const uint64_t m, const uint64_t* const mul, const int32_t j) { in mulShift64() 278 static inline uint64_t mulShiftAll64(uint64_t m, const uint64_t* const mul, const int32_t j, in mulShiftAll64()
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/ |
D | s_ceill.c | 30 u_int64_t i,j; in ceill() local
|
D | s_floorl.c | 30 u_int64_t i,j; in floorl() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | ryu_divpow2.c | 60 uint32_t __mulPow5InvDivPow2(const uint32_t m, const uint32_t q, const int32_t j) { in __mulPow5InvDivPow2() 69 uint32_t __mulPow5divPow2(const uint32_t m, const uint32_t i, const int32_t j) { in __mulPow5divPow2()
|
D | atof_ryu.c | 92 int j = e2 - e10 - ceil_log2pow5(e10) + FLOAT_POW5_BITCOUNT; in __atof_engine() local 106 int j = e2 - e10 + ceil_log2pow5(-e10) - 1 + FLOAT_POW5_INV_BITCOUNT; in __atof_engine() local
|
D | fwrite.c | 41 size_t i, j; in fwrite() local
|
D | atod_ryu.c | 94 int j = e2 - e10 - ceil_log2pow5(e10) + DOUBLE_POW5_BITCOUNT; in __atod_engine() local 108 int j = e2 - e10 + ceil_log2pow5(-e10) - 1 + DOUBLE_POW5_INV_BITCOUNT; in __atod_engine() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/string/ |
D | str-two-way.h | 97 size_t j; /* Index into NEEDLE for current candidate suffix. */ in critical_factorization() local 203 size_t j; /* Index into current window of HAYSTACK. */ in two_way_short_needle() local 297 size_t j; /* Index into current window of HAYSTACK. */ in two_way_long_needle() local
|
D | strverscmp.c | 67 size_t i, dp, j; in strverscmp() local
|
D | strcasestr.c | 77 # define AVAILABLE(h, h_l, j, n_l) \ argument
|
/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.string/ |
D | memmove1.c | 138 size_t j; in main() local 160 size_t j; in main() local
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/ |
D | s_ceill.c | 30 u_int32_t i,j,se,i0,sx; in ceill() local
|
D | s_floorl.c | 30 u_int32_t i,j,se,i0,sx; in floorl() local
|
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | tzcalc_limits.c | 18 int i, j; in __tzcalc_limits() local
|