Searched refs:t2h (Results 1 – 4 of 4) sorted by relevance
65 doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.pm $(GENTEXI)67 …$(M)makeinfo --html -I doc --no-split -D config-not-all --init-file=$(SRC_PATH)/doc/t2h.pm --outpu…69 doc/%-all.html: doc/%.texi $(SRC_PATH)/doc/t2h.pm $(GENTEXI)71 …$(M)makeinfo --html -I doc --no-split -D config-all --init-file=$(SRC_PATH)/doc/t2h.pm --output $@…73 doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)75 …$(M)texi2html -I doc -monolithic --D=config-not-all --init-file $(SRC_PATH)/doc/t2h.init --output …77 doc/%-all.html: doc/%.texi $(SRC_PATH)/doc/t2h.init $(GENTEXI)79 $(M)texi2html -I doc -monolithic --D=config-all --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
3 # This is deprecated, and the makeinfo/texi2any version is doc/t2h.pm
384 BN_ULONG t2l, t2h; in bn_div_fixed_top() local392 BN_UMULT_LOHI(t2l, t2h, d1, q); in bn_div_fixed_top()395 t2h = BN_UMULT_HIGH(d1, q); in bn_div_fixed_top()400 t2h = HBITS(d1); in bn_div_fixed_top()403 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()408 if ((t2h < rem) || ((t2h == rem) && (t2l <= n2))) in bn_div_fixed_top()415 t2h--; in bn_div_fixed_top()
22 - `doc/t2h.pm`