Searched defs:fmin (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libm/noieee_src/
H A Dn_fmin.c35 fmin(double x, double y) function
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Ds_fmin.c38 fmin(double x, double y) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-minmax-1.c23 DECLARE2(fmin); variable
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfstrcmp.c167 int fmin = fmid; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h136 #define fmin(x,y) __TGMATH_REAL_2(x, y, fmin) macro
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dblocksort.c78 #define fmin(a,b) ((a) < (b)) ? (a) : (b) macro
182 #undef fmin macro
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
/netbsd-6-1-5-RELEASE/include/
H A Dtgmath.h159 #define fmin(a,b) __TG_FN2(fmin, (a), (b)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Danalyze.c108 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dacpi_tz.c300 uint32_t tmp, fmin, fmax, fcurrent; local
686 ACPI_INTEGER fmin, fmax, fcurr; local

Completed in 208 milliseconds