OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crealf
(Results
51 - 73
of
73
) sorted by null
1
2
3
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/
complex.h
75
float
crealf
(float complex) __pure2 __NDK_FPABI_MATH__;
/bionic/tests/
complex_test.cpp
50
os << "(" <<
crealf
(c) << "," << cimagf(c) << "i)";
254
TEST(complex,
crealf
) {
255
ASSERT_EQ(2.0f,
crealf
(2.0f + 3.0fI));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h
74
float __MINGW_ATTRIB_CONST
crealf
(float _Complex);
149
__CRT_INLINE float __MINGW_ATTRIB_CONST
crealf
(float _Complex _Z)
function
/bionic/libc/include/
complex.h
155
float
crealf
(float complex) __INTRODUCED_IN(23);
/external/clang/test/CodeGen/
libcall-declarations.c
230
float
crealf
(float _Complex);
308
F(
crealf
), F(creall), F(csin), F(csinf), F(csinl),
513
// CHECK-NOERRNO: declare float @
crealf
(<2 x float>) [[NUW]]
602
// CHECK-ERRNO: declare float @
crealf
(<2 x float>) [[NUW]]
/external/clang/lib/Headers/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
1357
__tg_creal(float _Complex __x) {return
crealf
(__x);}
Completed in 683 milliseconds
1
2
3