/picolibc-latest/newlib/libc/machine/i960/ |
D | strcmp.S | 118 .neg: subi 1,0,g0 label
|
D | strncmp.S | 127 .neg: subi 1,0,g0 label
|
D | memcmp.S | 126 .neg: subi 1,0,g0 label
|
/picolibc-latest/newlib/libc/stdlib/ |
D | strtoul.c | 137 register int neg = 0, any, cutlim; in strtoul_l() local
|
D | wcstoimax.c | 64 int neg = 0, any, cutlim; in wcstoimax_l() local
|
D | wcstol.c | 137 register int neg = 0, any, cutlim; in wcstol_l() local
|
D | wcstoll.c | 138 register int neg = 0, any, cutlim; in wcstoll_l() local
|
D | wcstoul.c | 138 register int neg = 0, any, cutlim; in wcstoul_l() local
|
D | wcstoumax.c | 63 int neg = 0, any, cutlim; in wcstoumax_l() local
|
D | strtoimax.c | 64 int neg = 0, any = 0, cutlim; in strtoimax_l() local
|
D | strtoumax.c | 64 int neg = 0, any, cutlim; in strtoumax_l() local
|
D | wcstoull.c | 150 register int neg = 0, any, cutlim; in wcstoull_l() local
|
D | strtol.c | 129 register int neg = 0, any, cutlim; in _strtol_l() local
|
D | strtoll.c | 137 register int neg = 0, any, cutlim; in _strtoll_l() local
|
D | strtoull.c | 133 register int neg = 0, any, cutlim; in _strtoull_l() local
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | sqrt.h | 56 vec_double2 denorm, neg; in _sqrt() local
|
D | sqrtd2.h | 64 vec_double2 neg; in _sqrtd2() local
|
/picolibc-latest/newlib/libm/ld/ld128/ |
D | e_powl.c | 276 int neg = (hx < 0) & yisint; in powl() local
|
/picolibc-latest/newlib/libc/time/ |
D | strftime.c | 868 int neg = tim_p->tm_year < -YEAR_BASE; in __strftime() local
|