Home
last modified time | relevance | path

Searched refs:erfc (Results 1 – 11 of 11) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DErf.java84 public static double erfc(double x) throws MathException { in erfc() method in Erf
/external/clang/test/CodeGen/
Dlibcall-declarations.c73 double erfc(double);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp74 Ambiguous erfc(Ambiguous){ return Ambiguous(); } in erfc() function
830 static_assert((std::is_same<decltype(std::erfc((float)0)), float>::value), ""); in test_erfc()
831 static_assert((std::is_same<decltype(std::erfc((bool)0)), double>::value), ""); in test_erfc()
832 static_assert((std::is_same<decltype(std::erfc((unsigned short)0)), double>::value), ""); in test_erfc()
833 static_assert((std::is_same<decltype(std::erfc((int)0)), double>::value), ""); in test_erfc()
834 static_assert((std::is_same<decltype(std::erfc((unsigned int)0)), double>::value), ""); in test_erfc()
835 static_assert((std::is_same<decltype(std::erfc((long)0)), double>::value), ""); in test_erfc()
836 static_assert((std::is_same<decltype(std::erfc((unsigned long)0)), double>::value), ""); in test_erfc()
837 static_assert((std::is_same<decltype(std::erfc((long long)0)), double>::value), ""); in test_erfc()
838 static_assert((std::is_same<decltype(std::erfc((unsigned long long)0)), double>::value), ""); in test_erfc()
[all …]
/external/clang/lib/Headers/
Dtgmath.h653 __tg_erfc(double __x) {return erfc(__x);} in __tg_erfc()
659 #undef erfc
660 #define erfc(__x) __tg_erfc(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dcmath180 floating_point erfc (arithmetic x);
1158 // erfc
1160 using ::erfc;
1163 inline _LIBCPP_INLINE_VISIBILITY float erfc(float __lcpp_x) _NOEXCEPT {return erfcf(__l…
1164 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return erfcl(__l…
1169 erfc(_A1 __lcpp_x) _NOEXCEPT {return erfc((double)__lcpp_x);}
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp381 static_assert((std::is_same<decltype(erfc((double)0)), double>::value), ""); in test_erfc()
384 assert(erfc(0) == 1); in test_erfc()
/external/ltrace/etc/
Dlibm.so.conf344 double erfc(double);
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc431 max_jitter_us * erfc(static_cast<double>(kN)); in MeanUs()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h443 friend const mpreal erfc (const mpreal& v, mp_rnd_t rnd_mode);
2236 inline const mpreal erfc (const mpreal& x, mp_rnd_t r = mpreal::get_default_rnd()) { MPREAL_UN…
/external/clang/include/clang/Basic/
DBuiltins.def949 LIBBUILTIN(erfc, "dd", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1615 fun:erfc=uninstrumented