Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 25 of 33) sorted by relevance

12

/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8500/
Ddivhi3.S37 tst.w r1 ! neg arg1
41 neg.w r1
46 neg.w r0
47 neg.w r1
50 NN: neg.w r4
52 neg.w r0 ! get rem sign right
61 PN: neg.w r4
63 neg.w r1
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dstrtoimax.c66 int neg = 0, any = 0, cutlim; in strtoimax_l() local
77 neg = 1; in strtoimax_l()
80 neg = 0; in strtoimax_l()
114 cutoff = neg ? -(uintmax_t)INTMAX_MIN : INTMAX_MAX; in strtoimax_l()
137 acc = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax_l()
142 } else if (neg) in strtoimax_l()
Dwcstoimax.c67 int neg = 0, any, cutlim; in wcstoimax_l() local
76 neg = 1; in wcstoimax_l()
79 neg = 0; in wcstoimax_l()
95 cutoff = neg ? -(uintmax_t)INTMAX_MIN : INTMAX_MAX; in wcstoimax_l()
123 acc = neg ? INTMAX_MIN : INTMAX_MAX; in wcstoimax_l()
128 } else if (neg) in wcstoimax_l()
Dstrtoll.c138 register int neg = 0, any, cutlim; in _strtoll_l() local
149 neg = 1; in _strtoll_l()
179 cutoff = neg ? -(unsigned long long)LLONG_MIN : LLONG_MAX; in _strtoll_l()
202 acc = neg ? LLONG_MIN : LLONG_MAX; in _strtoll_l()
204 } else if (neg) in _strtoll_l()
Dwcstol.c140 register int neg = 0, any, cutlim; in wcstol_l() local
151 neg = 1; in wcstol_l()
181 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in wcstol_l()
204 acc = neg ? LONG_MIN : LONG_MAX; in wcstol_l()
206 } else if (neg) in wcstol_l()
Dwcstoll.c139 register int neg = 0, any, cutlim; in wcstoll_l() local
150 neg = 1; in wcstoll_l()
180 cutoff = neg ? -(unsigned long long)LLONG_MIN : LLONG_MAX; in wcstoll_l()
203 acc = neg ? LLONG_MIN : LLONG_MAX; in wcstoll_l()
205 } else if (neg) in wcstoll_l()
Dstrtol.c130 register int neg = 0, any, cutlim; in _strtol_l() local
148 neg = 1; in _strtol_l()
180 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in _strtol_l()
203 acc = neg ? LONG_MIN : LONG_MAX; in _strtol_l()
205 } else if (neg) in _strtol_l()
Dstrtoumax.c66 int neg = 0, any, cutlim; in strtoumax_l() local
75 neg = 1; in strtoumax_l()
78 neg = 0; in strtoumax_l()
121 } else if (neg) in strtoumax_l()
Dwcstoumax.c66 int neg = 0, any, cutlim; in wcstoumax_l() local
75 neg = 1; in wcstoumax_l()
78 neg = 0; in wcstoumax_l()
126 } else if (neg) in wcstoumax_l()
Dstrtoul.c138 register int neg = 0, any, cutlim; in strtoul_l() local
147 neg = 1; in strtoul_l()
183 } else if (neg) in strtoul_l()
Dstrtoull.c134 register int neg = 0, any, cutlim; in _strtoull_l() local
143 neg = 1; in _strtoull_l()
179 } else if (neg) in _strtoull_l()
Dwcstoul.c140 register int neg = 0, any, cutlim; in wcstoul_l() local
149 neg = 1; in wcstoul_l()
185 } else if (neg) in wcstoul_l()
Dwcstoull.c151 register int neg = 0, any, cutlim; in wcstoull_l() local
164 neg = 1; in wcstoull_l()
200 } else if (neg) in wcstoull_l()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_powl.c276 int neg = (hx < 0) & yisint; in powl() local
281 return (hy < 0) ? __math_oflowl(neg) : __math_uflowl(neg); in powl()
283 return (hy > 0) ? __math_oflowl(neg) : __math_uflowl(neg); in powl()
287 return (hy < 0) ? __math_oflowl(neg) : __math_uflowl(neg); in powl()
289 return (hy > 0) ? __math_oflowl(neg) : __math_uflowl(neg); in powl()
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dsqrt.h56 vec_double2 denorm, neg; in _sqrt() local
122 neg = (vec_double2)spu_rlmaska((vec_int4)exp, -31); in _sqrt()
127 dg = spu_sel(spu_andc(spu_or(dg, neg), denorm), x, nochange); in _sqrt()
Dsqrtd2.h64 vec_double2 neg; in _sqrtd2() local
141 neg = (vec_double2)spu_rlmaska((vec_int4)exp, -31); in _sqrtd2()
145 dg = spu_sel(spu_or(dg, neg), in, nochange); in _sqrtd2()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrcmp.S113 .diff: bl .neg
116 .neg: subi 1,0,g0 label
Dmemcmp.S120 .diff: bl .neg # arrays differ at current byte.
124 .neg: subi 1,0,g0 label
Dstrncmp.S121 .diff: bl .neg
125 .neg: subi 1,0,g0 label
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/
Dstrcmp.S116 neg shift, src2, lsl 3 /* Bits to alignment -64. */
137 neg shift, src2, lsl 3
176 neg shift, shift
Dstrncmp.S189 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
222 neg count, count
258 neg neg_offset, offset
Dmemrchr.S56 neg shift, end, lsl 2
Dstrchrnul.S91 neg tmp1, tmp1
Dmemchr.S125 neg tmp, tmp, lsl #1
/picolibc-3.7.0-3.6.0/newlib/libc/machine/m68k/
Dmemcpy.S60 neg.l d0

12