Searched refs:fn (Results 1 - 25 of 582) sorted by relevance

1234567891011>>

/freebsd-current/lib/msun/src/
H A De_scalb.c14 * scalb(x, fn) is provide for
24 scalb(double x, int fn) argument
27 scalb(double x, double fn)
31 return scalbn(x,fn);
33 if (isnan(x)||isnan(fn)) return x*fn;
34 if (!finite(fn)) {
35 if(fn>0.0) return x*fn;
36 else return x/(-fn);
[all...]
H A De_scalbf.c21 scalbf(float x, int fn) argument
24 scalbf(float x, float fn)
28 return scalbnf(x,fn);
30 if ((isnanf)(x)||(isnanf)(fn)) return x*fn;
31 if (!finitef(fn)) {
32 if(fn>(float)0.0) return x*fn;
33 else return x/(-fn);
35 if (rintf(fn)!
[all...]
H A Ds_lrintl.c4 #define fn lrintl macro
H A Ds_lrintf.c4 #define fn lrintf macro
H A Ds_llrintl.c4 #define fn llrintl macro
H A Ds_llrintf.c4 #define fn llrintf macro
H A Ds_llrint.c4 #define fn llrint macro
H A Ds_llroundl.c6 #define fn llroundl macro
/freebsd-current/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_cast_fun_array_param.c7 foo(void *fn) { argument
8 return fn == 0 ? f : (void (*)(void *[4])) fn;
/freebsd-current/lib/msun/amd64/
H A Ds_lrint.S29 #ifndef fn
30 #define fn lrint define
33 ENTRY(fn)
36 END(fn)
H A Ds_lrintf.S29 #ifndef fn
30 #define fn lrintf define
33 ENTRY(fn)
36 END(fn)
H A Ds_llrint.S3 #define fn llrint define
H A Ds_llrintf.S3 #define fn llrintf define
/freebsd-current/usr.bin/units/tests/
H A Dbasics_test.sh10 fn="$3"
11 if [ "$expected" = "$($fn)" ]
13 echo "ok $testnum - $fn"
15 echo "not ok $testnum - $fn"
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfifo.c62 fifonode_t *fn = xmalloc(sizeof (fifonode_t)); local
64 fn->fn_data = data;
65 fn->fn_next = NULL;
68 f->f_head = f->f_tail = fn;
70 f->f_tail->fn_next = fn;
71 f->f_tail = fn;
79 fifonode_t *fn; local
82 if ((fn = f->f_head) == NULL)
85 data = fn->fn_data;
86 if ((f->f_head = fn
105 fifonode_t *fn = f->f_head; local
125 fifonode_t *fn; local
142 fifonode_t *fn; local
[all...]
/freebsd-current/usr.bin/cksum/
H A Dprint.c40 pcrc(char *fn, uint32_t val, off_t len) argument
43 if (fn != NULL)
44 (void)printf(" %s", fn);
49 psum1(char *fn, uint32_t val, off_t len) argument
52 if (fn != NULL)
53 (void)printf(" %s", fn);
58 psum2(char *fn, uint32_t val, off_t len) argument
61 if (fn != NULL)
62 (void)printf(" %s", fn);
/freebsd-current/lib/csu/common/
H A Dcrtend.c51 crt_func fn; local
55 fn = __CTOR_END__[-n];
56 if (fn == (crt_func)0 || fn == (crt_func)-1)
58 fn();
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dxattr_compat.h44 #define ZPL_XATTR_LIST_WRAPPER(fn) \
46 fn(struct dentry *dentry) \
48 return (!!__ ## fn(dentry->d_inode, NULL, 0, NULL, 0)); \
54 #define ZPL_XATTR_LIST_WRAPPER(fn) \
56 fn(struct dentry *dentry, char *list, size_t list_size, \
59 return (__ ## fn(dentry->d_inode, \
66 #define ZPL_XATTR_LIST_WRAPPER(fn) \
68 fn(const struct xattr_handler *handler, struct dentry *dentry, \
71 return (__ ## fn(dentry->d_inode, \
84 #define ZPL_XATTR_GET_WRAPPER(fn) \
[all...]
/freebsd-current/tools/test/stress2/tools/
H A Dmonitor.sh32 xterm -geo 164x21+1+1 -fn "$font" \
35 xterm -geo 164x5+1+307 -fn "$font" \
38 xterm -geo 164x14+1+405 -fn "$font" \
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h89 void (*fn)(void);
101 fn = arg;
102 fn();
105 #define module_init(fn) \
106 SYSINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_FIRST, _module_run, (fn))
108 #define module_exit(fn) \
109 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_SECOND, _module_run, (fn))
115 #define module_init_order(fn, orde
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libm/
H A Dt_libm.h4 * Check result of fn(arg) is correct within the bounds.
10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \
13 long double r = fn(arg); \
17 "subtest %u: " #fn "(%g) is %Lg (%.14La) " \
22 /* Check that the result of fn(arg) is NaN */
24 #define T_LIBM_CHECK_NAN(subtest, fn, arg) do { \
25 double r = fn(arg); \
27 atf_tc_fail_nonfatal("subtest %u: " #fn "(%g) is %g not NaN", \
32 #define T_LIBM_CHECK_NAN(subtest, fn, arg) (void)(arg)
35 /* Check that the result of fn(ar
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dtest-readenv.c60 write_file(const char *fn, const char *s) argument
63 f = fopen(fn, "w");
65 unlink(fn);
71 unlink(fn);
81 char fn[MAXPATHLEN]; local
84 make_file(fn, sizeof(fn));
86 write_file(fn, s1);
87 count = read_environment(fn, &env);
93 write_file(fn, s
[all...]
/freebsd-current/lib/libutil/tests/
H A Dflopen_test.c47 const char *fn = "test_flopen_create"; local
51 unlink(fn);
52 fd = flopen(fn, O_RDWR|O_CREAT, 0640);
58 unlink(fn);
68 const char *fn = "test_flopen_open"; local
72 fd = open(fn, O_RDWR|O_CREAT, 0640);
77 fd = flopen(fn, O_RDWR);
84 unlink(fn);
94 const char *fn = "test_flopen_lock_self"; local
98 unlink(fn);
120 const char *fn = "test_flopen_lock_other"; local
151 const char *fn = "test_flopen_lock_child"; local
[all...]
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dtest_hooks.h7 #define JEMALLOC_HOOK(fn, hook) ((void)(hook != NULL && (hook(), 0)), fn)
/freebsd-current/crypto/openssl/crypto/evp/
H A Dlegacy_meth.h10 #define IMPLEMENT_LEGACY_EVP_MD_METH(nm, fn) \
13 return fn##_Init(EVP_MD_CTX_get0_md_data(ctx)); \
17 return fn##_Update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
21 return fn##_Final(md, EVP_MD_CTX_get0_md_data(ctx)); \
24 #define IMPLEMENT_LEGACY_EVP_MD_METH_LC(nm, fn) \
27 return fn##_init(EVP_MD_CTX_get0_md_data(ctx)); \
31 return fn##_update(EVP_MD_CTX_get0_md_data(ctx), data, count); \
35 return fn##_final(md, EVP_MD_CTX_get0_md_data(ctx)); \

Completed in 257 milliseconds

1234567891011>>