HomeSort by relevance Sort by last modified time
    Searched defs:powf (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 2 * Powf may leave an unresolved symbol pointing to a libstdc++.so powf.
4 * replace the powf function with calls to expf and logf.
11 extern float powf(float x, float y);
13 float powf(float x, float y) { function
  /external/mesa3d/src/gallium/targets/dri-vmwgfx/
vmw_powf.c 2 * Powf may leave an unresolved symbol pointing to a libstdc++.so powf.
4 * replace the powf function with calls to expf and logf.
11 extern float powf(float x, float y);
13 float powf(float x, float y) { function
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 136 #define powf(x,y) ((float) pow(x,y)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); }
  /external/mesa3d/src/mesa/main/
imports.h 136 #define powf(x,y) ((float) pow(x,y)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); }
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 88 static INLINE float powf( float f, float g ) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 88 static INLINE float powf( float f, float g ) function
  /external/bison/darwin-lib/
math.h 1940 # undef powf macro
    [all...]
  /external/bison/lib/
math.in.h 1622 # undef powf macro
1626 _GL_CXXALIASWARN (powf); variable
1628 # undef powf macro
    [all...]
  /external/bison/linux-lib/
math.h 1940 # undef powf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 423 /// float powf(float x, float y);
424 powf, enumerator in enum:llvm::LibFunc::Func
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 598 /* Define to 1 if you have the `powf' function. */
1343 # define powf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 716 /* Define to 1 if you have the `powf' function. */
1481 # define powf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 716 /* Define to 1 if you have the `powf' function. */
1481 # define powf macro
    [all...]

Completed in 814 milliseconds

1 2