Searched defs:func (Results 1 – 5 of 5) sorted by relevance
/math/ |
A D | test-tgmath-ret.c | 41 #define CHECK_RET_CONST_TYPE(func, rettype, arg, name, ...) \ argument 45 #define CHECK_RET_CONST_FLOAT(func, rettype, ...) \ argument 47 #define CHECK_RET_CONST_DOUBLE(func, rettype, ...) \ argument 49 #define CHECK_RET_CONST_LDOUBLE(func, rettype, ...) \ argument 52 #define CHECK_RET_CONST(func, rettype, ...) \ argument
|
A D | test-tgmath-int.c | 33 #define CHECK_RET_CONST_TYPE(func, rettype, name) \ argument 37 #define CHECK_RET_CONST_FLOAT(func, name) \ argument 40 #define CHECK_RET_CONST_DOUBLE(func, name) \ argument
|
A D | gen-fromfp-tests.py | 44 func = sys.argv[1] variable
|
A D | math.h | 553 #define __MATHCALL_NARROW_NORMAL(func, nargs) \ argument 555 #define __MATHCALL_NARROW_REDIR(func, redir, nargs) \ argument 558 #define __MATHCALL_NARROW(func, redir, nargs) \ argument 578 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 584 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 596 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 607 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 613 # define __MATHCALL_NARROW(func, redir, nargs) \ argument 625 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
|
A D | gen-auto-libm-tests.c | 462 } func; member 985 size_t (*func) (mpfr_t, mpfr_t, fp_format); member
|
Completed in 12 milliseconds