OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cabsl
(Results
1 - 9
of
9
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsl.c
17
cabsl
(long double complex z)
function
w_cabs.c
22
__weak_reference(cabs,
cabsl
);
/external/clang/test/Sema/
warn-absolute-value.c
14
long double
cabsl
(long double _Complex);
42
(void)
cabsl
(x);
43
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of integer type}}
104
(void)
cabsl
(x);
105
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of integer type}}
173
(void)
cabsl
(x);
174
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of integer type}}
241
(void)
cabsl
(x);
242
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of floating point type}}
306
(void)
cabsl
(x)
[
all
...]
/external/clang/test/SemaCXX/
warn-absolute-value.cpp
15
long double
cabsl
(long double _Complex);
63
(void)
cabsl
(x);
64
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of integer type}}
127
(void)
cabsl
(x);
128
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of integer type}}
198
(void)
cabsl
(x);
199
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of integer type}}
268
(void)
cabsl
(x);
269
// expected-warning@-1 {{using complex absolute value function '
cabsl
' when argument is of floating point type}}
335
(void)
cabsl
(x)
[
all
...]
/bionic/libm/include/
complex.h
53
long double
cabsl
(long double complex);
/development/ndk/platforms/android-L/include/
complex.h
53
long double
cabsl
(long double complex);
/external/clang/test/CodeGen/
libcall-declarations.c
183
long double
cabsl
(long double _Complex);
298
F(truncl), F(cabs), F(cabsf), F(
cabsl
), F(cacos),
/external/ltrace/etc/
libm.so.conf
326
ldouble
cabsl
(ldouble_complex);
/external/clang/lib/Headers/
tgmath.h
553
__tg_fabs(long double _Complex __x) {return
cabsl
(__x);}
Completed in 60 milliseconds