HomeSort by relevance Sort by last modified time
    Searched refs:erfl (Results 1 - 25 of 50) sorted by null

1 2

  /prebuilts/ndk/r16/sources/android/support/include/
math.h 56 long double erfl(long double);
  /external/clang/test/CodeGen/
libcall-declarations.c 72 long double erfl(long double);
276 F(erf), F(erff), F(erfl), F(erfc), F(erfcf),
371 // CHECK-NOERRNO: declare x86_fp80 @erfl(x86_fp80) [[NUW]]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 246 __weak_reference(erf, erfl);
  /bionic/tests/headers/posix/
math_h.c 171 FUNCTION(erfl, long double (*f)(long double));
  /bionic/libc/include/
math.h 209 long double erfl(long double __x) __RENAME_LDBL(erf, 3, 21);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_erfl.c 194 erfl(long double x) function
203 if((hx & 0x7fff) == 0x7fff) { /* erfl(nan)=nan */
205 return (1-i)+one/x; /* erfl(+-inf)=+-1 */
  /bionic/tests/
math_test.cpp 873 TEST(MATH_TEST, erfl) {
874 ASSERT_DOUBLE_EQ(0.84270079294971489L, erfl(1.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 640 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 640 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 640 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 640 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 640 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 649 __tg_erf(long double __x) {return erfl(__x);}

Completed in 703 milliseconds

1 2