Searched refs:negs (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dcheckedint.h24 int negs(int x, bool& overflow);
25 int64_t negs(int64_t x, bool& overflow);
H A Dcheckedint.c164 int negs(int x, bool& overflow) function
172 int64_t negs(int64_t x, bool& overflow) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dbpabi.S201 negs xxl, xxl
209 negs xxl, xxl
211 negs yyl, yyl
217 negs yyl, yyl
223 negs xxl, xxl
229 negs yyl, yyl
234 negs yyl, yyl
H A Dbpabi-v6m.S43 negs r0, r0
53 negs r0, r0
73 negs r0, r0
213 negs r0, r0
294 negs r0, r0
H A Dlib1funcs.S980 negs divisor, divisor
984 negs dividend, dividend
1034 negs dividend, dividend
1038 negs divisor, divisor
1046 negs dividend, dividend
1246 negs divisor, divisor @ Loops below use unsigned.
1250 negs dividend, dividend
1261 negs r0, r0
1407 negs divisor, divisor @ Loops below use unsigned.
1416 negs dividen
[all...]
H A Dieee754-df.S139 negs xl, xl
151 negs yl, yl
196 negs ip, ip
574 negs al, al
H A Dieee754-sf.S132 negs r1, r1
355 negs al, al
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dbpabi.S201 negs xxl, xxl
209 negs xxl, xxl
211 negs yyl, yyl
217 negs yyl, yyl
223 negs xxl, xxl
229 negs yyl, yyl
234 negs yyl, yyl
H A Dbpabi-v6m.S43 negs r0, r0
53 negs r0, r0
73 negs r0, r0
213 negs r0, r0
294 negs r0, r0
H A Dlib1funcs.S980 negs divisor, divisor
984 negs dividend, dividend
1034 negs dividend, dividend
1038 negs divisor, divisor
1046 negs dividend, dividend
1246 negs divisor, divisor @ Loops below use unsigned.
1250 negs dividend, dividend
1261 negs r0, r0
1407 negs divisor, divisor @ Loops below use unsigned.
1416 negs dividen
[all...]
H A Dieee754-df.S139 negs xl, xl
151 negs yl, yl
196 negs ip, ip
574 negs al, al
H A Dieee754-sf.S132 negs r1, r1
355 negs al, al
/netbsd-current/common/lib/libc/arch/arm/quad/
H A D__aeabi_ldivmod.S155 negs ALO, ALO
158 negs ALO, ALO
168 negs BLO, BLO
171 negs BLO, BLO
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcheckedint.d529 int negs()(int x, ref bool overflow)
541 assert(negs(0, overflow) == -0);
544 assert(negs(1234, overflow) == -1234);
547 assert(negs(-5678, overflow) == 5678);
550 assert(negs(int.min, overflow) == -int.min);
553 assert(negs(0, overflow) == -0);
559 long negs()(long x, ref bool overflow)
571 assert(negs(0L, overflow) == -0);
574 assert(negs(1234L, overflow) == -1234);
577 assert(negs(
[all...]
/netbsd-current/common/lib/libc/arch/arm/atomic/
H A Datomic_add_32.S37 negs r1, r1
86 negs r1, r1
H A Datomic_add_16.S37 negs r1, r1
82 negs r1, r1
H A Datomic_add_8.S37 negs r1, r1
82 negs r1, r1
/netbsd-current/sys/arch/arm/arm/
H A Dbus_space_asm_generic.S532 negs r2, r2
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dcheckedint.d620 import core.checkedint : negs;
621 auto r = negs(payload, overflow);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcheckedint.d865 import core.checkedint : negs;
866 auto r = negs(payload, overflow);

Completed in 629 milliseconds