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

1 2 3

  /external/stlport/stlport/stl/
_cmath.h 90 inline float expf(float v) { return __expf(v); } function
  /external/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 90 inline float expf(float v) { return __expf(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 90 inline float expf(float v) { return __expf(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 90 inline float expf(float v) { return __expf(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 90 inline float expf(float v) { return __expf(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 90 inline float expf(float v) { return __expf(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 90 inline float expf(float v) { return __expf(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 125 # define expf exp macro
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 125 #define expf(f) ((float) exp(f)) macro
256 *** EXPF: raise e to the value
266 #define EXPF(x) expf(x)
274 #define EXPF(x) ((GLfloat) exp(x))
  /external/mesa3d/src/mesa/main/
imports.h 125 #define expf(f) ((float) exp(f)) macro
256 *** EXPF: raise e to the value
266 #define EXPF(x) expf(x)
274 #define EXPF(x) ((GLfloat) exp(x))
  /external/bison/darwin-lib/
math.h 845 # undef expf
846 _GL_FUNCDECL_SYS (expf, float, (float x));
848 _GL_CXXALIAS_SYS (expf, float, (float x));
849 _GL_CXXALIASWARN (expf);
851 # undef expf macro
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
854 "use gnulib module expf for portability");
    [all...]
  /external/bison/lib/
math.in.h 533 # undef expf macro
534 _GL_FUNCDECL_SYS (expf, float, (float x));
536 _GL_CXXALIAS_SYS (expf, float, (float x));
537 _GL_CXXALIASWARN (expf); variable
539 # undef expf macro
541 _GL_WARN_ON_USE (expf, "expf is unportable - "
542 "use gnulib module expf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 845 # undef expf
846 _GL_FUNCDECL_SYS (expf, float, (float x));
848 _GL_CXXALIAS_SYS (expf, float, (float x));
849 _GL_CXXALIASWARN (expf);
851 # undef expf macro
853 _GL_WARN_ON_USE (expf, "expf is unportable - "
854 "use gnulib module expf for portability");
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]

Completed in 1138 milliseconds

1 2 3