/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_conjl.c | 34 conjl(long double complex z) function
|
/external/clang/test/CodeGen/ |
complex-builtints.c | 9 extern long double _Complex conjl (long double _Complex);
|
libcall-declarations.c | 219 long double _Complex conjl(long double _Complex); 305 F(cimagf), F(cimagl), F(conj), F(conjf), F(conjl),
|
/bionic/tests/ |
complex_test.cpp | 230 TEST(COMPLEX_TEST, conjl) { 231 ASSERT_EQ(0.0, conjl(0));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
complex.h | 101 long double _Complex __MINGW_ATTRIB_CONST conjl (long double _Complex); 185 __CRT_INLINE long double _Complex __MINGW_ATTRIB_CONST conjl (long double _Complex _Z) function
|
/bionic/libc/include/ |
complex.h | 148 long double complex conjl(long double complex __z) __RENAME_LDBL(conj, 23, 23);
|
/bionic/tests/headers/posix/ |
complex_h.c | 108 FUNCTION(conjl, long double complex (*f)(long double complex));
|
/external/clang/lib/Headers/ |
tgmath.h | 1307 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 1307 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/ |
tgmath.h | 1307 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
tgmath.h | 1307 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/ |
tgmath.h | 1307 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/ |
tgmath.h | 1316 __tg_conj(long double _Complex __x) {return conjl(__x);}
|