/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_creall.c | 32 creall(long double complex z) function
|
s_conjl.c | 37 return (CMPLXL(creall(z), -cimagl(z)));
|
s_cargl.c | 37 return (atan2l(cimagl(z), creall(z)));
|
w_cabsl.c | 19 return hypotl(creall(z), cimagl(z));
|
s_cprojl.c | 39 if (!isinf(creall(z)) && !isinf(cimagl(z)))
|
s_csqrtl.c | 56 a = creall(z);
|
/external/clang/test/CodeGen/ |
libcalls-complex.c | 6 extern long double creall(long double _Complex); 19 return creall(z); 20 // CHECK-NO-NOT: call x86_fp80 @creall 21 // CHECK-YES: call x86_fp80 @creall
|
ppc64-complex-parms.c | 5 long double creall(_Complex long double); 20 return creall(x);
|
ppc64-complex-return.c | 6 long double creall(_Complex long double); 75 return creall(foo_long_double(2.0L - 2.5Li));
|
complex-builtints.c | 13 extern long double creall (long double _Complex);
|
/external/compiler-rt/test/builtins/Unit/ |
divtc3_test.c | 32 if (isinf(creall(x)) || isinf(cimagl(x))) 34 if (isnan(creall(x)) && isnan(cimagl(x))) 36 if (isnan(creall(x))) 44 if (creall(x) == 0) 55 // a, b, c, d, creall(r), cimagl(r));
|
divxc3_test.c | 33 if (isinf(creall(x)) || isinf(cimagl(x))) 35 if (isnan(creall(x)) && isnan(cimagl(x))) 37 if (isnan(creall(x))) 45 if (creall(x) == 0) 56 // a, b, c, d, creall(r), cimagl(r));
|
multc3_test.c | 34 if (isinf(creall(x)) || isinf(cimagl(x))) 36 if (isnan(creall(x)) && isnan(cimagl(x))) 38 if (isnan(creall(x))) 46 if (creall(x) == 0) 57 // a, b, c, d, creall(r), cimagl(r));
|
mulxc3_test.c | 33 if (isinf(creall(x)) || isinf(cimagl(x))) 35 if (isnan(creall(x)) && isnan(cimagl(x))) 37 if (isnan(creall(x))) 45 if (creall(x) == 0) 56 // a, b, c, d, creall(r), cimagl(r));
|
/development/ndk/platforms/android-21/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/ |
complex.h | 76 long double creall(long double complex) __pure2 __NDK_FPABI_MATH__;
|