Searched refs:fmax (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_fmax.c35 fmax(double x, double y) function
H A Dmath.h270 double fmax(double, double) __pure2;
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c28 * Tests for fmax{,f,l}() and fmin{,f,l}.
89 TEST(fmax, double, big, small, expected_max);
90 TEST(fmax, double, small, big, expected_max);
104 * Test all the functions: fmaxf, fmax, fmaxl, fminf, fmin, and fminl,
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkerr.pl67 $fmax{$1} = 99;
206 if($code > $fmax{$lib}) {
207 $fmax{$lib} = $code;
216 if (defined($fmax{$lib})) {
217 print STDERR "Max function code fmax" . "{" . "$lib" . "} = $fmax{$lib}\n";
410 $findcode = $fmax{$lib};
/freebsd-9.3-release/lib/msun/
H A DMakefile133 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
170 MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
171 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
H A DSymbol.map106 fmax;
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h62 using std::tr1::fmax;
/freebsd-9.3-release/contrib/cvs/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
126 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
127 for (d = fmax; d >= fmin; d -= 2)
169 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
194 for (d = fmax; d >= fmin; d -= 2)
275 for (d = fmax; d >= fmin; d -= 2)
/freebsd-9.3-release/contrib/diff/src/
H A Danalyze.c103 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
119 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
120 for (d = fmax; d >= fmin; d -= 2)
162 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
186 for (d = fmax; d >= fmin; d -= 2)
267 for (d = fmax; d >= fmin; d -= 2)
/freebsd-9.3-release/include/
H A Dtgmath.h173 #define fmax(x, y) __tg_simple2(x, y, fmax) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c118 TGMACRO_REAL_REAL(fmax)
511 PRINT("fmax",
512 PASS_REAL_REAL_ARG_REAL_RET(fmax));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dlfpfunc.c289 return fmax(ldexp(1.0, -31), ldexp(fabs(d), -53));
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_drv.h687 u8 fmax; member in struct:drm_i915_private
H A Di915_dma.c45 * - dev_priv->fmax
1998 if (dev_priv->max_delay > dev_priv->fmax)
H A Dintel_display.c8126 u8 fmax, fmin, fstart, vstart; local
8143 fmax = (rgvmodectl & MEMMODE_FMAX_MASK) >> MEMMODE_FMAX_SHIFT;
8151 dev_priv->fmax = fmax; /* IPS callback will increase this */
8158 DRM_DEBUG("fmax: %d, fmin: %d, fstart: %d\n",
8159 fmax, fmin, fstart);
/freebsd-9.3-release/contrib/binutils/opcodes/
H A DMakefile.am535 stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure31002 fmax(0.0, 0.0);
[all...]

Completed in 452 milliseconds