/minix3/tests/lib/libm/ |
H A D | t_libm.h | 10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \ argument 24 #define T_LIBM_CHECK_NAN(subtest, fn, arg) do { \ argument 32 #define T_LIBM_CHECK_NAN(subtest, fn, arg) (void)(arg) argument 36 #define T_LIBM_CHECK_PLUS_ZERO(subtest, fn, arg) do { \ argument 44 #define T_LIBM_CHECK_MINUS_ZERO(subtest, fn, arg) do { \ argument
|
/minix3/usr.bin/cksum/ |
H A D | print.c | 50 pcrc(char *fn, u_int32_t val, off_t len) in pcrc() 59 psum1(char *fn, u_int32_t val, off_t len) in psum1() 69 psum2(char *fn, u_int32_t val, off_t len) in psum2()
|
/minix3/external/bsd/bind/dist/lib/dns/include/dns/ |
H A D | fixedname.h | 75 #define dns_fixedname_init(fn) \ argument 83 #define dns_fixedname_invalidate(fn) \ argument 86 #define dns_fixedname_name(fn) (&((fn)->name)) argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | nested-incomplete-class.cpp | 7 bar fn() { in fn() function 19 void fn() { in fn() function
|
/minix3/minix/include/ddekit/ |
H A D | initcall.h | 19 #define DDEKIT_INITCALL(fn) DDEKIT_CTOR(fn, 1) argument 21 #define DDEKIT_CTOR(fn, prio) \ argument
|
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | test-readenv.c | 62 write_file(const char *fn, const char *s) in write_file() 83 char fn[MAXPATHLEN]; in main() local
|
H A D | setprogname.c | 74 char * fn = strdup(p); in setprogname() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | arc-bool-conversion.mm | 5 bool fn(id obj) { function
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | ms-keyword-system-header.c | 9 void fn() { in fn() function
|
/minix3/lib/libm/src/ |
H A D | e_scalb.c | 30 __ieee754_scalb(double x, int fn) in __ieee754_scalb()
|
H A D | e_scalbf.c | 27 __ieee754_scalbf(float x, int fn) in __ieee754_scalbf()
|
H A D | s_fdim.c | 35 #define DECL(type, fn) \ argument
|
H A D | w_scalbf.c | 34 scalbf(float x, int fn) /* wrapper scalbf */ in scalbf()
|
H A D | w_scalb.c | 31 scalb(double x, int fn) /* wrapper scalb */ in scalb()
|
H A D | s_nearbyint.c | 47 #define DECL(type, fn, rint) \ argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | 2010-02-23-DbgInheritance.m | 10 void fn(I *iptr) {} function
|
/minix3/include/ |
H A D | tgmath.h | 60 #define __TG_GFN1(fn, a, ftype, ltype) \ argument 67 #define __TG_GFN1x(fn, a, b, ftype, ltype) \ argument 74 #define __TG_GFN2(fn, a, b, ftype, ltype) \ argument 83 #define __TG_GFN2x(fn, a, b, c, ftype, ltype) \ argument 92 #define __TG_GFN3(fn, a, b, c, ftype, ltype) \ argument 107 #define __TG_FN1(fn, a) __TG_GFN1(fn, a, FLOAT, LDOUBLE) argument 108 #define __TG_FN1x(fn, a, b) __TG_GFN1x(fn, a, b, FLOAT, LDOUBLE) argument 109 #define __TG_FN2(fn, a, b) __TG_GFN2(fn, a, b, FLOAT, LDOUBLE) argument 110 #define __TG_FN2x(fn, a, b, c) __TG_GFN2x(fn, a, b, c, FLOAT, LDOUBLE) argument 111 #define __TG_FN3(fn, a, b, c) __TG_GFN3(fn, a, b, c, FLOAT, LDOUBLE) argument [all …]
|
/minix3/tests/usr.bin/xlint/lint1/ |
H A D | d_cast_fun_array_param.c | 7 foo(void *fn) { in foo()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | literal-operators.cpp | 16 void fn () { void operator "" _fn_good (const char *); } in fn() function
|
H A D | new-delete-cxx0x.cpp | 22 void fn() { in fn() function
|
/minix3/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | PGOProfiling.c | 29 writeout_fn fn; member 45 void llvm_pgo_register_writeout_function(writeout_fn fn) { in llvm_pgo_register_writeout_function()
|
/minix3/libexec/ld.elf_so/ |
H A D | diagassert.c | 6 __diagassert13(const char *fn, int fl, const char *fu, const char *m) in __diagassert13()
|
/minix3/external/bsd/libarchive/dist/tar/test/ |
H A D | test_strip_components.c | 29 touch(const char *fn) in touch()
|
/minix3/lib/libedit/ |
H A D | hist.h | 57 #define HIST_FUN_INTERNAL(el, fn, arg) \ argument 61 #define HIST_FUN(el, fn, arg) \ argument 65 #define HIST_FUN(el, fn, arg) HIST_FUN_INTERNAL(el, fn, arg) argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | microsoft-interface.cpp | 15 int fn() { in fn() function
|