Searched refs:cabs (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/Sema/ |
D | warn-absolute-value.c | 13 double cabs(double _Complex); 38 (void)cabs(x); in test_int() 100 (void)cabs(x); in test_long() 169 (void)cabs(x); in test_long_long() 237 (void)cabs(x); in test_float() 302 (void)cabs(x); in test_double() 373 (void)cabs(x); in test_long_double() 447 (void)cabs(x); in test_complex_float() 512 (void)cabs(x); in test_complex_double() 580 (void)cabs(x); in test_complex_long_double() [all …]
|
D | typo-correction.c | 48 extern double cabs(_Complex double z); 50 cabs(errij); // expected-error {{use of undeclared identifier 'errij'}} in fn1()
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 14 double cabs(double _Complex); 59 (void)cabs(x); in test_int() 123 (void)cabs(x); in test_long() 194 (void)cabs(x); in test_long_long() 264 (void)cabs(x); in test_float() 331 (void)cabs(x); in test_double() 404 (void)cabs(x); in test_long_double() 478 (void)cabs(x); in test_complex_float() 543 (void)cabs(x); in test_complex_double() 611 (void)cabs(x); in test_complex_long_double() [all …]
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 181 double cabs(double _Complex); 298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
|
/external/compiler-rt/test/builtins/Unit/ |
D | divxc3_test.c | 105 if (cabs((r - z)/r) > 1.e-6) in test__divxc3()
|
D | divdc3_test.c | 103 if (cabs((r-z)/r) > 1.e-6) in test__divdc3()
|
/external/ImageMagick/MagickCore/ |
D | fourier.c | 71 #define cabs(z) (sqrt(z[0]*z[0]+z[1]*z[1])) macro 815 magnitude_pixels[i]=cabs(forward_pixels[i]); in ForwardFourierTransform()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 549 __tg_fabs(double _Complex __x) {return cabs(__x);} in __tg_fabs()
|
/external/ImageMagick/config/ |
D | config.h.in | 97 /* Define to 1 if you have the `cabs' function. */
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1121 LIBBUILTIN(cabs, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
|
/external/python/cpython2/Lib/test/ |
D | cmath_testcases.txt | 2322 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1403 fun:cabs=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 1219 AC_CHECK_FUNCS([acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r …
|
D | configure | 27862 for ac_func in acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r d…
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|