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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/mesa/main/
imports.h 254 *** FABSF: absolute value of float
264 #define FABSF(x) fabsf(x)
272 #define FABSF(x) ((GLfloat) fabs(x))
  /external/skia/include/core/
SkFloatingPoint.h 88 #define sk_float_abs(x) fabsf(x)
  /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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 129 # define fabsf fabs macro
  /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...]
  /external/llvm/test/CodeGen/Mips/
fp16instrinsmc.ll 88 %call = call float @fabsf(float %0) #2
94 declare float @fabsf(float) #1
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 263 PUSH_DATAf(push, vp->translate[2] - fabsf(vp->scale[2]));
264 PUSH_DATAf(push, vp->translate[2] + fabsf(vp->scale[2]));
  /bionic/libc/tools/
posix-2013.txt 223 fabsf
  /external/clang/test/CodeGen/
libcall-declarations.c 20 float fabsf(float);
266 F(fabsf), F(fabsl), F(fmod), F(fmodf), F(fmodl),
325 // CHECK-NOERRNO: declare float @fabsf(float) [[NUW]]
540 // CHECK-ERRNO: declare float @fabsf(float) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 155 case LibFunc::fabsf:
  /external/valgrind/none/tests/amd64/
gen_insn_test.pl 166 /* return f1 == f2 || fabsf(f1 - f2) < fabsf(f1) * 1.5 * powf(2,-12); */
167 return f1 == f2 || fabsf(f1 - f2) < fabsf(f1) * 1.5 / 4096.0;
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 352 /// float fabsf(float x);
353 TLI_DEFINE_ENUM_INTERNAL(fabsf)
354 TLI_DEFINE_STRING_INTERNAL("fabsf")
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 123 TLI.setUnavailable(LibFunc::fabsf); // Win32 and Win64 both lack fabsf
476 {"fabsf", "vfabsf", 4},
  /external/llvm/test/CodeGen/X86/
2010-05-25-DotDebugLoc.ll 17 %0 = tail call float @fabsf(float %c) nounwind readnone, !dbg !19 ; <float> [#uses=1]
18 %1 = tail call float @fabsf(float %d) nounwind readnone, !dbg !19 ; <float> [#uses=1]
194 declare float @fabsf(float)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 157 extern float __cdecl fabsf (float x);
163 __CRT_INLINE float __cdecl fabsf (float x) function
684 return (float)-1.0 / fabsf (x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_powf.c 111 ax = fabsf(x);
  /external/bison/m4/
math_h.m4 44 fabsf fabsl floorf floorl fma fmaf fmal
  /external/libcxx/include/
cmath 83 float fabsf(float x);
660 abs(float __lcpp_x) _NOEXCEPT {return fabsf(__lcpp_x);}
811 using ::fabsf;
814 inline _LIBCPP_INLINE_VISIBILITY float fabs(float __lcpp_x) _NOEXCEPT {return fabsf(__lcpp_x);}
    [all...]
  /external/ltrace/etc/
libm.so.conf 321 float fabsf(float);

Completed in 2742 milliseconds

1 2 3 4 5 67 8 91011>>