Home
last modified time | relevance | path

Searched defs:Kt (Results 1 – 25 of 136) sorted by relevance

123456

/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-md5crypt/md5crypt/md5core/
H A Dmd5_Kt_dram.v13 `define Kt(x) (K[32*(`Kt_N_CYCLES-(x))-1 -:32]) constant
19 output reg [31:0] Kt = 0 port
H A Dmd5_Kt_bram.v14 `define Kt(x) (K[32*(`Kt_N_CYCLES-(x))-1 -:32]) constant
20 output [31:0] Kt port
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha256crypt/sha256crypt/sha256core/
H A Dsha256_Kt_bram.v13 `define Kt(x) (K[32*(`Kt_N_CYCLES-(x))-1 -:32]) constant
20 output [31:0] Kt, port
/dports/security/john/john-1.9.0-jumbo-1/src/ztex/fpga-sha512crypt/sha512crypt/sha512core/
H A Dsha512_Kt_bram.v13 `define Kt(x) (K[64*(`Kt_N_CYCLES-(x))-1 -:64]) constant
20 output [63:0] Kt, port
/dports/science/tfel-edf/tfel-3.2.1/mtest/src/
H A DUmatNormaliseTangentOperator.cxx22 UmatNormaliseTangentOperator::exe(real* const Kt, in exe()
H A DAnsysNormaliseTangentOperator.cxx22 void AnsysNormaliseTangentOperator::exe(real* const Kt, in exe()
H A DAsterFiniteStrainBehaviour.cxx89 tfel::math::matrix<real>& Kt, in convertTangentOperator()
155 tfel::math::matrix<real>& Kt, in call_behaviour()
H A DCastemSmallStrainBehaviour.cxx102 CastemSmallStrainBehaviour::call_behaviour(tfel::math::matrix<real>& Kt, in call_behaviour()
223 CastemSmallStrainBehaviour::computeElasticStiffness(tfel::math::matrix<real>& Kt, in computeElasticStiffness()
H A DCastemEvolution.cxx52 std::vector<std::string>::size_type i; in call_behaviour()
H A DAsterSmallStrainBehaviour.cxx47 AsterSmallStrainBehaviour::call_behaviour(tfel::math::matrix<real>& Kt, in call_behaviour()
H A DEuroplexusFiniteStrainBehaviour.cxx54 EuroplexusFiniteStrainBehaviour::call_behaviour(tfel::math::matrix<real>& Kt, in call_behaviour()
/dports/science/tfel/tfel-3.4.0/mtest/src/
H A DUmatNormaliseTangentOperator.cxx22 UmatNormaliseTangentOperator::exe(real* const Kt, in exe()
H A DAnsysNormaliseTangentOperator.cxx22 void AnsysNormaliseTangentOperator::exe(real* const Kt, in exe()
H A DCastemSmallStrainBehaviour.cxx102 CastemSmallStrainBehaviour::call_behaviour(tfel::math::matrix<real>& Kt, in call_behaviour()
223 CastemSmallStrainBehaviour::computeElasticStiffness(tfel::math::matrix<real>& Kt, in computeElasticStiffness()
H A DAsterFiniteStrainBehaviour.cxx89 tfel::math::matrix<real>& Kt, in convertTangentOperator()
155 tfel::math::matrix<real>& Kt, in call_behaviour()
H A DAsterSmallStrainBehaviour.cxx47 AsterSmallStrainBehaviour::call_behaviour(tfel::math::matrix<real>& Kt, in call_behaviour()
/dports/science/chrono/chrono-7.0.1/data/vehicle/cosim/terrain/
H A Drigid.json18 "Kt": 4e5, number
H A Dgranular_gpu.json23 "Kt": 1e7, number
H A Dgranular_mpi.json23 "Kt": 1e7, number
H A Dgranular_omp.json23 "Kt": 1e7, number
/dports/graphics/pixie/Pixie/src/ri/
H A Dphoton.cpp616 float Kr,Kt; in tracePhoton() local
662 float Kr,Kt; in tracePhoton() local
706 float Kr,Kt; in tracePhoton() local
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dvector3d.cc110 void fresnel(const vector3d_t & I, const vector3d_t & n, float IOR, float &Kr, float &Kt) in fresnel()
145 float &Kr, float &Kt) in fast_fresnel()
/dports/graphics/embree/embree-3.13.2/tutorials/common/scenegraph/
H A Dmaterials.h141 Vec3fa Kt; /*< transmission filter */ in PREFIX() local
238 Vec3fa Kt; in PREFIX() local
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/tests/results/
H A Dtest_clark1989_r.R83 Kt = ans$Kt globalVar
/dports/graphics/yafaray/libYafaRay-3.5.1/src/materials/
H A Droughglass.cc107 float Kr, Kt; in sample() local
221 float Kr, Kt; in sample() local
295 float Kr, Kt; in getTransparency() local

123456