Searched defs:erf (Results 1 – 10 of 10) sorted by relevance
26 inline _LIBCPP_HIDE_FROM_ABI float erf(float __x) _NOEXCEPT { return __builtin_erff(__x); } in erf() function29 _LIBCPP_HIDE_FROM_ABI double erf(double __x) _NOEXCEPT { in erf() function33 inline _LIBCPP_HIDE_FROM_ABI long double erf(long double __x) _NOEXCEPT { return __builtin_erfl(__x… in erf() function36 inline _LIBCPP_HIDE_FROM_ABI double erf(_A1 __x) _NOEXCEPT { in erf() function
518 name: erf play
36 LIBC_INLINE double erf(double x) { return __nv_erf(x); } erf() function
76 Ambiguous erf(Ambiguous){ return Ambiguous(); } erf() function [all...]
76 Ambiguous erf(Ambiguous){ return Ambiguous(); } in erf() function
281 MPFRNumber erf() const { erf() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
300 erf = UnaryFnType("erf") global() variable in UnaryFn
94 __DEVICE__ double erf(double __a) { return __nv_erf(__a); } erf() function
636 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
172 def erf( global() function