/development/ndk/platforms/android-3/arch-arm/symbols/ |
libm.so.functions.txt | 115 fabsf
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libm.so.functions.txt | 67 fabsf
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libm.so.functions.txt | 68 fabsf
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_state_validate.c | 163 minx = MAX2(minx, (int)(vp->translate[0] - fabsf(vp->scale[0]))); 164 maxx = MIN2(maxx, (int)(vp->translate[0] + fabsf(vp->scale[0]))); 165 miny = MAX2(miny, (int)(vp->translate[1] - fabsf(vp->scale[1]))); 166 maxy = MIN2(maxy, (int)(vp->translate[1] + fabsf(vp->scale[1]))); 193 zmin = nv50->viewport.translate[2] - fabsf(nv50->viewport.scale[2]); 194 zmax = nv50->viewport.translate[2] + fabsf(nv50->viewport.scale[2]);
|
/external/llvm/test/Transforms/InstCombine/ |
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
|
double-float-shrink-2.ll | 13 ; DO-SIMPLIFY: call float @fabsf( 76 ; --> fabsf
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_state_validate.c | 163 minx = MAX2(minx, (int)(vp->translate[0] - fabsf(vp->scale[0]))); 164 maxx = MIN2(maxx, (int)(vp->translate[0] + fabsf(vp->scale[0]))); 165 miny = MAX2(miny, (int)(vp->translate[1] - fabsf(vp->scale[1]))); 166 maxy = MIN2(maxy, (int)(vp->translate[1] + fabsf(vp->scale[1]))); 193 zmin = nv50->viewport.translate[2] - fabsf(nv50->viewport.scale[2]); 194 zmax = nv50->viewport.translate[2] + fabsf(nv50->viewport.scale[2]);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ccoshf.c | 65 h = expf(fabsf(x)) * 0.5f; 69 z = __ldexp_cexpf(cpackf(fabsf(x), y), -1);
|
s_csinhf.c | 65 h = expf(fabsf(x)) * 0.5f; 69 z = __ldexp_cexpf(cpackf(fabsf(x), y), -1);
|
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_logbf.c | 31 if(ix==0) return (float)-1.0/fabsf(x);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapFilter.h | 83 x = fabsf(x); 119 return SkTMax(0.f, fWidth - 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/CodeGen/Mips/ |
fabs.ll | 20 %call = tail call float @fabsf(float %a) nounwind readnone 24 declare float @fabsf(float) nounwind readnone
|
/external/skia/src/core/ |
SkBitmapFilter.h | 83 x = fabsf(x); 119 return SkTMax(0.f, fWidth - fabsf(x));
|
/external/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.) */
|
/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/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 | 41 const float deltaA = fabsf(a1 - a2);
|
/external/clang/test/CodeGen/ |
builtins.c | 174 // CHECK: call float @fabsf(float 187 // CHECK: call float @fabsf 193 // CHECK: call float @fabsf
|