Searched refs:fdim (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fdim.c | 30 #pragma weak fdim = __fdim macro
|
/illumos-gate/usr/src/head/ |
H A D | tgmath.h | 94 #undef fdim 95 #define fdim(x, y) __tgmath_fdim(x, y) macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | math_c99.h | 249 extern double fdim(double, double); 405 #pragma does_not_read_global_data(fdim, fmax, fmin, fma) 412 #pragma does_not_write_global_data(fdim, fmax, fmin, fma) 488 #pragma no_side_effect(fdim, fmax, fmin, fma)
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | libm_protos.h | 82 extern double fdim __P((double, double));
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | math.tab | 22 f 2 fdim
|
/illumos-gate/usr/src/man/man3m/ |
H A D | Makefile | 59 fdim.3m \ 410 fdimf.3m := LINKSRC = fdim.3m 411 fdiml.3m := LINKSRC = fdim.3m
|
/illumos-gate/usr/src/boot/include/ |
H A D | math.h | 308 double fdim(double, double);
|
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/ |
H A D | math | 115 "\002fdim", (Math_f)(uintptr_t)fdiml,
|
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/ |
H A D | math | 115 "\002fdim", (Math_f)(uintptr_t)fdiml,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/ |
H A D | math | 115 "\002fdim", (Math_f)(uintptr_t)fdiml,
|
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/ |
H A D | math | 115 "\002fdim", (Math_f)(uintptr_t)fdiml,
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library-math.man3m.inc | 135 file path=usr/share/man/man3m/fdim.3m 136 link path=usr/share/man/man3m/fdimf.3m target=fdim.3m 137 link path=usr/share/man/man3m/fdiml.3m target=fdim.3m
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 60 fdim.o \ 844 ../common/m9x/fdim.c \
|
/illumos-gate/usr/src/lib/libm/common/ |
H A D | mapfile-vers | 437 fdim;
|