HomeSort by relevance Sort by last modified time
    Searched full:fabsf (Results 176 - 200 of 537) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.cpp 44 if (fabsf(specifiedSize) < std::numeric_limits<float>::epsilon())
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 12 #include <stdlib.h> // 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 153 case LibFunc::fabsf:
  /external/valgrind/main/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/Target/
TargetLibraryInfo.h 227 /// float fabsf(float x);
228 fabsf, enumerator in enum:llvm::LibFunc::Func
729 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 124 "fabsf",
440 TLI.setUnavailable(LibFunc::fabsf); // Win32 and Win64 both lack fabsf
  /external/llvm/test/CodeGen/X86/
2010-05-25-DotDebugLoc.ll 18 %0 = tail call float @fabsf(float %c) nounwind readnone, !dbg !19 ; <float> [#uses=1]
19 %1 = tail call float @fabsf(float %d) nounwind readnone, !dbg !19 ; <float> [#uses=1]
195 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_lgammaf_r.c 162 nadj = __ieee754_logf(pi/fabsf(t*x));
e_powf.c 111 ax = fabsf(x);
  /external/bison/m4/
math_h.m4 44 fabsf fabsl floorf floorl fma fmaf fmal
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 425 return fabsf(value() - toSVGAngle(other)->value());
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PeriodicWave.cpp 104 fundamentalFrequency = fabsf(fundamentalFrequency);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 445 dsdx2 = FABSF(dsdx2);
446 dsdy2 = FABSF(dsdy2);
447 dtdx2 = FABSF(dtdx2);
448 dtdy2 = FABSF(dtdy2);
    [all...]
s_texfilter.c 225 u = FABSF(s);
235 u = FABSF(s);
252 u = FABSF(s);
355 const GLfloat u = FABSF(s);
370 const GLfloat u = FABSF(s);
385 const GLfloat u = FABSF(s);
    [all...]
  /external/libcxx/include/
cmath 83 float fabsf(float x);
660 abs(float __x) _NOEXCEPT {return fabsf(__x);}
811 using ::fabsf;
814 inline _LIBCPP_INLINE_VISIBILITY float fabs(float __x) _NOEXCEPT {return fabsf(__x);}
    [all...]
  /external/ltrace/etc/
libm.so.conf 321 float fabsf(float);
  /external/mesa3d/src/mesa/swrast/
s_span.c 445 dsdx2 = FABSF(dsdx2);
446 dsdy2 = FABSF(dsdy2);
447 dtdx2 = FABSF(dtdx2);
448 dtdy2 = FABSF(dtdy2);
    [all...]
s_texfilter.c 225 u = FABSF(s);
235 u = FABSF(s);
252 u = FABSF(s);
355 const GLfloat u = FABSF(s);
370 const GLfloat u = FABSF(s);
385 const GLfloat u = FABSF(s);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 83 float fabsf(float x);
660 abs(float __x) _NOEXCEPT {return fabsf(__x);}
811 using ::fabsf;
814 inline _LIBCPP_INLINE_VISIBILITY float fabs(float __x) _NOEXCEPT {return fabsf(__x);}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 83 float fabsf(float x);
660 abs(float __x) _NOEXCEPT {return fabsf(__x);}
811 using ::fabsf;
814 inline _LIBCPP_INLINE_VISIBILITY float fabs(float __x) _NOEXCEPT {return fabsf(__x);}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.cpp 594 max = std::max(max, fabsf(*sourceP));
646 max = std::max(max, fabsf(*sourceP));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 283 /* dzdx = fabsf(res1 * inv_det), dydx = fabsf(res2 * inv_det)*/

Completed in 2445 milliseconds

1 2 3 4 5 6 78 91011>>