OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:creall
(Results
26 - 50
of
53
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
complex.h
76
long double
creall
(long double complex) __pure2 __NDK_FPABI_MATH__;
/bionic/tests/
complex_test.cpp
202
extern "C" long double
creall
(long double _Complex);
203
TEST(complex,
creall
) {
204
ASSERT_EQ(0.0,
creall
(0));
/bionic/libm/include/
complex.h
101
long double
creall
(long double complex) __pure2;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
complex.h
97
long double __MINGW_ATTRIB_CONST
creall
(long double _Complex);
175
__CRT_INLINE long double __MINGW_ATTRIB_CONST
creall
(long double _Complex _Z)
function
/external/clang/test/CodeGen/
libcall-declarations.c
231
long double
creall
(long double _Complex);
308
F(crealf), F(
creall
), F(csin), F(csinf), F(csinl),
/bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h
312
x =
creall
(z);
/external/ltrace/etc/
libm.so.conf
118
ldouble
creall
(ldouble_complex);
/external/clang/lib/Headers/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h
1365
__tg_creal(long double _Complex __x) {return
creall
(__x);}
Completed in 788 milliseconds
1
2
3