HomeSort by relevance Sort by last modified time
    Searched defs:erf (Results 1 - 20 of 20) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
imprecise.c 65 DECLARE_IMPRECISE(erf); variable
s_erf.c 16 /* double erf(double x)
20 * erf(x) = --------- | exp(-t*t)dt
24 * erfc(x) = 1-erf(x)
26 * erf(-x) = -erf(x)
31 * erf(x) = x + x*R(x^2)
32 * erfc(x) = 1 - erf(x) if x in [-.84375,0.25]
37 * | R - (erf(x)-x)/x | <= 2
41 * erf(x) = (2/sqrt(pi))*(x - x^3/3 + x^5/10 - x^7/42 + ....)
45 * point of erf(x) is near 0.6174 (i.e., erf(x)=x when x i
190 erf(double x) function
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 247 ERF erf = {0}; local
249 cpuUNKNOWN, &erf);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 128 #define erf(x) __TGMATH_REAL(x, erf) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 139 #define erf(x) __TGMATH_REAL(x, erf) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 139 #define erf(x) __TGMATH_REAL(x, erf) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 128 #define erf(x) __TGMATH_REAL(x, erf) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 387 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 387 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 128 #define erf(x) __TGMATH_REAL(x, erf) macro
  /external/clang/lib/Headers/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 628 // erf
636 __tg_erf(double __x) {return erf(__x);}
642 #undef erf macro
643 #define erf(__x) __tg_erf(__tg_promote1((__x))(__x)) macro
  /external/eigen/unsupported/test/mpreal/
mpreal.h 387 friend const mpreal erf (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2104 inline const mpreal erf (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(erf ); } function in namespace:mpfr
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 52 * - not all functions are available in Java, notably gamma and erf,
68 static native float erf(float x); method in class:CoreMathVerifier
    [all...]

Completed in 647 milliseconds