HomeSort by relevance Sort by last modified time
    Searched refs:cabs (Results 1 - 11 of 11) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabs.c 2 * cabs() wrapper for hypot().
16 cabs(double complex z) function
22 __weak_reference(cabs, cabsl);
  /external/clang/test/Sema/
warn-absolute-value.c 13 double cabs(double _Complex);
38 (void)cabs(x);
39 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
100 (void)cabs(x);
101 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
169 (void)cabs(x);
170 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
237 (void)cabs(x);
238 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of floating point type}}
302 (void)cabs(x)
    [all...]
  /external/clang/test/SemaCXX/
warn-absolute-value.cpp 14 double cabs(double _Complex);
59 (void)cabs(x);
60 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
123 (void)cabs(x);
124 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
194 (void)cabs(x);
195 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of integer type}}
264 (void)cabs(x);
265 // expected-warning@-1 {{using complex absolute value function 'cabs' when argument is of floating point type}}
331 (void)cabs(x)
    [all...]
  /bionic/libm/include/
complex.h 51 double cabs(double complex);
  /development/ndk/platforms/android-L/include/
complex.h 51 double cabs(double complex);
  /external/clang/test/CodeGen/
libcall-declarations.c 181 double cabs(double _Complex);
298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
480 // CHECK-NOERRNO: declare double @cabs(double, double) [[NUW]]
569 // CHECK-ERRNO: declare double @cabs(double, double) [[NUW]]
  /external/compiler-rt/test/builtins/Unit/
divdc3_test.c 102 if (cabs((r-z)/r) > 1.e-6)
divtc3_test.c 106 if (cabs((r - z)/r) > 1.e-6)
divxc3_test.c 105 if (cabs((r - z)/r) > 1.e-6)
  /external/ltrace/etc/
libm.so.conf 324 double cabs(double_complex);
  /external/clang/lib/Headers/
tgmath.h 549 __tg_fabs(double _Complex __x) {return cabs(__x);}

Completed in 116 milliseconds