Searched defs:GETQVAL (Results 1 – 2 of 2) sorted by relevance
675 #define GETQVAL /* Sun-4 macro to get a quad q from the argument list, passed as a pointer. */ \ in _doprnt() macro 678 #define GETQVAL /* Sun-3 macro to get a quad q from the argument list, passed as a value. */ \ in _doprnt() macro
59 #define GETQVAL(arg) (va_arg(arg, long double)) macro 61 #define GETQVAL(arg) *(va_arg(arg, long double *)) macro