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

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2f.c 69 * exp2f(x): compute the base 2 exponential of x
77 * Thus we have exp2f(x) = 2**k * exp2(y).
95 exp2f(float x) function
  /external/clang/test/CodeGen/
libcall-declarations.c 80 float exp2f(float);
278 F(exp2f), F(exp2l), F(expm1), F(expm1f), F(expm1l),
379 // CHECK-NOERRNO: declare float @exp2f(float) [[NUW]]
  /external/mesa3d/src/mesa/main/
imports.h 126 #define exp2f(f) ((float) exp2(f)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); } function
  /bionic/libc/include/
math.h 187 float exp2f(float);
  /development/ndk/platforms/android-13/include/
math.h 321 float exp2f(float);
  /development/ndk/platforms/android-18/include/
math.h 322 float exp2f(float);
  /development/ndk/platforms/android-9/include/
math.h 320 float exp2f(float);
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 262 case LibFunc::exp2: case LibFunc::exp2f: case LibFunc::exp2l:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 230 {"exp2", &lp_build_exp2, &exp2f, exp2_values, Elements(exp2_values), 20.0 },
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 122 EXPORT_F32_FN_F32(exp2f)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 97 extern float __REDIRECT_NTH (exp2f, (float), __exp2f_finite);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 97 extern float __REDIRECT_NTH (exp2f, (float), __exp2f_finite);
  /development/ndk/platforms/android-21/include/
math.h 317 float exp2f(float);
  /external/swiftshader/src/Common/
Math.hpp 136 return exp2f(x);
  /external/bison/darwin-lib/
math.h 876 _GL_FUNCDECL_SYS (exp2f, float, (float x));
878 _GL_CXXALIAS_SYS (exp2f, float, (float x));
879 _GL_CXXALIASWARN (exp2f);
881 # undef exp2f macro
883 _GL_WARN_ON_USE (exp2f, "exp2f is unportable - "
884 "use gnulib module exp2f for portability");
    [all...]
  /external/bison/lib/
math.in.h 564 _GL_FUNCDECL_SYS (exp2f, float, (float x));
566 _GL_CXXALIAS_SYS (exp2f, float, (float x));
567 _GL_CXXALIASWARN (exp2f); variable
569 # undef exp2f macro
571 _GL_WARN_ON_USE (exp2f, "exp2f is unportable - "
572 "use gnulib module exp2f for portability");
    [all...]
  /external/bison/linux-lib/
math.h 876 _GL_FUNCDECL_SYS (exp2f, float, (float x));
878 _GL_CXXALIAS_SYS (exp2f, float, (float x));
879 _GL_CXXALIASWARN (exp2f);
881 # undef exp2f macro
883 _GL_WARN_ON_USE (exp2f, "exp2f is unportable - "
884 "use gnulib module exp2f for portability");
    [all...]
  /bionic/tests/
math_test.cpp 572 TEST(math, exp2f) {
573 ASSERT_FLOAT_EQ(8.0f, exp2f(3.0f));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 423 using ::exp2f;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 423 using ::exp2f;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 423 using ::exp2f;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 423 using ::exp2f;
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 534 return f == exp2f(static_cast<float>(e));
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 322 float exp2f(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 322 float exp2f(float) __NDK_FPABI_MATH__;

Completed in 1807 milliseconds

1 2 3 4 5 6 7