Searched defs:fdim (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfdim.c30 #pragma weak fdim = __fdim macro
33 * fdim(x,y) returns x - y if x > y, +0 if x <= y, and NaN if x and
36 * fdim(x,y) raises overflow or inexact if x > y and x - y overflows
/illumos-gate/usr/src/head/
H A Dtgmath.h94 #undef fdim macro
95 #define fdim(x, y) __tgmath_fdim(x, y) macro

Completed in 62 milliseconds