Searched defs:erf (Results 1 – 14 of 14) 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
100 qla_erase_flash_t *erf; in ql_eioctl() member
193 erf(double x) in erf() function
35 erf (double x) erf() function [all...]
302 dag_erf_ext_header_count(const uint8_t * erf,size_t len) dag_erf_ext_header_count() argument
167 #define erf(x) __tg_simple(x, erf) macro
94 __DEVICE__ double erf(double __a) { return __nv_erf(__a); } in erf() function
636 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro