Home
last modified time | relevance | path

Searched refs:fdim (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfdim.c30 #pragma weak fdim = __fdim macro
/illumos-gate/usr/src/head/
H A Dtgmath.h94 #undef fdim
95 #define fdim(x, y) __tgmath_fdim(x, y) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h249 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 Dlibm_protos.h82 extern double fdim __P((double, double));
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab22 f 2 fdim
/illumos-gate/usr/src/man/man3m/
H A DMakefile59 fdim.3m \
410 fdimf.3m := LINKSRC = fdim.3m
411 fdiml.3m := LINKSRC = fdim.3m
/illumos-gate/usr/src/boot/include/
H A Dmath.h308 double fdim(double, double);
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dmath115 "\002fdim", (Math_f)(uintptr_t)fdiml,
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dmath115 "\002fdim", (Math_f)(uintptr_t)fdiml,
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dmath115 "\002fdim", (Math_f)(uintptr_t)fdiml,
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dmath115 "\002fdim", (Math_f)(uintptr_t)fdiml,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-math.man3m.inc135 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 DMakefile.com60 fdim.o \
844 ../common/m9x/fdim.c \
/illumos-gate/usr/src/lib/libm/common/
H A Dmapfile-vers437 fdim;