OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fabsf
(Results
51 - 75
of
169
) sorted by null
1
2
3
4
5
6
7
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
129
# define
fabsf
fabs
macro
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
129
# define
fabsf
fabs
macro
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
129
# define
fabsf
fabs
macro
/external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm
526
if (
fabsf
(deltaY) >
fabsf
(deltaX)) {
/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/webkit/Source/WebCore/svg/
SVGAnimateTransformElement.cpp
231
return
fabsf
(to.angle() - from.angle());
/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)
/external/quake/quake/src/WinQuake/
snd_android.cpp
493
if (
fabsf
(x) >= 0.5f) {
498
const float y = B*x*
fabsf
(x) + C*x;
499
return 0.2215f * (y*
fabsf
(y) - y) + y;
/bionic/libm/src/
e_lgammaf_r.c
162
nadj = __ieee754_logf(pi/
fabsf
(t*x));
e_powf.c
109
ax =
fabsf
(x);
e_j0f.c
52
x =
fabsf
(x);
e_j1f.c
53
y =
fabsf
(x);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp
488
int seconds =
fabsf
(time);
/external/qemu/fpu/
softfloat-native.h
7
#define
fabsf
(f) ((float)fabs(f))
macro
262
return
fabsf
(a);
/external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp
392
float translationX = -shadowedRect.x() + inflation -
fabsf
(clippedOut.width());
393
float translationY = -shadowedRect.y() + inflation -
fabsf
(clippedOut.height());
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp
133
return
fabsf
(f0 - f1) < Epsilon;
218
return ::
fabsf
(x) < tolerance;
/bionic/libm/
Makefile-orig
118
MLINKS+=fabs.3
fabsf
.3 fabs.3 fabsl.3
/bionic/libm/include/
math.h
338
float
fabsf
(float) __pure2;
/development/ndk/platforms/android-3/include/
math.h
337
float
fabsf
(float) __pure2;
/development/ndk/platforms/android-9/include/
math.h
337
float
fabsf
(float) __pure2;
/external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp
67
angle =
fabsf
(fmodf(angle, 360.0f));
/external/webkit/Source/WebCore/platform/graphics/filters/
FETurbulence.cpp
318
turbulenceFunctionResult +=
fabsf
(noise2D(paintingData, noiseVector)) / ratio;
/external/webkit/Source/WebCore/platform/gtk/
LocalizedStringsGtk.cpp
535
int seconds = (int)
fabsf
(time);
/frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp
392
{ "_Z4fabsf", (void *)&
fabsf
, true },
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h
337
float
fabsf
(float) __pure2;
Completed in 1334 milliseconds
1
2
3
4
5
6
7