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

1 2 3 45 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrtf.c 67 return (cpackf(fabsf(b - b), copysignf(a, b)));
86 return (cpackf(fabsf(b) / (2.0 * t), copysignf(t, b)));
e_jnf.c 50 x = fabsf(x);
131 tmp = tmp*__ieee754_logf(fabsf(v*tmp));
157 if (fabsf(z) >= fabsf(w))
s_erff.c 105 s = fabsf(x)-one;
113 x = fabsf(x);
155 s = fabsf(x)-one;
165 x = fabsf(x);
s_logbf.c 31 if(ix==0) return (float)-1.0/fabsf(x);
  /external/llvm/test/CodeGen/ARM/
fparith.ll 87 %tmp1 = call float @fabsf( float %a ) readnone ; <float> [#uses=1]
91 declare float @fabsf(float)
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-2.ll 13 ; DO-SIMPLIFY: call float @fabsf(
76 ; --> fabsf
win-math.ll 7 ; x86-64 win32 msvcrt does (except for fabsf)
124 ; WIN32-NOT: float @fabsf
127 ; WIN64-NOT: float @fabsf
277 ; win32 lacks sqrtf&fabsf, win64 lacks fabsf
287 ; MINGW32: float @fabsf
291 ; MINGW64: float @fabsf
float-shrink-compare.ll 25 ; CHECK-NEXT: %fabsf = call float @fabsf(float %x)
26 ; CHECK-NEXT: fcmp oeq float %fabsf, %y
109 ; CHECK-NEXT: %fabsf = call float @fabsf(float %x)
110 ; CHECK-NEXT: fcmp oeq float %fabsf, %y
  /external/skia/src/core/
SkBitmapFilter.h 83 x = fabsf(x);
119 return SkTMax(0.f, fWidth - fabsf(x));
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 42 float delta = fabsf(a1 - a2);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 340 if (fabsf(dx) >= fabsf(dy)) {
355 if (fabsf(x1diff) + fabsf(y1diff) < 0.5) {
374 if (fabsf(x2diff) + fabsf(y2diff) < 0.5) {
453 if (fabsf(x1diff) + fabsf(y1diff) < 0.5) {
471 if (fabsf(x2diff) + fabsf(y2diff) < 0.5)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c 236 x = util_iround(MAX2(0.0f, vp->translate[0] - fabsf(vp->scale[0])));
237 y = util_iround(MAX2(0.0f, vp->translate[1] - fabsf(vp->scale[1])));
238 w = util_iround(vp->translate[0] + fabsf(vp->scale[0])) - x;
239 h = util_iround(vp->translate[1] + fabsf(vp->scale[1])) - y;
241 zmin = vp->translate[2] - fabsf(vp->scale[2]);
242 zmax = vp->translate[2] + fabsf(vp->scale[2]);

Completed in 1246 milliseconds

1 2 3 45 6 7 8 91011>>