OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fabsf
(Results
126 - 150
of
169
) sorted by null
1
2
3
4
5
6
7
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
429
inline float abs(float __x) { return ::
fabsf
(__x); }
/prebuilt/sdk/11/renderscript/clang-include/
tgmath.h
533
__tg_fabs(float __x) {return
fabsf
(__x);}
/prebuilt/sdk/12/renderscript/clang-include/
tgmath.h
533
__tg_fabs(float __x) {return
fabsf
(__x);}
/prebuilt/sdk/13/renderscript/clang-include/
tgmath.h
533
__tg_fabs(float __x) {return
fabsf
(__x);}
/prebuilt/sdk/14/renderscript/clang-include/
tgmath.h
533
__tg_fabs(float __x) {return
fabsf
(__x);}
/external/llvm/lib/Target/X86/
README-SSE.txt
855
declare float @
fabsf
(float %n)
857
%d = call float @
fabsf
(float %x)
/external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view.mm
395
if (
fabsf
(offset) > 100) stretchiness = 0;
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.h
572
/// "__builtin_fabsf", return a Function* for "
fabsf
".
CodeGenModule.cpp
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderTheme.cpp
493
int seconds = (int)
fabsf
(time);
[
all
...]
/external/mesa3d/docs/
news.html
728
- fixed NeXT build problem (
FABSF
macro)
[
all
...]
versions.html
[
all
...]
/external/valgrind/main/none/tests/amd64/
insn_pclmulqdq.c
65
/* return f1 == f2 ||
fabsf
(f1 - f2) <
fabsf
(f1) * 1.5 * powf(2,-12); */
66
return f1 == f2 ||
fabsf
(f1 - f2) <
fabsf
(f1) * 1.5 / 4096.0;
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixincl
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixincl
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
fixincl
/development/ndk/platforms/android-3/arch-arm/lib/
libm.a
65
?4 ? -? -? -? @, @, @, R? bl r ~? ?4 ?? ?T ? ?? ? x .? ;` J? ]@ ]@ m ? ?` ?? ? ?? 8 '? 7T E` T? T? T? g n? {? ? ?? ? ?? ? ? ? 3? El W? c? o0 |? ?p ?? ?L ?L ?L ?, ? ?X ? ? ? ? ? ? ? |__isinf __isinff __isinfl __fpclassifyf __fpclassifyd __fpclassifyl __exp__D __log__D tgamma acos acosf acosh acoshf asin asinf atan2 atan2f atanh atanhf cosh coshf exp expf fmod fmodf gamma gamma_r gammaf gammaf_r hypot hypotf j0 y0 j0f y0f j1 y1 j1f y1f yn jn ynf jnf lgamma lgamma_r lgammaf lgammaf_r log log10 log10f logf pow powf __ieee754_rem_pio2 __ieee754_rem_pio2f remainder remainderf scalb scalbf sinh sinhf sqrt sqrtf __kernel_cos __kernel_cosdf __kernel_rem_pio2 __kernel_sin __kernel_sindf __kernel_tan __kernel_tandf asinh asinhf atan atanf cbrt cbrtf ceil ceilf ceill copysign copysignf cos cosf erfc erf erfcf erff exp2 exp2f expm1 expm1f
fabsf