Home
last modified time | relevance | path

Searched refs:hidx (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtree-chrec.c421 HOST_WIDE_INT hidx, hnum, hdenom, hres, hdum; in tree_fold_binomial() local
447 hidx = hnum - 1; in tree_fold_binomial()
452 hidx = hnum; in tree_fold_binomial()
457 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum)) in tree_fold_binomial()
465 hidx--; in tree_fold_binomial()
472 if (mul_double (lnum, hnum, lidx, hidx, &lnum, &hnum)) in tree_fold_binomial()
/freebsd-10-stable/sys/dev/vte/
Dif_vtereg.h301 uint16_t hidx; member