HomeSort by relevance Sort by last modified time
    Searched refs:expf (Results 51 - 75 of 100) sorted by null

1 23 4

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
math.h 323 float expf(float);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
math.h 323 float expf(float);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
math.h 323 float expf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h 323 float expf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 323 float expf(float);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 323 float expf(float);
  /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...]
  /bionic/libm/include/
math.h 313 float expf(float);
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 413 #define __ieee754_expf expf
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 182 /// float expf(float x);
183 expf, enumerator in enum:llvm::LibFunc::Func
  /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...]
  /prebuilts/ndk/7/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 420 /* Define to 1 if you have the `expf' function. */
1183 # define expf macro
    [all...]
  /bionic/tests/
math_test.cpp 453 TEST(math, expf) {
454 ASSERT_FLOAT_EQ(1.0f, expf(0.0f));
455 ASSERT_FLOAT_EQ(static_cast<float>(M_E), expf(1.0f));

Completed in 425 milliseconds

1 23 4