HomeSort by relevance Sort by last modified time
    Searched refs:fabsf (Results 151 - 175 of 204) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/ndk/8/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/8/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/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...]
  /bionic/tests/
math_test.cpp 527 TEST(math, fabsf) {
528 ASSERT_FLOAT_EQ(1.0f, fabsf(-1.0f));
  /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/gallium/state_trackers/vega/
matrix.h 40 #define ABS(x) (fabsf(x))
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 210 fabsf(ctx->Pixel.ZoomY) != 1.0f ||
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 289 case LibFunc::fabsf:

Completed in 1655 milliseconds

1 2 3 4 5 67 8 9