Searched refs:erf (Results 1 – 21 of 21) sorted by relevance
| /NextBSD/contrib/netbsd-tests/lib/libm/ |
| HD | t_erf.c | 50 ATF_CHECK(isnan(erf(x)) != 0); in ATF_TC_BODY() 63 if (erf(x) != -1.0) in ATF_TC_BODY() 77 if (erf(x) != 1.0) in ATF_TC_BODY() 90 double y = erf(x); in ATF_TC_BODY() 105 double y = erf(x); in ATF_TC_BODY()
|
| /NextBSD/sys/dev/qlxgbe/ |
| HD | ql_ioctl.c | 95 qla_erase_flash_t *erf; in ql_eioctl() member 182 u.erf = (qla_erase_flash_t *)data; in ql_eioctl() 183 if ((rval = ql_erase_flash(ha, u.erf->off, in ql_eioctl() 184 u.erf->size))) { in ql_eioctl()
|
| /NextBSD/lib/msun/ |
| HD | Makefile | 136 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \ 169 MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3 erf.3 erfl.3 erf.3 erfcl.3
|
| HD | Symbol.map | 84 erf;
|
| /NextBSD/lib/msun/src/ |
| HD | s_erf.c | 197 erf(double x) in erf() function 246 __weak_reference(erf, erfl);
|
| HD | math.h | 267 double erf(double);
|
| /NextBSD/contrib/libpcap/ |
| HD | pcap-dag.c | 207 dag_erf_ext_header_count(uint8_t * erf, size_t len) in dag_erf_ext_header_count() argument 213 if ( erf == NULL ) in dag_erf_ext_header_count() 219 if ( (erf[8] & 0x80) == 0x00 ) in dag_erf_ext_header_count() 230 hdr_type = erf[(16 + (hdr_num * 8))]; in dag_erf_ext_header_count()
|
| /NextBSD/contrib/libstdc++/include/tr1/ |
| D | cmath | 58 #undef erf 183 using ::erf; 443 erf(float __x) 447 erf(long double __x) 452 erf(_Tp __x) 455 return erf(__type(__x));
|
| D | math.h | 53 using std::tr1::erf;
|
| /NextBSD/include/ |
| HD | tgmath.h | 167 #define erf(x) __tg_simple(x, erf) macro
|
| /NextBSD/tools/regression/include/tgmath/ |
| HD | tgmath.c | 108 TGMACRO_REAL(erf) in TGMACRO_REAL() 491 PASS_REAL_ARG_REAL_RET(erf)); in main()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Headers/ |
| HD | tgmath.h | 636 __tg_erf(double __x) {return erf(__x);} in __tg_erf() 642 #undef erf 643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
|
| /NextBSD/contrib/libc++/include/ |
| D | cmath | 176 floating_point erf (arithmetic x); 1145 // erf 1147 using ::erf; 1150 inline _LIBCPP_INLINE_VISIBILITY float erf(float __lcpp_x) _NOEXCEPT {return erff(__lcp… 1151 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __lcpp_x) _NOEXCEPT {return erfl(__lcp… 1156 erf(_A1 __lcpp_x) _NOEXCEPT {return erf((double)__lcpp_x);}
|
| /NextBSD/contrib/gcc/ |
| HD | sys-protos.h | 307 extern double erf(double);
|
| HD | builtins.def | 216 DEF_C99_BUILTIN (BUILT_IN_ERF, "erf", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING)
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Builtins.def | 944 LIBBUILTIN(erf, "dd", "fne", "math.h", ALL_LANGUAGES)
|
| /NextBSD/contrib/libstdc++/ |
| D | acinclude.m4 | 1152 erf(0.0);
|
| D | configure | 30984 erf(0.0);
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1614 fun:erf=uninstrumented
|
| /NextBSD/contrib/gcc/doc/ |
| HD | extend.texi | 5477 @findex erf 5793 @code{erf}, @code{exp2f}, @code{exp2l}, @code{exp2}, @code{expm1f},
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 7706 keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
|