Home
last modified time | relevance | path

Searched refs:tStep (Results 1 – 25 of 109) sorted by relevance

12345

/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/
H A DgsNsTimeIntegrator.hpp77 tStep = timeStep; in makeTimeStep()
93 m_system.rhs() = tStep*(1-theta)*stiffAssembler.rhs(); in implicitLinear()
95 …m_system.rhs().middleRows(0,numDofsVel) -= tStep*(1-theta)*stiffAssembler.matrix().block(0,0,numDo… in implicitLinear()
104 stiffAssembler.constructSolution(solVector + tStep/oldTimeStep*(solVector-oldSolVector), in implicitLinear()
119 m_system.rhs() += tStep*theta*stiffAssembler.rhs(); in implicitLinear()
123 m_system.matrix() = tStep*stiffAssembler.matrix(); in implicitLinear()
135 oldTimeStep = tStep; in implicitLinear()
155 constRHS = tStep*(1-theta)*stiffAssembler.rhs(); in implicitNonlinear()
156 …constRHS.middleRows(0,numDofsVel).noalias() -= tStep*(1-theta)*stiffAssembler.matrix().block(0,0,n… in implicitNonlinear()
193 m_system.matrix() = tStep*stiffAssembler.matrix(); in assemble()
[all …]
H A DgsElTimeIntegrator.h108 T alpha1() {return 1./m_options.getReal("Beta")/pow(tStep,2); } in alpha1()
109 T alpha2() {return 1./m_options.getReal("Beta")/tStep; } in alpha2()
111 T alpha4() {return m_options.getReal("Gamma")/m_options.getReal("Beta")/tStep; } in alpha4()
113 T alpha6() {return (1-m_options.getReal("Gamma")/m_options.getReal("Beta")/2)*tStep; } in alpha6()
123 T tStep; variable
/dports/graphics/radiance/radiance-baf2c40/resources/library/effects/
H A Dkaleidoscope.glsl10 float tStep = M_PI / bins;
11 theta = abs(mod(theta + tStep, 2. * tStep) - tStep);
/dports/sysutils/terraform/terraform-1.0.11/internal/command/jsonconfig/
H A Dexpression.go158 switch tStep := step.(type) {
160 buf.WriteString(tStep.Name)
163 buf.WriteString(tStep.Name)
166 switch tStep.Key.Type() {
168 buf.WriteString(fmt.Sprintf("%q", tStep.Key.AsString()))
170 bf := tStep.Key.AsBigFloat()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_func.c486 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep() function
509 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep,tStep,tFinal); in abuse_create_function()
512 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0); in abuse_create_function()
515 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal); in abuse_create_function()
521 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0); in abuse_create_function()
524 rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
527 rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
536 1, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
551 mxArg, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/mbcslam/
H A Ddiffusion.cpp238 double t = T * tStep/numSteps; // in compute_velocity_case1()
250 velos<<"Tracer" << rank<<"_"<<tStep<< ".vtk"; in compute_velocity_case1()
260 int tStep, Range & connecVerts) in compute_tracer_case1() argument
310 newTracer << "Tracer" << rank << "_" << tStep << ".vtk"; in compute_tracer_case1()
315 lagr_cover << "Cover" << rank << "_" << tStep << ".vtk"; in compute_tracer_case1()
331 intx_mesh << "Intx" << rank << "_" << tStep << ".vtk"; in compute_tracer_case1()
338 if (parallelWrite && tStep==1) in compute_tracer_case1()
341 resTrace << "Tracer" << "_" << tStep-1 << ".h5m"; in compute_tracer_case1()
350 resTrace << "Tracer" << "_" << tStep << ".h5m"; in compute_tracer_case1()
357 newIntx << "newIntx" << rank << "_" << tStep << ".vtk"; in compute_tracer_case1()
[all …]
/dports/devel/tokamak/tokamak_release/tokamaksrc/src/
H A Drigidbody.cpp425 void neRigidBody_::AdvanceDynamic(f32 tStep) in AdvanceDynamic() argument
476 derive.linearVel += acc * tStep; in AdvanceDynamic()
484 MidPointIntegration(totalTorque, tStep); in AdvanceDynamic()
487 void neRigidBody_::MidPointIntegration(const neV3 & totalTorque, f32 tStep) in MidPointIntegration() argument
491 neV3 newAngularMom = State().angularMom + totalTorque * tStep; in MidPointIntegration()
497 f32 midStep = tStep * 0.5f; in MidPointIntegration()
526 void neRigidBody_::ImprovedEulerIntegration(const neV3 & totalTorque, f32 tStep) in ImprovedEulerIntegration() argument
548 void neRigidBody_::RungeKutta4Integration(const neV3 & totalTorque, f32 tStep) in RungeKutta4Integration() argument
568 void neRigidBody_::AdvancePosition(f32 tStep) in AdvancePosition() argument
583 newPos = GetPos() + derive.linearVel * tStep + 0.5f * acc * tStep * tStep; in AdvancePosition()
[all …]
/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/fsi/
H A Dutest_FSI_Poiseuille_flow.cpp163 for (int tStep = 0; tStep < stepEnd + 1; tStep++) { in main() local
182 if ((tStep>1) && (error_rel > rel_Tol)){ in main()
183 printf("\n step = %d, error_rel = %0.8f \n", tStep, error_rel); in main()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_func.c717 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep() function
740 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep,tStep,tFinal); in abuse_create_function()
743 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0); in abuse_create_function()
746 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal); in abuse_create_function()
752 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0); in abuse_create_function()
755 rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
758 rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
767 1, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
782 mxArg, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/original/
H A DTIsophote.cpp86 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
110 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
136 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 3) + off)) +… in GetFrameYV12()
193 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
217 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
293 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
317 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
425 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
449 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
632 double tStep = 0.2f; in Create_TIsophote() local
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/original/
H A DTIsophote.cpp86 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
110 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
136 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 3) + off)) +… in GetFrameYV12()
193 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
217 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
293 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
317 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
425 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
449 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
632 double tStep = 0.2f; in Create_TIsophote() local
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/original/
H A DTIsophote.cpp86 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
110 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
136 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 3) + off)) +… in GetFrameYV12()
193 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
217 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
293 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
317 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
425 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
449 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
632 double tStep = 0.2f; in Create_TIsophote() local
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/original/
H A DTIsophote.cpp86 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
110 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
136 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 3) + off)) +… in GetFrameYV12()
193 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
217 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
293 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
317 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYV12()
425 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
449 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*tStep) / (((Ix2 + Iy2) << 1) + off)) + 0… in GetFrameYUY2()
632 double tStep = 0.2f; in Create_TIsophote() local
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/
H A DADM_vidTisophote.cpp69 diaElemFloat step(PX(tStep),QT_TR_NOOP("_Step:"),0,1,QT_TR_NOOP("Step.")); in configure()
80 CSET(tStep); in getCoupledConf()
108 _param->tStep=0.2; in ADMVideoTIsophote()
116 GET(tStep); in ADMVideoTIsophote()
202 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
226 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
252 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 3) +… in getFrameNumberNoAlloc()
309 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
333 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
409 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/
H A DADM_vidTisophote.cpp69 diaElemFloat step(PX(tStep),QT_TR_NOOP("_Step:"),0,1,QT_TR_NOOP("Step.")); in configure()
80 CSET(tStep); in getCoupledConf()
108 _param->tStep=0.2; in ADMVideoTIsophote()
116 GET(tStep); in ADMVideoTIsophote()
202 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
226 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
252 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 3) +… in getFrameNumberNoAlloc()
309 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
333 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
409 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/
H A DADM_vidTisophote.cpp69 diaElemFloat step(PX(tStep),QT_TR_NOOP("_Step:"),0,1,QT_TR_NOOP("Step.")); in configure()
80 CSET(tStep); in getCoupledConf()
108 _param->tStep=0.2; in ADMVideoTIsophote()
116 GET(tStep); in ADMVideoTIsophote()
202 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
226 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
252 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 3) +… in getFrameNumberNoAlloc()
309 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
333 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
409 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/TIsophote/
H A DADM_vidTisophote.cpp69 diaElemFloat step(PX(tStep),QT_TR_NOOP("_Step:"),0,1,QT_TR_NOOP("Step.")); in configure()
80 CSET(tStep); in getCoupledConf()
108 _param->tStep=0.2; in ADMVideoTIsophote()
116 GET(tStep); in ADMVideoTIsophote()
202 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
226 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
252 …temp = srcp[x] + ((int)((((Ix2*Iyy - 4*Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 3) +… in getFrameNumberNoAlloc()
309 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
333 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
409 …temp = srcp[x] + ((int)((((Ix2*Iyy - Ix*Iy*Ixy + Iy2*Ixx)*_param->tStep) / (((Ix2 + Iy2) << 1) + o… in getFrameNumberNoAlloc()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_func.c736 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep() function
759 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep,tStep,tFinal); in abuse_create_function()
762 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0); in abuse_create_function()
765 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal); in abuse_create_function()
771 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0); in abuse_create_function()
774 rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
777 rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
786 1, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
801 mxArg, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_func.c736 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep() function
759 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep,tStep,tFinal); in abuse_create_function()
762 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0); in abuse_create_function()
765 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal); in abuse_create_function()
771 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0); in abuse_create_function()
774 rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
777 rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
786 1, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
801 mxArg, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_func.c736 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep() function
759 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep,tStep,tFinal); in abuse_create_function()
762 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0); in abuse_create_function()
765 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal); in abuse_create_function()
771 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0); in abuse_create_function()
774 rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
777 rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
786 1, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
801 mxArg, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/command/format/
H A Ddiagnostic.go213 switch tStep := step.(type) {
215 buf.WriteString(tStep.Name)
218 buf.WriteString(tStep.Name)
221 if keyTy := tStep.Key.Type(); keyTy.IsPrimitiveType() {
222 buf.WriteString(compactValueStr(tStep.Key))
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/command/format/
H A Ddiagnostic.go213 switch tStep := step.(type) {
215 buf.WriteString(tStep.Name)
218 buf.WriteString(tStep.Name)
221 if keyTy := tStep.Key.Type(); keyTy.IsPrimitiveType() {
222 buf.WriteString(compactValueStr(tStep.Key))
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/
H A Ddiagnostic_text.go225 switch tStep := step.(type) {
227 buf.WriteString(tStep.Name)
230 buf.WriteString(tStep.Name)
233 if keyTy := tStep.Key.Type(); keyTy.IsPrimitiveType() {
234 buf.WriteString(w.valueStr(tStep.Key))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/hcl2/hcl/
H A Ddiagnostic_text.go225 switch tStep := step.(type) {
227 buf.WriteString(tStep.Name)
230 buf.WriteString(tStep.Name)
233 if keyTy := tStep.Key.Type(); keyTy.IsPrimitiveType() {
234 buf.WriteString(w.valueStr(tStep.Key))
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/hcl/v2/
H A Ddiagnostic_text.go225 switch tStep := step.(type) {
227 buf.WriteString(tStep.Name)
230 buf.WriteString(tStep.Name)
233 if keyTy := tStep.Key.Type(); keyTy.IsPrimitiveType() {
234 buf.WriteString(w.valueStr(tStep.Key))

12345