OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fabsl
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/bionic/libm/man/
fabs.3
42
.Nm
fabsl
53
.Fn
fabsl
"long double x"
59
.Fn
fabsl
67
.Fn
fabsl
85
.Fn
fabsl
/external/llvm/test/CodeGen/PowerPC/
2008-07-15-Fabs.ll
7
call ppc_fp128 @
fabsl
( ppc_fp128 %d ) nounwind readnone ; <ppc_fp128>:0 [#uses=1]
19
declare ppc_fp128 @
fabsl
(ppc_fp128) nounwind readnone
/external/llvm/test/CodeGen/X86/
fabs.ll
9
declare x86_fp80 @
fabsl
(x86_fp80)
24
%Y = call x86_fp80 @
fabsl
(x86_fp80 %X)
/external/llvm/test/Transforms/TailCallElim/
inf-recursion.ll
33
declare x86_fp80 @
fabsl
(x86_fp80 %f)
/frameworks/compile/libbcc/runtime/lib/
divxc3.c
26
long double __logbw = logbl(fmaxl(
fabsl
(__c),
fabsl
(__d)));
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so
/development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt
116
fabsl
/development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt
71
fabsl
/bionic/libm/src/
s_fabsl.c
36
fabsl
(long double x)
function
/external/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
_gcc.h
129
/* No *l math fuctions variants (i.e. sqrtl,
fabsl
, etc.) */
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
_gcc.h
129
/* No *l math fuctions variants (i.e. sqrtl,
fabsl
, etc.) */
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
_gcc.h
129
/* No *l math fuctions variants (i.e. sqrtl,
fabsl
, etc.) */
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
_gcc.h
129
/* No *l math fuctions variants (i.e. sqrtl,
fabsl
, etc.) */
/external/clang/test/CodeGen/
builtins.c
181
// CHECK: call x86_fp80 @
fabsl
(x86_fp80
/bionic/libm/
Makefile-orig
118
MLINKS+=fabs.3 fabsf.3 fabs.3
fabsl
.3
/bionic/libm/include/
math.h
429
long double
fabsl
(long double) __pure2;
/development/ndk/platforms/android-3/include/
math.h
426
long double
fabsl
(long double) __pure2;
/development/ndk/platforms/android-9/include/
math.h
426
long double
fabsl
(long double) __pure2;
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h
426
long double
fabsl
(long double) __pure2;
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h
426
long double
fabsl
(long double) __pure2;
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h
426
long double
fabsl
(long double) __pure2;
Completed in 817 milliseconds
1
2
3
4