HomeSort by: relevance | last modified time | path
    Searched refs:cabs (Results 1 - 15 of 15) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
d_c99_complex_num.c 6 double cabs(double _Complex);
8 double cabs(double _Complex foo) function in typeref:typename:double
  /src/lib/libm/compat/
compat_cabs.c 2 * cabs() wrapper for hypot().
21 double cabs(struct complex);
22 __warn_references(cabs, "warning: reference to compatibility cabs()")
25 cabs(struct complex z)
  /src/lib/libm/complex/
cabs.c 1 /* $NetBSD: cabs.c,v 1.1 2007/08/20 16:01:30 drochner Exp $ */
13 cabs(double complex z) function in typeref:typename:double
clog.c 42 rr = cabs(z);
cpow.c 44 absa = cabs(a);
csqrt.c 89 r = cabs(w);
  /src/include/
complex.h 93 /* 7.3.8.1 The cabs functions */
95 /* avoid conflict with historical cabs(struct complex) */
96 double cabs(double complex) __RENAME(__c99_cabs);
tgmath.h 147 #define fabs(a) __TG_COMPLEX1((a), cabs, fabs)
  /src/lib/libm/noieee_src/
n_cabs.c 32 static char sccsid[] = "@(#)cabs.c 8.1 (Berkeley) 6/4/93";
157 /* CABS(Z)
167 * cabs(z) = hypot(x,y) .
173 cabs(z) function
186 /* A faster but less accurate version of cabs(x,y) */
  /src/sys/external/bsd/compiler_rt/dist/test/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)
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
divdc3_test.c 103 if (cabs((r-z)/r) > 1.e-6)
divxc3_test.c 105 if (cabs((r - z)/r) > 1.e-6)
  /src/lib/libm/
Makefile 399 # XXX our compatibility cabs() is different!
400 COPTS.compat_cabs.c= ${${ACTIVE_CC} == "gcc":? -fno-builtin-cabs :}

Completed in 20 milliseconds