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

1 2 3 4 56 7 8 91011>>

  /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
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControlsChromium.cpp 424 int seconds = static_cast<int>(fabsf(time));
430 int durationSecs = static_cast<int>(fabsf(duration));
  /external/chromium_org/third_party/mesa/src/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]));
  /external/llvm/test/CodeGen/Mips/
fp16instrinsmc.ll 65 %call = call float @fabsf(float %0) #2
71 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]));
  /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/core/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /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 204 /// float fabsf(float x);
205 fabsf, enumerator in enum:llvm::LibFunc::Func
688 case LibFunc::fabs: case LibFunc::fabsf: case LibFunc::fabsl:
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 118 "fabsf",
389 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)
  /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/modules/webaudio/
PeriodicWave.cpp 105 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...]

Completed in 1354 milliseconds

1 2 3 4 56 7 8 91011>>