/picolibc-latest/newlib/libm/common/ |
D | s_llround.c | 67 unsigned int tmp = lsw in llround64() local
|
D | s_lround.c | 105 __uint32_t tmp = lsw in lround64() local
|
D | s_round.c | 93 __uint32_t tmp; in round64() local
|
D | exp2.c | 54 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() 104 double_t kd, r, r2, scale, tail, tmp; in exp2() local
|
D | exp.c | 56 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() 106 double_t kd, z, r, r2, scale, tail, tmp; in exp() local
|
D | sf_log.c | 55 uint32_t ix, iz, tmp; in logf() local
|
D | sf_log2.c | 54 uint32_t ix, iz, top, tmp; in log2f() local
|
D | pow.c | 64 uint64_t iz, tmp; in log_inline() local 151 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() 205 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
|
D | log.c | 57 uint64_t ix, iz, tmp; in log() local
|
/picolibc-latest/test/libc-testsuite/ |
D | basename.c | 43 char *tmp, *s; in test_basename() local
|
D | dirname.c | 43 char *tmp, *s; in test_dirname() local
|
/picolibc-latest/newlib/libc/stdlib/ |
D | l64a.c | 35 unsigned long tmp = (unsigned long)value & 0xffffffff; in l64a() local
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_private.c | 32 xdr_vprintf_t tmp = xdr_vprintf; in xdr_set_vprintf() local
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | stack_reg_va.S | 86 #define tmp $74 macro
|
D | ea_internal.h | 76 size_ea_t tmp = (size_ea_t) x; in round_down_128_ea() local 84 size_ea_t tmp = (size_ea_t) x; in round_up_next_128_ea() local
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | strnlen.S | 50 #define tmp x4 macro
|
D | memcmp.S | 33 #define tmp x6 macro
|
D | memchr.S | 29 #define tmp x4 macro
|
D | memrchr.S | 30 #define tmp x7 macro
|
D | strcmp.S | 37 #define tmp x6 macro
|
D | strcpy.S | 51 #define tmp x5 macro
|
D | strlen.S | 60 #define tmp x2 macro
|
/picolibc-latest/test/ |
D | timegm.c | 120 struct tm tmp = tests[i].tm; in main() local
|
/picolibc-latest/newlib/libc/include/sys/ |
D | tree.h | 92 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 98 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 104 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 110 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument 364 #define RB_ROTATE_LEFT(head, elm, tmp, field) do { \ argument 376 #define RB_ROTATE_RIGHT(head, elm, tmp, field) do { \ argument 395 #define RB_PARENT_ROTATE_LEFT(parent, left, tmp, field) do { \ argument 407 #define RB_PARENT_ROTATE_RIGHT(parent, right, tmp, field) do { \ argument 436 #define RB_RED_ROTATE_LEFT(head, elm, tmp, field) do { \ argument 447 #define RB_RED_ROTATE_RIGHT(head, elm, tmp, field) do { \ argument
|
/picolibc-latest/newlib/libm/math/ |
D | sf_jn.c | 107 float q0, q1, h, tmp; in jnf() local
|