Home
last modified time | relevance | path

Searched refs:states1 (Results 1 – 25 of 84) sorted by relevance

1234

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/examples/reactors/
H A Dpiston.py56 states1 = ct.SolutionArray(r1.thermo, extra=['t', 'volume']) variable
66 states1.append(r1.thermo.state, t=1000*time, volume=r1.volume)
73 plt.plot(states1.t, states1.T, '-', states2.t, states2.T, 'r-')
77 plt.plot(states1.t, states1.volume, '-', states2.t, states2.volume, 'r-',
78 states1.t, states1.volume + states2.volume, 'g-')
86 plt.plot(states1.t, states1('H2').X)
H A Dreactor2.py66 states1 = ct.SolutionArray(ar, extra=['t', 'V']) variable
73 states1.append(r1.thermo.state, t=time, V=r1.volume)
95 h = plt.plot(states1.t, states1.T, 'g-', states2.t, states2.T, 'b-')
101 plt.plot(states1.t, states1.P / 1e5, 'g-', states2.t, states2.P / 1e5, 'b-')
107 plt.plot(states1.t, states1.V, 'g-', states2.t, states2.V, 'b-')
H A Dpfr.py60 states1 = ct.SolutionArray(r1.thermo) variable
67 states1.append(r1.thermo.state)
144 plt.plot(z1, states1.T, label='Lagrangian Particle')
153 plt.plot(t1, states1.X[:, gas1.species_index('H2')], label='Lagrangian Particle')
/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DTag.cc37 tagStateEqual(ExceptionStateSet *states1,
545 ExceptionStateSet *states1 = tag1->states(); in tagStateCmp() local
547 bool states_null1 = (states1 == nullptr || states1->empty()); in tagStateCmp()
559 size_t state_size1 = states1->size(); in tagStateCmp()
566 ExceptionStateSet::Iterator state_iter1(states1); in tagStateCmp()
588 tagStateEqual(ExceptionStateSet *states1, in tagStateEqual() argument
591 bool states_null1 = (states1 == nullptr || states1->empty()); in tagStateEqual()
598 size_t state_size1 = states1->size(); in tagStateEqual()
601 ExceptionStateSet::Iterator state_iter1(states1); in tagStateEqual()
621 ExceptionStateSet *states1 = tag1->states(); in tagStateEqualCrpr() local
[all …]
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/tests/unittest/
H A Dtest_lstmpcellwithclip.py33 states1 = mx.random.uniform(shape=(5, 30))
35 states.append(states1)
/dports/audio/vo-aacenc/vo-aacenc-0.1.3/aacenc/src/
H A Dblock_switch.c287 Word32 states0, states1;
292 states1 = blockSwitchingControl->iirStates[1];
308 accu2 = fixmul( Coeff0, states1 );
313 states1 = out;
326 blockSwitchingControl->iirStates[1] = states1;
/dports/audio/vo-aacenc/vo-aacenc-0.1.3/aacenc/src/asm/ARMV5E/
H A DCalcWindowEnergy_v5.s35 ldr r11, [r0, #172] @ states1 = blockSwitchingControl->iirStates[1];
61 smull r0, r8, r12, r11 @ accu2 = fixmul( Coeff0, states1 );
70 mov r11, r8 @ states1 = out;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A Dregexec.c58 #define states1 long /* for later use in llvm_regexec() decision */ macro
59 #define states states1
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()

1234