OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cabsf
(Results
1 - 25
of
162
) sorted by null
1
2
3
4
5
6
7
/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/
libm.arm64.map
30
cabsf
;
libm.mips.map
30
cabsf
;
libm.mips64.map
30
cabsf
;
libm.x86.map
30
cabsf
;
libm.x86_64.map
30
cabsf
;
/development/ndk/platforms/android-23/arch-arm/symbols/
libm.so.functions.txt
26
cabsf
libm.so.versions.txt
30
cabsf
;
/development/ndk/platforms/android-23/arch-arm64/symbols/
libm.so.functions.txt
26
cabsf
libm.so.versions.txt
30
cabsf
;
/development/ndk/platforms/android-23/arch-mips/symbols/
libm.so.functions.txt
26
cabsf
libm.so.versions.txt
30
cabsf
;
/development/ndk/platforms/android-23/arch-mips64/symbols/
libm.so.functions.txt
26
cabsf
libm.so.versions.txt
30
cabsf
;
/development/ndk/platforms/android-23/arch-x86/symbols/
libm.so.functions.txt
26
cabsf
libm.so.versions.txt
30
cabsf
;
/development/ndk/platforms/android-23/arch-x86_64/symbols/
libm.so.functions.txt
26
cabsf
libm.so.versions.txt
30
cabsf
;
/bionic/tests/
complex_test.cpp
32
extern "C" float
cabsf
(float _Complex);
33
TEST(complex,
cabsf
) {
34
ASSERT_EQ(0.0,
cabsf
(0));
/bionic/libc/tools/
symbols.py
34
# 264: 0001623c 4 FUNC GLOBAL DEFAULT 8
cabsf
check-symbols.py
48
# 264: 0001623c 4 FUNC GLOBAL DEFAULT 8
cabsf
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h
77
float __MINGW_ATTRIB_CONST
cabsf
(float _Complex);
169
__CRT_INLINE float __MINGW_ATTRIB_CONST
cabsf
(float _Complex _Z)
function
/bionic/libm/include/
complex.h
65
float
cabsf
(float complex);
Completed in 2559 milliseconds
1
2
3
4
5
6
7