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

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/auxiliary/util/
u_math.c 51 pow2_table[i] = exp2f((i - POW2_TABLE_OFFSET) / POW2_TABLE_SCALE);
  /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/mesa3d/include/
c99_math.h 105 exp2f(float f) 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]]
  /bionic/libc/include/
math.h 201 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:
  /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/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 301 {"exp2", &lp_build_exp2, &exp2f, exp2_values, ARRAY_SIZE(exp2_values), 18.0 },
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
JitManager.cpp 155 sys::DynamicLibrary::AddSymbol("exp2f", &exp2f);
  /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-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 423 using ::exp2f;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 432 using ::exp2f;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h 432 using ::exp2f;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h 432 using ::exp2f;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 432 using ::exp2f;

Completed in 244 milliseconds

1 2 3 4 5 6 7