Home
last modified time | relevance | path

Searched refs:cabs (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Sema/
Dwarn-absolute-value.c13 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 …]
Dtypo-correction.c48 extern double cabs(_Complex double z);
50 cabs(errij); // expected-error {{use of undeclared identifier 'errij'}} in fn1()
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp14 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/
Dlibcall-declarations.c181 double cabs(double _Complex);
298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
/external/compiler-rt/test/builtins/Unit/
Ddivxc3_test.c105 if (cabs((r - z)/r) > 1.e-6) in test__divxc3()
Ddivdc3_test.c103 if (cabs((r-z)/r) > 1.e-6) in test__divdc3()
/external/ImageMagick/MagickCore/
Dfourier.c71 #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/
Dtgmath.h549 __tg_fabs(double _Complex __x) {return cabs(__x);} in __tg_fabs()
/external/ImageMagick/config/
Dconfig.h.in97 /* Define to 1 if you have the `cabs' function. */
/external/clang/include/clang/Basic/
DBuiltins.def1121 LIBBUILTIN(cabs, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt2322 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1403 fun:cabs=uninstrumented
/external/ImageMagick/
Dconfigure.ac1219 AC_CHECK_FUNCS([acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r …
Dconfigure27862 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/
Denglish.gz