HomeSort by: relevance | last modified time | path
    Searched refs:erfcl (Results 1 - 20 of 20) sorted by relevancy

  /src/lib/libm/src/
s_erfl.c 44 __weak_alias(erfcl,_erfcl)
60 erfcl(long double x)
namespace.h 36 #define erfcl _erfcl macro
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
erfc_scaled.c 70 # define _ERFC(x) erfcl(x)
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
erfc_scaled.c 78 # define _ERFC(x) erfcl(x)
  /src/include/
math.h 409 long double erfcl(long double);
  /src/lib/libm/ld128/
s_erfl.c 253 erfcl(long double x) function
261 if((hx & 0x7fff) == 0x7fff) { /* erfcl(nan)=nan */
262 /* erfcl(+-inf)=0,2 */
  /src/lib/libm/ld80/
s_erfl.c 268 erfcl(long double x) function
276 if((hx & 0x7fff) == 0x7fff) { /* erfcl(nan)=nan */
277 /* erfcl(+-inf)=0,2 */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
math.d 1904 extern(D) real erfcl()(real x) { return erfc(cast(double) x); }
2305 real erfcl(real x); // since 10.1
2795 real erfcl(real x) { return erfc(cast(double) x); }
3269 real erfcl(real x);
3531 real erfcl(real x);
3799 real erfcl(real x);
4202 extern(D) real erfcl(real x) { return erfc(cast(double) x); }
4609 real erfcl(real x);
tgmath.d 348 alias core.stdc.math.erfcl erfc;
849 alias core.stdc.math.erfcl erfc;
1352 alias core.stdc.math.erfcl erfc;
  /src/lib/libm/
Makefile 491 erf.3 erfcl.3
  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 650 __tg_erfc(long double __x) {return erfcl(__x);}
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 267 {"erfcl", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 267 {"erfcl", 99},
  /src/external/gpl3/gcc/dist/fixincludes/
inclhack.def 166 extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl);
  /src/external/gpl3/gcc.old/dist/fixincludes/
inclhack.def 166 extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl);
  /src/external/apache2/llvm/dist/libcxx/include/
math.h 178 long double erfcl(long double x);
1173 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::erfcl(__lcpp_x);}
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18545 erfcl(0.0l);
20869 erfcl(0.0l);
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/
configure 24226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfcl" >&5
24227 $as_echo_n "checking for erfcl... " >&6; }
24244 int (*ptr)() = (int (*)())erfcl;
  /src/external/gpl3/gcc.old/dist/libgfortran/
configure 24061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfcl" >&5
24062 $as_echo_n "checking for erfcl... " >&6; }
24079 int (*ptr)() = (int (*)())erfcl;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20041 erfcl(0.0l);
    [all...]

Completed in 112 milliseconds