Searched refs:nearest (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/sys/arm/freescale/imx/
H A Dimx6_anatop.c237 int d, diff, i, nearest; local
243 nearest = 0;
248 nearest = i;
251 return (&imx6_oppt_table[nearest]);
/freebsd-10.1-release/lib/libc/mips/gen/
H A Dldexp.S172 bne t8, zero, 1f # round result to nearest
192 bne t8, zero, 1f # round result to nearest
/freebsd-10.1-release/sys/mips/mips/
H A Dfp.S1508 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1529 and t2, t2, ~1 # clear LSB (round to nearest)
1731 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1756 and t2, t2, ~1 # clear LSB (round to nearest)
1794 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1842 beq v0, MIPS_FPU_ROUND_RN, inexact_nobias_s # round to nearest
1863 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1882 and t2, t2, ~1 # clear LSB (round to nearest)
1977 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
2006 and t3, t3, ~1 # clear LSB (round to nearest)
[all...]
/freebsd-10.1-release/contrib/texinfo/info/
H A Dsession.c1990 /* Return a pointer to the xref in XREF_LIST that is nearest to POS, or
1993 nearest beginning or end. If there are two that are equidistant,
2009 int nearest = -1;
2018 nearest = this_xref;
2034 nearest = this_xref;
2040 if (nearest < 0)
2043 /* Ok, we have a nearest xref, make a list of it. */
2046 ret[0] = info_copy_reference (xref_list[nearest]);
2005 int nearest = -1; local
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql246 'local_relpath', but rather to the depth of the nearest tree change that

Completed in 203 milliseconds