Home
last modified time | relevance | path

Searched refs:SIGNBIT (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/s390/
Dfixdfdi.h29 #define SIGNBIT 0x80000000 macro
30 #define SIGND(fp) ((fp.l.i[0]) & SIGNBIT)
102 #define SIGNBIT 0x80000000 macro
103 #define SIGND(fp) ((fp.l.i[0]) & SIGNBIT)
176 #define SIGNBIT 0x80000000 macro
177 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
248 #define SIGNBIT 0x80000000 macro
249 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
323 #define SIGNBIT 0x80000000 macro
324 #define SIGN(fp) ((fp.l) & SIGNBIT)
[all …]