HomeSort by relevance Sort by last modified time
    Searched full:fabsf (Results 251 - 275 of 385) sorted by null

<<111213141516

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 544 /* Define to 1 if you have the `fabsf' function. */
1331 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 544 /* Define to 1 if you have the `fabsf' function. */
1331 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 544 /* Define to 1 if you have the `fabsf' function. */
1331 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 544 /* Define to 1 if you have the `fabsf' function. */
1331 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 544 /* Define to 1 if you have the `fabsf' function. */
1331 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 544 /* Define to 1 if you have the `fabsf' function. */
1331 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 580 /* Define to 1 if you have the `fabsf' function. */
1401 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 589 /* Define to 1 if you have the `fabsf' function. */
1419 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 589 /* Define to 1 if you have the `fabsf' function. */
1419 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 589 /* Define to 1 if you have the `fabsf' function. */
1419 # define fabsf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 589 /* Define to 1 if you have the `fabsf' function. */
1419 # define fabsf macro
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 530 f = fabsf(f);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 210 fabsf(ctx->Pixel.ZoomY) != 1.0f ||
  /external/clang/lib/Headers/
tgmath.h 533 __tg_fabs(float __x) {return fabsf(__x);}
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 289 case LibFunc::fabsf:
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 530 f = fabsf(f);
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 210 fabsf(ctx->Pixel.ZoomY) != 1.0f ||
  /external/stlport/stlport/stl/
_cmath.h 429 inline float abs(float __x) { return ::fabsf(__x); }

Completed in 1794 milliseconds

<<111213141516