Home
last modified time | relevance | path

Searched refs:expand1 (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowlib/src/
H A Dcow_uri_template.erl124 expand1(URITemplate, Vars).
126 expand1([], _) -> function
128 expand1([Literal|Tail], Vars) when is_binary(Literal) -> function
129 [Literal|expand1(Tail, Vars)];
131 [simple_string_expansion(VarList, Vars)|expand1(Tail, Vars)];
132 expand1([{expr, reserved_expansion, VarList}|Tail], Vars) -> function
133 [reserved_expansion(VarList, Vars)|expand1(Tail, Vars)];
134 expand1([{expr, fragment_expansion, VarList}|Tail], Vars) -> function
135 [fragment_expansion(VarList, Vars)|expand1(Tail, Vars)];
138 expand1([{expr, path_segment_expansion, VarList}|Tail], Vars) -> function
[all …]
/dports/databases/fastdb/fastdb/GiST/RTree/
H A DRTnode.cpp19 RTkey cover1, cover2, *expand1, *expand2; in PickSplit() local
60 expand1 = cover1.expand(tmpentry1->bbox()); in PickSplit()
62 if (expand2->area() > expand1->area()) in PickSplit()
66 delete expand1; in PickSplit()
/dports/databases/gigabase/gigabase/GiST/RTree/
H A DRTnode.cpp19 RTkey cover1, cover2, *expand1, *expand2; in PickSplit() local
60 expand1 = cover1.expand(tmpentry1->bbox()); in PickSplit()
62 if (expand2->area() > expand1->area()) in PickSplit()
66 delete expand1; in PickSplit()
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/lark/
H A Dgrammar.py54 …def __init__(self, keep_all_tokens=False, expand1=False, priority=None, template_source=None, empt… argument
56 self.expand1 = expand1
64 self.expand1,
/dports/devel/py-lark-parser/lark-parser-0.12.0/lark/
H A Dgrammar.py52 …def __init__(self, keep_all_tokens=False, expand1=False, priority=None, template_source=None, empt… argument
54 self.expand1 = expand1
62 self.expand1,
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Ds2636_vidhrdw.c131 int expand1 = 1 << (16+((workram[0xC0]>>(first<<1)) & 3)); in SpriteCheck() local
145 expand1,expand1); in SpriteCheck()
201 expand1,expand1); in SpriteCheck()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Ds2636_vidhrdw.c131 int expand1 = 1 << (16+((workram[0xC0]>>(first<<1)) & 3)); in SpriteCheck() local
145 expand1,expand1); in SpriteCheck()
201 expand1,expand1); in SpriteCheck()
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DOrdvArith.H197 std::vector<OrdvElem> expand1(myNumIndets); in myMul()
199 myDecompress(expand1, ordv1, myNumIndets); in myMul()
203 CoCoA_ASSERT("Exponent Overflow" && expand1[i] <= myOrdvMask-expand2[i]); in myMul()
215 std::vector<OrdvElem> expand1(myNumIndets); in myDiv()
217 myDecompress(expand1, ordv1, myNumIndets); in myDiv()
221 CoCoA_ASSERT("Exponent Underflow" && expand1[i] >= expand2[i]); in myDiv()
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DOrdvArith.H197 std::vector<OrdvElem> expand1(myNumIndets); in myMul()
199 myDecompress(expand1, ordv1, myNumIndets); in myMul()
203 CoCoA_ASSERT("Exponent Overflow" && expand1[i] <= myOrdvMask-expand2[i]); in myMul()
215 std::vector<OrdvElem> expand1(myNumIndets); in myDiv()
217 myDecompress(expand1, ordv1, myNumIndets); in myDiv()
221 CoCoA_ASSERT("Exponent Underflow" && expand1[i] >= expand2[i]); in myDiv()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dinputrec.cpp1210 const t_expanded* expand1, in cmp_expandedvals() argument
1231 cmp_int(fp, "inputrec->expandedvals->lmc-forced-nstart", -1, expand1->lmc_forced_nstart, in cmp_expandedvals()
1235 expand1->equil_n_at_lam, expand2->equil_n_at_lam); in cmp_expandedvals()
1238 cmp_int(fp, "inputrec->expandedvals->weight-equil-number-steps", -1, expand1->equil_steps, in cmp_expandedvals()
1240 cmp_real(fp, "inputrec->expandedvals->weight-equil-wl-delta", -1, expand1->equil_wl_delta, in cmp_expandedvals()
1242 cmp_real(fp, "inputrec->expandedvals->weight-equil-count-ratio", -1, expand1->equil_ratio, in cmp_expandedvals()
1245 expand1->bSymmetrizedTMatrix, expand2->bSymmetrizedTMatrix); in cmp_expandedvals()
1246 cmp_int(fp, "inputrec->expandedvals->nstTij", -1, expand1->nstTij, expand2->nstTij); in cmp_expandedvals()
1247 cmp_int(fp, "inputrec->expandedvals->mininum-var-min", -1, expand1->minvarmin, in cmp_expandedvals()
1251 cmp_real(fp, "inputrec->expandedvals->init-wl-delta", -1, expand1->init_wl_delta, in cmp_expandedvals()
[all …]
/dports/math/symengine/symengine-0.8.1/benchmarks/
H A Dbench.cpp15 void expand1(benchmark::State &state) in expand1() function
52 BENCHMARK(expand1)->RangeMultiplier(2)->Range(2, 64)->Complexity();
/dports/math/symengine/symengine-0.8.1/bin/
H A Dtest_travis.sh208 ${CXX} -std=c++0x $compile_flags expand1.cpp -o expand1 $link_flags
210 ./expand1
/dports/sysutils/py-tmuxp/tmuxp-1.9.3/tests/fixtures/config/
H A D__init__.py2 expand1,
/dports/devel/py-opengrok-tools/opengrok-1.3.16/testdata/repositories/bitkeeper/BitKeeper/etc/
H A Dconfig93 # files. The values are 'sccs' or 'rcs', with an optional ', expand1'
94 # (i.e., 'sccs, expand1' or 'rcs, expand1').
96 # The 'expand1' says "expand only the first line found containing keywords"
/dports/devel/py-lark-parser/lark-parser-0.12.0/lark-stubs/
H A Dgrammar.pyi6 expand1: bool
/dports/shells/es/es-0.9-beta1/
H A Dglob.c177 List *result, **prevp, *expand1; in glob0() local
184 || (expand1 = glob1(str, quote->str)) == NULL in glob0()
189 *prevp = sortlist(expand1); in glob0()
/dports/misc/libcomps/libcomps-0.1.17/libcomps/src/
H A Dcomps_log_codes.c20 expand1(str, fmt, args, out); in expand()
/dports/sysutils/py-tmuxp/tmuxp-1.9.3/tests/
H A Dtest_config.py82 test_config = config.expand(fixtures.expand1.before_config)
83 assert test_config == fixtures.expand1.after_config
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_47/proc_macro/bridge/
H A Dclient.rs406 pub fn expand1(f: fn(CrateTokenStream) -> CrateTokenStream) -> Self { in expand1() method
471 ProcMacro::CustomDerive { trait_name, attributes, client: Client::expand1(expand) } in custom_derive()
482 ProcMacro::Bang { name, client: Client::expand1(expand) } in bang()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_55/proc_macro/bridge/
H A Dclient.rs406 pub fn expand1(f: fn(CrateTokenStream) -> CrateTokenStream) -> Self { in expand1() method
471 ProcMacro::CustomDerive { trait_name, attributes, client: Client::expand1(expand) } in custom_derive()
482 ProcMacro::Bang { name, client: Client::expand1(expand) } in bang()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_47/proc_macro/bridge/
H A Dclient.rs406 pub fn expand1(f: fn(CrateTokenStream) -> CrateTokenStream) -> Self { in expand1() method
471 ProcMacro::CustomDerive { trait_name, attributes, client: Client::expand1(expand) } in custom_derive()
482 ProcMacro::Bang { name, client: Client::expand1(expand) } in bang()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_55/proc_macro/bridge/
H A Dclient.rs406 pub fn expand1(f: fn(CrateTokenStream) -> CrateTokenStream) -> Self { in expand1() method
471 ProcMacro::CustomDerive { trait_name, attributes, client: Client::expand1(expand) } in custom_derive()
482 ProcMacro::Bang { name, client: Client::expand1(expand) } in bang()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/
H A Dclient.rs400 pub fn expand1(f: fn(super::super::TokenStream) -> super::super::TokenStream) -> Self { in expand1() method
466 ProcMacro::CustomDerive { trait_name, attributes, client: Client::expand1(expand) } in custom_derive()
483 ProcMacro::Bang { name, client: Client::expand1(expand) } in bang()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_srv/src/abis/abi_1_58/proc_macro/bridge/
H A Dclient.rs400 pub fn expand1(f: fn(super::super::TokenStream) -> super::super::TokenStream) -> Self { in expand1() method
466 ProcMacro::CustomDerive { trait_name, attributes, client: Client::expand1(expand) } in custom_derive()
483 ProcMacro::Bang { name, client: Client::expand1(expand) } in bang()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_srv/src/abis/abi_1_56/proc_macro/bridge/
H A Dclient.rs400 pub fn expand1(f: fn(super::super::TokenStream) -> super::super::TokenStream) -> Self { in expand1() method
466 ProcMacro::CustomDerive { trait_name, attributes, client: Client::expand1(expand) } in custom_derive()
483 ProcMacro::Bang { name, client: Client::expand1(expand) } in bang()

12345678910>>...15