Searched defs:powf (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-vmwgfx/
H A Dvmw_powf.c2 * 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/
H A Dvmw_powf.c2 * 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/gallium/auxiliary/util/
H A Du_math.h88 static INLINE float powf( float f, float g ) function
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h136 #define powf(x,y) ((float) pow(x,y)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); }
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h88 static INLINE float powf( float f, float g ) function
/external/mesa3d/src/mesa/main/
H A Dimports.h136 #define powf(x,y) ((float) pow(x,y)) macro
149 static inline float exp2f(float x) { return powf(2.0f, x); }
/external/bison/darwin-lib/
H A Dmath.h1934 # undef powf
1935 _GL_FUNCDECL_SYS (powf, float, (float x, float y));
1937 _GL_CXXALIAS_SYS (powf, float, (float x, float y));
1938 _GL_CXXALIASWARN (powf);
1940 # undef powf macro
1942 _GL_WARN_ON_USE (powf, "powf is unportable - "
1943 "use gnulib module powf for portability");
/external/bison/lib/
H A Dmath.in.h1622 # undef powf macro
1623 _GL_FUNCDECL_SYS (powf, float, (float x, float y));
1625 _GL_CXXALIAS_SYS (powf, float, (float x, float y));
1626 _GL_CXXALIASWARN (powf); variable
1628 # undef powf macro
1630 _GL_WARN_ON_USE (powf, "powf is unportable - "
1631 "use gnulib module powf for portability");
/external/bison/linux-lib/
H A Dmath.h1934 # undef powf
1935 _GL_FUNCDECL_SYS (powf, float, (float x, float y));
1937 _GL_CXXALIAS_SYS (powf, float, (float x, float y));
1938 _GL_CXXALIASWARN (powf);
1940 # undef powf macro
1942 _GL_WARN_ON_USE (powf, "powf is unportable - "
1943 "use gnulib module powf for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h423 /// float powf(float x, float y);
424 powf, enumerator in enum:llvm::LibFunc::Func

Completed in 464 milliseconds