Home
last modified time | relevance | path

Searched refs:pcy1 (Results 1 – 12 of 12) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/feda/
H A DFEDA_Pac02Tire.cpp129 m_PacCoeff.pcy1 = 1.5328; in SetParametersLevel1()
285 m_PacCoeff.pcy1 = 1.2742; in SetParametersLevel2()
441 m_PacCoeff.pcy1 = 1.1449; in SetParametersLevel3()
575 m_PacCoeff.pcy1 = 0.54764; in SetParametersLevel4()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/citybus/
H A DCityBus_Pac02Tire.cpp106 m_PacCoeff.pcy1 = 0.54764; in SetPac02Params()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/sedan/
H A DSedan_Pac02Tire.cpp112 m_PacCoeff.pcy1 = 1.2676; in SetPac02Params()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/uaz/
H A DUAZBUS_Pac02Tire.cpp111 m_PacCoeff.pcy1 = 1.2676; in SetPac02Params()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/tire/
H A DChPac2002_data.h171 double pcy1; // shape factor C,Fy member
H A DChPac02Tire.h226 double pcy1; member
H A DChPac02Tire.cpp142 m_PacCoeff.pcy1 = 0.0; in ChPac02Tire()
504 double C = m_PacCoeff.pcy1 * m_PacScal.lcy; in CalcFy()
613 double C = m_PacCoeff.pcy1 * m_PacScal.lcy; in CalcFyComb()
H A DPac02Tire.cpp194 m_PacCoeff.pcy1 = d["Lateral Coefficients"]["pcy1"].GetDouble(); in Create()
H A DChPacejkaTire.cpp1095 double C_y = m_params->lateral.pcy1 * m_params->scaling.lcy; // > 0 in Fy_pureLat()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/vehicle/hmmwv/
H A DHMMWV_Pac02Tire.cpp108 m_PacCoeff.pcy1 = 0.54764; in SetPac02Params()
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dcheck.c303 GetInflectionPoint(Fixed px, Fixed py, Fixed px1, Fixed pcy1, Fixed px2, in GetInflectionPoint() argument
313 c1.y = -pcy1; in GetInflectionPoint()
/dports/graphics/openjph/OpenJPH-0.7.3/src/core/codestream/
H A Dojph_codestream.cpp3702 int pcx0, pcx1, pcy0, pcy1, shift = (band_num != 0 ? 1 : 0); in get_cb_indices() local
3707 pcy1 = ojph_min(try1, pc_top + ((y + 1) << log_PP.h)); in get_cb_indices()
3709 pcy1 = (pcy1 - (band_num >> 1) + (1<<shift) - 1) >> shift; in get_cb_indices()
3712 yb = ((pcy1 + (1<<ycb_prime) - 1) >> ycb_prime); in get_cb_indices()