Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtlgamma.c302 #define VAL4 "-0.10001111110110110100100100000000001111110001001001011E-57" in special() macro
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c21 #define VAL4(x) ((x)>>24)&0xff,((x)>>16)&0xff,((x)>>8)&0xff,(x)&0xff macro
25 #define VAL4(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff macro
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr10770.c21 #define VAL4(x) ((x)>>24)&0xff,((x)>>16)&0xff,((x)>>8)&0xff,(x)&0xff macro
25 #define VAL4(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff macro