Home
last modified time | relevance | path

Searched refs:vtop (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Objects/
Dlongobject.c2083 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2149 vtop = vk[size_w]; in x_divrem()
2150 assert(vtop <= wm1); in x_divrem()
2151 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem()
2176 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2177 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/external/python/cpython3/Objects/
Dlongobject.c2616 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2682 vtop = vk[size_w]; in x_divrem()
2683 assert(vtop <= wm1); in x_divrem()
2684 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem()
2709 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2710 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/external/e2fsprogs/doc/
Dtexinfo.tex310 \vtop to0pt{%
673 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
697 \setbox\groupbox = \vtop\bgroup
707 % The \vtop produces a box with normal height and large depth; thus, TeX puts
716 \egroup % End the \vtop.
750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
768 \vtop to #1\mil{\strut\vfil}%
825 \vtop to \strutdepth{%
1833 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
2839 % \vtop will set a single line and will also let text wrap and
[all …]
/external/e2fsprogs/lib/et/
Dtexinfo.tex310 \vtop to0pt{%
673 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
697 \setbox\groupbox = \vtop\bgroup
707 % The \vtop produces a box with normal height and large depth; thus, TeX puts
716 \egroup % End the \vtop.
750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
768 \vtop to #1\mil{\strut\vfil}%
825 \vtop to \strutdepth{%
1833 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
2839 % \vtop will set a single line and will also let text wrap and
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dtexinfo.tex350 \vtop to0pt{%
633 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
657 \setbox\groupbox = \vtop\bgroup
667 % The \vtop produces a box with normal height and large depth; thus, TeX puts
676 \egroup % End the \vtop.
719 \vtop to #1\mil{\strut\vfil}%
776 \vtop to \strutdepth{%
2736 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
3037 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
3955 % \vtop will set a single line and will also let text wrap and
[all …]
/external/libffi/
Dtexinfo.tex350 \vtop to0pt{%
633 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
657 \setbox\groupbox = \vtop\bgroup
667 % The \vtop produces a box with normal height and large depth; thus, TeX puts
676 \egroup % End the \vtop.
719 \vtop to #1\mil{\strut\vfil}%
776 \vtop to \strutdepth{%
2736 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
3037 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
3955 % \vtop will set a single line and will also let text wrap and
[all …]