Home
last modified time | relevance | path

Searched refs:numterms (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c72 ptr->numterms = 0; in yasm_expr_create()
81 ptr->numterms++; in yasm_expr_create()
212 int numterms; in expr_xform_bc_dist_base() local
279 numterms = 0; in expr_xform_bc_dist_base()
284 if (e->numterms != numterms) { in expr_xform_bc_dist_base()
285 e->numterms = numterms; in expr_xform_bc_dist_base()
547 e->numterms = numterms; in expr_simplify_identity()
603 return numterms; in expr_simplify_identity()
719 if (fold_numterms < e->numterms && e->numterms > 2) in expr_level_op()
1003 n->numterms = e->numterms; in yasm_expr__copy_except()
[all …]
H A Dvalue.c164 if (e->numterms > 32) in value_finalize_scan()
170 for (i=0; i<e->numterms; i++) { in value_finalize_scan()
216 for (j=0; j<e->numterms; j++) { in value_finalize_scan()
233 if (j != e->numterms) in value_finalize_scan()
245 for (j=0; j<e->numterms; j++) { in value_finalize_scan()
312 if (j == e->numterms) in value_finalize_scan()
319 for (i=0; i<e->numterms; i++) { in value_finalize_scan()
399 e->numterms = 1; in value_finalize_scan()
428 for (i=0; i<e->numterms; i++) { in value_finalize_scan()
501 value->abs->numterms--; in yasm_value_finalize()
[all …]
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dexpr.c72 ptr->numterms = 0; in yasm_expr_create()
81 ptr->numterms++; in yasm_expr_create()
212 int numterms; in expr_xform_bc_dist_base() local
279 numterms = 0; in expr_xform_bc_dist_base()
284 if (e->numterms != numterms) { in expr_xform_bc_dist_base()
285 e->numterms = numterms; in expr_xform_bc_dist_base()
547 e->numterms = numterms; in expr_simplify_identity()
603 return numterms; in expr_simplify_identity()
719 if (fold_numterms < e->numterms && e->numterms > 2) in expr_level_op()
1003 n->numterms = e->numterms; in yasm_expr__copy_except()
[all …]
H A Dvalue.c164 if (e->numterms > 32) in value_finalize_scan()
170 for (i=0; i<e->numterms; i++) { in value_finalize_scan()
216 for (j=0; j<e->numterms; j++) { in value_finalize_scan()
233 if (j != e->numterms) in value_finalize_scan()
245 for (j=0; j<e->numterms; j++) { in value_finalize_scan()
312 if (j == e->numterms) in value_finalize_scan()
319 for (i=0; i<e->numterms; i++) { in value_finalize_scan()
399 e->numterms = 1; in value_finalize_scan()
428 for (i=0; i<e->numterms; i++) { in value_finalize_scan()
501 value->abs->numterms--; in yasm_value_finalize()
[all …]
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/selections/
H A Dbase.py113 def __init__(self, filename, mode="w", numterms=None, preamble=None, **kwargs): argument
136 if numterms is None or numterms < 0:
137 self.numterms = self.default_numterms
138 elif numterms is False:
139 self.numterms = 0
141 self.numterms = numterms
204 step = self.numterms or len(selection.atoms)
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dranksimilarity.c147 TERMID *terms, int numterms) in begin() argument
153 yaz_log(log_level, "begin() numterms=%d", numterms); in begin()
160 si->no_terms_query = numterms; in begin()
166 nmem_malloc (si->nmem, sizeof(*si->entries)*numterms); in begin()
173 for (i = 0; i < numterms; i++) in begin()
H A Drank1.c109 TERMID *terms, int numterms) in begin() argument
116 si->no_entries = numterms; in begin()
120 nmem_malloc(si->nmem, sizeof(*si->entries)*numterms); in begin()
121 for (i = 0; i < numterms; i++) in begin()
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dsearching.py496 def key_terms(self, docnums, fieldname, numterms=5, argument
529 return expander.expanded_terms(numterms, normalize=normalize)
531 def key_terms_from_text(self, fieldname, text, numterms=5, argument
542 return expander.expanded_terms(numterms, normalize=normalize)
544 def more_like(self, docnum, fieldname, text=None, top=10, numterms=5, argument
577 kts = self.key_terms_from_text(fieldname, text, numterms=numterms,
580 kts = self.key_terms([docnum], fieldname, numterms=numterms,
1247 def key_terms(self, fieldname, docs=10, numterms=5, argument
1273 return expander.expanded_terms(numterms, normalize=normalize)
1455 def more_like_this(self, fieldname, text=None, top=10, numterms=5, argument
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-input/src/main/java/de/lmu/ifi/dbs/elki/datasource/parser/
H A DTermFrequencyParser.java74 int numterms; field in TermFrequencyParser
146 curdim = numterms; in parseLineInternal()
148 ++numterms; in parseLineInternal()
174 curvec = sparsefactory.newNumberVector(values, numterms); in parseLineInternal()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32584.c53 extern int numterms ;
60 for( cell = 1 ; cell <= numcells + numterms ; cell++ ) { in sortpin()

1234