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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp136 std::string nearest; local
137 if (findNearest(arg->getAsString(args), nearest) > 1)
141 "', did you mean '" + nearest + "'");
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c258 int d, diff, i, nearest; local
264 nearest = 0;
269 nearest = i;
272 return (&imx6_oppt_table[nearest]);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp847 std::string nearest; local
848 if (table.findNearest(arg->getAsString(args), nearest) > 1)
852 "', did you mean '" + nearest + "'");
H A DDriver.cpp253 std::string nearest;
254 if (COFFOptTable().findNearest(pathStr, nearest) > 1)
257 error(msg + "; did you mean '" + nearest + "'");
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S1510 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1531 and t2, t2, ~1 # clear LSB (round to nearest)
1733 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1758 and t2, t2, ~1 # clear LSB (round to nearest)
1796 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1844 beq v0, MIPS_FPU_ROUND_RN, inexact_nobias_s # round to nearest
1865 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
1884 and t2, t2, ~1 # clear LSB (round to nearest)
1979 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest
2008 and t3, t3, ~1 # clear LSB (round to nearest)
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql241 'local_relpath', but rather to the depth of the nearest tree change that

Completed in 90 milliseconds