Home
last modified time | relevance | path

Searched refs:frd (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dpoll2.sh87 static volatile int done, frd, fwr, fpl;
122 while (frd == 0)
127 frd = 0;
156 frd = fwr = 1;
160 frd = fwr = 1;
177 frd = 0;
186 frd = 1;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp_wrappers.h28 MPFR_DECL_INIT (frd, 1080); in mpfr_tanpi()
29 mpfr_const_pi (frd, GMP_RNDN); in mpfr_tanpi()
30 mpfr_mul (frd, frd, arg, GMP_RNDN); in mpfr_tanpi()
31 return mpfr_tan (ret, frd, GMP_RNDN); in mpfr_tanpi()
34 MPFR_DECL_INIT (frd, 1080); in mpfr_sinpi()
35 mpfr_const_pi (frd, GMP_RNDN); in mpfr_sinpi()
36 mpfr_mul (frd, frd, arg, GMP_RNDN); in mpfr_sinpi()
37 return mpfr_sin (ret, frd, GMP_RNDN); in mpfr_sinpi()
41 MPFR_DECL_INIT (frd, 1080); in mpfr_cospi()
42 mpfr_const_pi (frd, GMP_RNDN); in mpfr_cospi()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c25 MPFR_DECL_INIT (frd, MPFR_PREC); in mpfr_tanpi()
26 mpfr_const_pi (frd, GMP_RNDN); in mpfr_tanpi()
27 mpfr_mul (frd, frd, arg, GMP_RNDN); in mpfr_tanpi()
28 return mpfr_tan (ret, frd, GMP_RNDN); in mpfr_tanpi()
34 MPFR_DECL_INIT (frd, MPFR_PREC); in mpfr_sinpi()
35 mpfr_const_pi (frd, GMP_RNDN); in mpfr_sinpi()
36 mpfr_mul (frd, frd, arg, GMP_RNDN); in mpfr_sinpi()
37 return mpfr_sin (ret, frd, GMP_RNDN); in mpfr_sinpi()
43 MPFR_DECL_INIT (frd, MPFR_PREC); in mpfr_cospi()
44 mpfr_const_pi (frd, GMP_RNDN); in mpfr_cospi()
[all …]
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_dstlist.c627 frdest_t frd, *temp; in ipf_dstlist_node_del() local
638 err = COPYIN(op->iplo_struct, &frd, sizeof(frd)); in ipf_dstlist_node_del()
644 size = sizeof(*temp) + frd.fd_name; in ipf_dstlist_node_del()
665 if (!bcmp(&node->ipfd_dest.fd_ip6, &frd.fd_ip6, in ipf_dstlist_node_del()
H A Dfil.c4410 frentry_t frd, *fp, *f, **fprev, **ftail; in frrequest() local
4419 fp = &frd; in frrequest()
4421 bzero(fp, sizeof(frd)); in frrequest()
/freebsd/sys/contrib/device-tree/src/mips/ingenic/
H A Dci20.dts587 groups = "nemc-data", "nemc-cle-ale", "nemc-rd-we", "nemc-frd-fwe";