HomeSort by relevance Sort by last modified time
    Searched refs:erf (Results 126 - 139 of 139) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 238 double erf(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 238 double erf(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 238 double erf(double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 238 double erf(double) __NDK_FPABI_MATH__;
  /bionic/tests/
math_test.cpp 738 TEST(math, erf) {
739 ASSERT_DOUBLE_EQ(0.84270079294971489, erf(1.0));
  /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...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 148 // erf & erfc error functions.
150 typename tools::promote_args<RT>::type erf(RT z);
152 typename tools::promote_args<RT>::type erf(RT z, const Policy&);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 746 /* 7.12.8.1 The erf functions */
747 extern double __cdecl erf (double);
  /frameworks/rs/driver/runtime/
rs_cl.c 403 extern float __attribute__((overloadable)) erf(float);
404 FN_FUNC_FN(erf)
    [all...]
  /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...]
  /frameworks/rs/api/
rs_core_math.spec 269 name: erf
  /frameworks/rs/scriptc/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_core_math.rsh     [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_core_math.rsh     [all...]

Completed in 602 milliseconds

1 2 3 4 56