Searched refs:erfc (Results 1 – 11 of 11) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/ |
D | Erf.java | 84 public static double erfc(double x) throws MathException { in erfc() method in Erf
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 73 double erfc(double); 276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 74 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/ |
D | tgmath.h | 653 __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/ |
D | cmath | 180 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/ |
D | math_h.pass.cpp | 381 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/ |
D | libm.so.conf | 344 double erfc(double);
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework.cc | 431 max_jitter_us * erfc(static_cast<double>(kN)); in MeanUs()
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 443 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/ |
D | Builtins.def | 949 LIBBUILTIN(erfc, "dd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1615 fun:erfc=uninstrumented
|