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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabsf.c 20 * fabsf(x) returns the absolute value of x.
27 fabsf(float x) function
  /external/stlport/stlport/stl/config/
_como.h 129 # define fabsf fabs macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 129 # define fabsf fabs macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 129 # define fabsf fabs macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 129 # define fabsf fabs macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 129 # define fabsf fabs macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 129 # define fabsf fabs macro
  /external/qemu/fpu/
softfloat-native.h 7 #define fabsf(f) ((float)fabs(f)) macro
262 return fabsf(a);
  /external/bison/darwin-lib/
math.h 1006 # undef fabsf macro
    [all...]
  /external/bison/lib/
math.in.h 688 # undef fabsf macro
689 _GL_FUNCDECL_SYS (fabsf, float, (float x));
691 _GL_CXXALIAS_SYS (fabsf, float, (float x));
692 _GL_CXXALIASWARN (fabsf); variable
694 # undef fabsf macro
696 _GL_WARN_ON_USE (fabsf, "fabsf is unportable - "
697 "use gnulib module fabsf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 1006 # undef fabsf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 194 /// float fabsf(float x);
195 fabsf, enumerator in enum:llvm::LibFunc::Func
676 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:
  /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 426 /* Define to 1 if you have the `fabsf' function. */
1193 # define fabsf macro
    [all...]

Completed in 2253 milliseconds

1 2