Home
last modified time | relevance | path

Searched defs:HIGHPART (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.cc69 #define HIGHPART(x) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Drefmpn.c1092 #define HIGHPART(x) SHIFTLOW((x) & HIGHMASK) macro