Searched defs:top (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libm/common/ |
D | sf_log2.c | 54 uint32_t ix, iz, top, tmp; in log2f() local
|
D | exp2.c | 102 uint64_t ki, idx, top, sbits; in exp2() local
|
D | exp.c | 104 uint64_t ki, idx, top, sbits; in exp() local
|
D | log.c | 58 uint32_t top; in log() local
|
D | log2.c | 58 uint32_t top; variable
|
D | sf_pow.c | 58 uint32_t iz, top, tmp; in log2_inline() local
|
D | pow.c | 203 uint64_t ki, idx, top, sbits; in exp_inline() local
|
/picolibc-latest/newlib/libc/stdlib/ |
D | ecvtbuf.c | 83 int top; in print_e() local 147 int top = decpt / 100; in print_e() local
|
D | mallocr.c | 1178 #define top (bin_at(0)->fd) /* The topmost chunk */ macro
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | spu-gmon.c | 341 __ea struct tostruct *top; in __mcount_internal() local
|
/picolibc-latest/newlib/libc/posix/ |
D | regcomp.c | 1214 cset *top = &p->g->sets[p->g->ncsets]; in freeset() local 1238 cset *top = &p->g->sets[p->g->ncsets]; in freezeset() local
|