OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cabsf
(Results
1 - 9
of
9
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsf.c
2
*
cabsf
() wrapper for hypotf().
18
cabsf
(z)
function
/external/clang/test/Sema/
warn-absolute-value.c
12
float
cabsf
(float _Complex);
34
(void)
cabsf
(x);
35
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of integer type}}
96
(void)
cabsf
(x);
97
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of integer type}}
165
(void)
cabsf
(x);
166
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of integer type}}
233
(void)
cabsf
(x);
234
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of floating point type}}
298
(void)
cabsf
(x)
[
all
...]
/external/clang/test/SemaCXX/
warn-absolute-value.cpp
13
float
cabsf
(float _Complex);
55
(void)
cabsf
(x);
56
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of integer type}}
119
(void)
cabsf
(x);
120
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of integer type}}
190
(void)
cabsf
(x);
191
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of integer type}}
260
(void)
cabsf
(x);
261
// expected-warning@-1 {{using complex absolute value function '
cabsf
' when argument is of floating point type}}
327
(void)
cabsf
(x)
[
all
...]
/bionic/libm/include/
complex.h
52
float
cabsf
(float complex);
/development/ndk/platforms/android-L/include/
complex.h
52
float
cabsf
(float complex);
/external/clang/test/CodeGen/
libcall-declarations.c
182
float
cabsf
(float _Complex);
298
F(truncl), F(cabs), F(
cabsf
), F(cabsl), F(cacos),
481
// CHECK-NOERRNO: declare float @
cabsf
(<2 x float>) [[NUW]]
570
// CHECK-ERRNO: declare float @
cabsf
(<2 x float>) [[NUW]]
/external/compiler-rt/test/builtins/Unit/
mulsc3_test.c
102
if (
cabsf
((r-z)/r) > 1.e-6)
/external/ltrace/etc/
libm.so.conf
325
float
cabsf
(float_complex);
/external/clang/lib/Headers/
tgmath.h
545
__tg_fabs(float _Complex __x) {return
cabsf
(__x);}
Completed in 191 milliseconds