OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fabsl
(Results
76 - 100
of
429
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/ndk/platforms/android-21/arch-x86_64/symbols/
libm.so.functions.txt
59
fabsl
/development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt
116
fabsl
/development/ndk/platforms/android-9/arch-arm/symbols/
libm.so.functions.txt
116
fabsl
/development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt
68
fabsl
/development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt
69
fabsl
/external/clang/test/Sema/
warn-absolute-value.c
10
long double
fabsl
(long double);
29
(void)
fabsl
(x);
30
// expected-warning@-1 {{using floating point absolute value function '
fabsl
' when argument is of integer type}}
91
(void)
fabsl
(x);
92
// expected-warning@-1 {{using floating point absolute value function '
fabsl
' when argument is of integer type}}
160
(void)
fabsl
(x);
161
// expected-warning@-1 {{using floating point absolute value function '
fabsl
' when argument is of integer type}}
231
(void)
fabsl
(x);
296
(void)
fabsl
(x);
348
// expected-note@-2 {{use function '
fabsl
' instead}
[
all
...]
/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
/bionic/libm/
fake_long_double.c
28
long double
fabsl
(long double a1) { return fabs(a1); }
function
/bionic/libm/upstream-freebsd/lib/msun/src/
s_fabsl.c
36
fabsl
(long double x)
function
e_coshl.c
120
k_hexpl(
fabsl
(x), &hi, &lo);
125
if (
fabsl
(x) <= o_threshold)
126
RETURNI(hexpl(
fabsl
(x)));
e_sinhl.c
121
k_hexpl(
fabsl
(x), &hi, &lo);
126
if (
fabsl
(x) <= o_threshold)
127
RETURNI(s*hexpl(
fabsl
(x)));
s_tanhl.c
131
if (ix < 0x4004 ||
fabsl
(x) < 40) { /* |x|<40 */
160
k_hexpl(2*
fabsl
(x), &hi, &lo);
161
if (ix<0x4001 &&
fabsl
(x) < 1.5) /* |x|<1.5 */
/external/llvm/test/Transforms/TailCallElim/
inf-recursion.ll
33
declare x86_fp80 @
fabsl
(x86_fp80 %f)
/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
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h
97
# define
fabsl
fabs
macro
130
# define
fabsl
fabs
macro
169
# define
fabsl
fabs
macro
Completed in 2166 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>