Searched defs:VAL4 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tlgamma.c | 302 #define VAL4 "-0.10001111110110110100100100000000001111110001001001011E-57" in special() macro
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
H A D | pr10770.c | 21 #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 D | pr10770.c | 21 #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
|