Home
last modified time | relevance | path

Searched refs:tshift (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/editors/ted/Ted-2.23/ind/
H A Dindword.c21 int tshift= INDhASIS; in indGetCapModes() local
39 tshift= INDhIJTAILUP; hshift= INDhIJUP; in indGetCapModes()
44 tshift= INDhTAILUP; hshift= INDhFIRSTUP; in indGetCapModes()
58 tshift= INDhASIS; in indGetCapModes()
66 if ( tshift != INDhASIS ) in indGetCapModes()
75 *pTshift= tshift; in indGetCapModes()
105 int tshift; in indWRDget() local
136 if ( tshift != INDhASIS ) in indWRDget()
200 int tshift; in indWRDguess() local
209 if ( tshift != INDhASIS ) in indWRDguess()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/media/
H A Dhistory_view_invoice.cpp214 auto tshift = padding.top(); in draw() local
231 tshift += _titleHeight; in draw()
238 tshift += _descriptionHeight; in draw()
245 auto attachTop = tshift - bubble.top(); in draw()
286 auto tshift = padding.top(); in textState() local
296 if (point.y() >= tshift && point.y() < tshift + _titleHeight) { in textState()
307 tshift += _titleHeight; in textState()
310 if (point.y() >= tshift && point.y() < tshift + _descriptionHeight) { in textState()
319 tshift += _descriptionHeight; in textState()
326 auto attachTop = tshift - bubble.top(); in textState()
[all …]
H A Dhistory_view_game.cpp214 auto tshift = padding.top(); in draw() local
221 …QRect bar(style::rtlrect(st::msgPadding.left(), tshift, st::webPageBar, height() - tshift - bshift… in draw()
234 tshift += _titleLines * lineHeight; in draw()
245 tshift += _descriptionLines * lineHeight; in draw()
252 auto attachTop = tshift - bubble.top(); in draw()
290 auto tshift = padding.top(); in textState() local
301 if (point.y() >= tshift && point.y() < tshift + _titleLines * lineHeight) { in textState()
312 tshift += _titleLines * lineHeight; in textState()
315 if (point.y() >= tshift && point.y() < tshift + _descriptionLines * lineHeight) { in textState()
337 auto attachTop = tshift - bubble.top(); in textState()
[all …]
H A Dhistory_view_web_page.cpp472 auto tshift = padding.top(); in draw() local
534 tshift += lineHeight; in draw()
545 tshift += _titleLines * lineHeight; in draw()
628 auto tshift = padding.top(); in textState() local
646 if (point.y() >= tshift && point.y() < tshift + lineHeight) { in textState()
657 tshift += lineHeight; in textState()
660 if (point.y() >= tshift && point.y() < tshift + _titleLines * lineHeight) { in textState()
671 tshift += _titleLines * lineHeight; in textState()
675 if (point.y() >= tshift && point.y() < tshift + descriptionHeight) { in textState()
694 tshift += descriptionHeight; in textState()
[all …]
H A Dhistory_view_poll.cpp306 auto tshift = st::historyPollQuestionTop; in countAnswerTop() local
308 tshift -= st::msgFileTopMinus; in countAnswerTop()
319 tshift += ranges::accumulate( in countAnswerTop()
325 return tshift; in countAnswerTop()
733 tshift -= st::msgFileTopMinus; in draw()
774 tshift, in draw()
778 tshift += height; in draw()
783 tshift += st::msgPadding.bottom(); in draw()
1363 tshift -= st::msgFileTopMinus; in textState()
1375 if (point.y() >= tshift && point.y() < tshift + height) { in textState()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/vsrc/
H A Dvsrcacct.c53 double tshift; in VSRCaccept() local
80 tshift = TD; in VSRCaccept()
90 tshift = TD - deltat; in VSRCaccept()
101 error = CKTsetBreak(ckt,basetime + TR + tshift); in VSRCaccept()
104 error = CKTsetBreak(ckt,basetime + PER + tshift); in VSRCaccept()
106 } else if (ckt->CKTbreak && (time == -tshift) ) { in VSRCaccept()
107 error = CKTsetBreak(ckt,basetime + tshift); in VSRCaccept()
115 error = CKTsetBreak(ckt,basetime + tshift + TR + PW); in VSRCaccept()
123 error = CKTsetBreak(ckt,basetime + tshift + TR); in VSRCaccept()
126 error = CKTsetBreak(ckt,basetime + tshift + TR + PW); in VSRCaccept()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/isrc/
H A Disrcacct.c53 double tshift; in ISRCaccept() local
79 tshift = TD; in ISRCaccept()
89 tshift = TD - deltat; in ISRCaccept()
100 error = CKTsetBreak(ckt,basetime + TR + tshift); in ISRCaccept()
103 error = CKTsetBreak(ckt,basetime + PER + tshift); in ISRCaccept()
105 } else if (ckt->CKTbreak && (time == -tshift) ) { in ISRCaccept()
106 error = CKTsetBreak(ckt,basetime + tshift); in ISRCaccept()
114 error = CKTsetBreak(ckt,basetime + tshift + TR + PW); in ISRCaccept()
122 error = CKTsetBreak(ckt,basetime + tshift + TR); in ISRCaccept()
125 error = CKTsetBreak(ckt,basetime + tshift + TR + PW); in ISRCaccept()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/test/unit_tests/arkode/
H A Dark_test_arkstepsetforcing.c57 static int compute_ans(realtype t, realtype tshift, realtype tscale,
70 realtype tshift = T0; /* time shift for normalization */ in main() local
127 tshift = (realtype) atof(argv[5]); in main()
141 printf(" tshift = %.1"GSYM"\n", tshift); in main()
179 flag = compute_ans(Tf, tshift, tscale, forcing, order, ans); in main()
190 flag = compute_ans(T0, tshift, tscale, forcing, order, y); in main()
210 flag = arkStep_SetInnerForcing(arkode_mem, tshift, tscale, forcing, order + 1); in main()
248 flag = compute_ans(T0, tshift, tscale, forcing, order, y); in main()
318 flag = compute_ans(T0, tshift, tscale, forcing, order, y); in main()
457 static int compute_ans(realtype t, realtype tshift, realtype tscale, in compute_ans() argument
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/methods/
H A Dtest_shift.py181 shifted = ps.tshift(1)
182 unshifted = shifted.tshift(-1)
186 shifted2 = ps.tshift(freq="B")
194 ps.tshift(freq="M")
197 shifted = datetime_frame.tshift(1)
198 unshifted = shifted.tshift(-1)
210 shifted = inferred_ts.tshift(1)
212 expected = datetime_frame.tshift(1)
216 unshifted = shifted.tshift(-1)
222 no_freq.tshift()
[all …]
/dports/math/sundials/sundials-5.7.0/test/unit_tests/arkode/C_serial/
H A Dark_test_arkstepsetforcing.c57 static int compute_ans(realtype t, realtype tshift, realtype tscale,
70 realtype tshift = T0; /* time shift for normalization */ in main() local
127 tshift = (realtype) atof(argv[5]); in main()
141 printf(" tshift = %.1"GSYM"\n", tshift); in main()
179 flag = compute_ans(Tf, tshift, tscale, forcing, order, ans); in main()
190 flag = compute_ans(T0, tshift, tscale, forcing, order, y); in main()
210 flag = arkStep_SetInnerForcing(arkode_mem, tshift, tscale, forcing, order + 1); in main()
248 flag = compute_ans(T0, tshift, tscale, forcing, order, y); in main()
318 flag = compute_ans(T0, tshift, tscale, forcing, order, y); in main()
457 static int compute_ans(realtype t, realtype tshift, realtype tscale, in compute_ans() argument
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_tshift.c33 float tomax,tomin , tshift , fmin,fmax , gmin=0,gmax=0 , f0,f1 , g0,g1 ; in THD_dataset_tshift() local
109 tshift = (TS_tzero - TS_tpat[kk]) / TS_TR ; /* rightward fractional shift */ in THD_dataset_tshift()
111 tshift = -tshift ; /* 24 Apr 2003 -- OOG */ in THD_dataset_tshift()
114 if( fabs(tshift) < 0.001 ) continue ; /* skip this slice */ in THD_dataset_tshift()
157 SHIFT_two_rows( ntt-ignore,nup, tshift,far+ignore , tshift, gar+ignore ) ; in THD_dataset_tshift()
159 SHIFT_two_rows( ntt-ignore,nup, tshift,far+ignore , tshift, NULL ) ; in THD_dataset_tshift()
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/GC/
H A Dtest_cleanup_shift.pl52 test(ttrue, true) :- t_true(tshift).
56 test(tfalse, fail) :- t_false(tshift).
60 test(tcut, true) :- t_cut(tshift).
64 test(texcept, true) :- t_except(tshift).
91 %% tshift.
97 tshift :- shift_stack(trail_shifts). label
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/methods/
H A Dtest_shift.py209 shifted = ps.tshift(1)
210 unshifted = shifted.tshift(-1)
214 shifted2 = ps.tshift(freq="B")
217 shifted3 = ps.tshift(freq=BDay())
222 ps.tshift(freq="M")
225 shifted = datetime_series.tshift(1)
226 unshifted = shifted.tshift(-1)
236 shifted = inferred_ts.tshift(1)
241 unshifted = shifted.tshift(-1)
247 no_freq.tshift()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/logging/src/
H A Dclog_block.c90 CLOG_Rec_Timeshift_t *tshift; in CLOG_BlockData_patch_all() local
139 tshift = (CLOG_Rec_Timeshift_t *) hdr->rest; in CLOG_BlockData_patch_all()
140 *local_proc_timediff = tshift->timeshift; in CLOG_BlockData_patch_all()
141 tshift->timeshift *= -1; in CLOG_BlockData_patch_all()
224 CLOG_Rec_Timeshift_t *tshift; in CLOG_BlockData_patch_time() local
232 tshift = (CLOG_Rec_Timeshift_t *) hdr->rest; in CLOG_BlockData_patch_time()
233 *local_proc_timediff = tshift->timeshift; in CLOG_BlockData_patch_time()
234 tshift->timeshift *= -1; in CLOG_BlockData_patch_time()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/share/scripts/inverse/
H A Dpotential_to_gromacs.sh149 tshift="$(critical mktemp ${trunc}.pot.shift.XXXXX)"
150 do_external potential shift --type "$tabtype" "${interpol}" "${tshift}"
152 tshift="$interpol"
156 do_external convert_potential xvg ${potmax:+--max} ${potmax} --type "${xvgtype}" "${tshift}" "${out…
158 rm -f "${smooth}" "${interpol}" "${extrapol}" "${tshift}"
H A Dpotential_to_lammps.sh141 tshift="$(critical mktemp ${trunc}.pot.shift.XXXXX)"
142 do_external potential shift --type "$bondtype" "${interpol}" "${tshift}"
144 tshift="$interpol"
147 do_external convert_potential tab --header "${sim_prog}" --type "${bondtype}" "${tshift}" "${deriv}…
149 rm -f "${smooth}" "${interpol}" "${extrapol}" "${tshift}" "${deriv}"
H A Dpotential_to_dlpoly.sh106 tshift="$(critical mktemp ${trunc}.pot.shift.XXXXX)"
107 do_external potential shift --type "$bondtype" "${smooth}" "${tshift}"
109 do_external convert_potential tab --header dlpoly --type "${bondtype}" "${tshift}" "${deriv}" "${ou…
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/share/scripts/inverse/
H A Dpotential_to_gromacs.sh149 tshift="$(critical mktemp ${trunc}.pot.shift.XXXXX)"
150 do_external potential shift --type "$tabtype" "${interpol}" "${tshift}"
152 tshift="$interpol"
156 do_external convert_potential xvg ${potmax:+--max} ${potmax} --type "${xvgtype}" "${tshift}" "${out…
158 rm -f "${smooth}" "${interpol}" "${extrapol}" "${tshift}"
H A Dpotential_to_lammps.sh141 tshift="$(critical mktemp ${trunc}.pot.shift.XXXXX)"
142 do_external potential shift --type "$bondtype" "${interpol}" "${tshift}"
144 tshift="$interpol"
147 do_external convert_potential tab --header "${sim_prog}" --type "${bondtype}" "${tshift}" "${deriv}…
149 rm -f "${smooth}" "${interpol}" "${extrapol}" "${tshift}" "${deriv}"
H A Dpotential_to_dlpoly.sh106 tshift="$(critical mktemp ${trunc}.pot.shift.XXXXX)"
107 do_external potential shift --type "$bondtype" "${smooth}" "${tshift}"
109 do_external convert_potential tab --header dlpoly --type "${bondtype}" "${tshift}" "${deriv}" "${ou…
/dports/science/bagel/bagel-1.2.2/src/util/math/
H A Dstep_restrict_bfgs.h459 shift->fill(tshift); in extrapolate()
486 double tshift = 0.0; in more_sorensen_extrapolate() local
498 if (tshift < 1.0e-8) { in more_sorensen_extrapolate()
501 tshift = 0.0; in more_sorensen_extrapolate()
503 shift->fill(tshift); in more_sorensen_extrapolate()
509 tshift = tshift - phi / phiprime; in more_sorensen_extrapolate()
510 if (tshift < 1.0e-8) { in more_sorensen_extrapolate()
513 tshift = 0.0; in more_sorensen_extrapolate()
515 shift->fill(tshift); in more_sorensen_extrapolate()
527 if (tshift < 0.0) { in more_sorensen_extrapolate()
[all …]
/dports/science/dynare/dynare-4.6.4/dynare++/parser/cc/
H A Datom_substitutions.cc33 AtomSubstitutions::add_substitution(string newname, string oldname, int tshift) in add_substitution() argument
36 new2old.emplace(newname, Tshiftname(oldname, tshift)); in add_substitution()
40 it->second.emplace(std::move(newname), -tshift); in add_substitution()
44 snset.emplace(std::move(newname), -tshift); in add_substitution()
74 AtomSubstitutions::get_new4old(const string &oldname, int tshift) const in get_new4old()
81 if (itt.second == -tshift) in get_new4old()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dglhr.cpp771 int q = min(isize(v)-vshift, isize(t)-tshift);
775 tv[i].texture[0] = t[tshift+i][0],
776 tv[i].texture[1] = t[tshift+i][1],
777 tv[i].texture[2] = t[tshift+i][2];
783 glTexCoordPointer(SHDIM, GL_FLOAT, 0, &t[tshift]);
790 int q = min(isize(v)-vshift, isize(t)-tshift);
794 tv[i].texture[0] = t[tshift+i][0],
795 tv[i].texture[1] = t[tshift+i][1];
797 tv[i].color[i] = c[tshift+i][i];
805 glVertexAttribPointer(aColor, 4, GL_FLOAT, GL_FALSE, sizeof(glvertex), &c[tshift]);
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/clog/
H A DPrint.java40 RecTshift tshift = new RecTshift(); in main() local
89 bytes_read = tshift.readFromDataStream( blk_ins ); in main()
90 System.out.println( tshift.toString() ); in main()
/dports/science/py-ase/ase-3.22.0/ase/calculators/
H A Dexciting.py15 autormt=False, tshift=True, **kwargs): argument
48 self.tshift = tshift
111 root.find('structure').attrib['tshift'] = str(self.tshift).lower()

12345678