Searched refs:spread (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A Ds_fmal.c174 int spread; local
194 spread = ex + ey - ez;
201 if (spread < -LDBL_MANT_DIG) {
225 if (spread <= LDBL_MANT_DIG * 2)
226 zs = ldexpl(zs, -spread);
245 spread = ex + ey;
254 return (xy.hi + vzs + ldexpl(xy.lo, spread));
266 return (ldexpl(r.hi + adj, spread));
270 if (spread + ilogbl(r.hi) > -16383)
271 return (ldexpl(r.hi + adj, spread));
[all...]
H A Ds_fma.c186 int spread; local
206 spread = ex + ey - ez;
213 if (spread < -DBL_MANT_DIG) {
237 if (spread <= DBL_MANT_DIG * 2)
238 zs = ldexp(zs, -spread);
257 spread = ex + ey;
266 return (xy.hi + vzs + ldexp(xy.lo, spread));
278 return (ldexp(r.hi + adj, spread));
282 if (spread + ilogb(r.hi) > -1023)
283 return (ldexp(r.hi + adj, spread));
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp170 int spread = (int)left->getDepth() - (int)right->getDepth(); local
171 if (std::abs(spread) > MaxReorderWindow) {
181 int spread = (int)left->getHeight() - (int)right->getHeight(); local
182 if (std::abs(spread) > MaxReorderWindow)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2777 int spread = (int)left->getDepth() - (int)right->getDepth();
2778 if (std::abs(spread) > MaxReorderWindow) {
2787 int spread = (int)left->getHeight() - (int)right->getHeight();
2788 if (std::abs(spread) > MaxReorderWindow)
/freebsd-12-stable/stand/lua/
H A Dcore.lua75 -- loader.lua_path export has sufficiently spread.
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex87 variety of hacks spread across the kernel to deal with the lack of
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex194 wide-spread wrap-around
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex193 wide-spread wrap-around

Completed in 190 milliseconds