Home
last modified time | relevance | path

Searched +defs:j +defs:t (Results 1 – 25 of 97010) sorted by relevance

12345678910>>...3881

/dports/biology/vt/vt-0.57721/
H A Dchmm.h336 int32_t move_S_X(int32_t t, int32_t j) in move_S_X()
341 int32_t move_X_X(int32_t t, int32_t j) in move_X_X()
352 int32_t move_S_Y(int32_t t, int32_t j) in move_S_Y()
357 int32_t move_X_Y(int32_t t, int32_t j) in move_X_Y()
367 int32_t move_Y_Y(int32_t t, int32_t j) in move_Y_Y()
493 int32_t move_S_M(int32_t t, int32_t j) in move_S_M()
503 int32_t move_X_M(int32_t t, int32_t j) in move_X_M()
514 int32_t move_Y_M(int32_t t, int32_t j) in move_Y_M()
536 int32_t move_M_M(int32_t t, int32_t j) in move_M_M()
554 int32_t move_D_M(int32_t t, int32_t j) in move_D_M()
[all …]
H A Drfhmm.h407 int32_t move_S_Y(int32_t t, int32_t j) in move_S_Y()
412 int32_t move_Y_Y(int32_t t, int32_t j) in move_Y_Y()
426 int32_t move_S_M(int32_t t, int32_t j) in move_S_M()
436 int32_t move_Y_M(int32_t t, int32_t j) in move_Y_M()
447 int32_t move_M_M(int32_t t, int32_t j) in move_M_M()
465 int32_t move_D_M(int32_t t, int32_t j) in move_D_M()
483 int32_t move_I_M(int32_t t, int32_t j) in move_I_M()
501 int32_t move_S_D(int32_t t, int32_t j) in move_S_D()
511 int32_t move_Y_D(int32_t t, int32_t j) in move_Y_D()
521 int32_t move_M_D(int32_t t, int32_t j) in move_M_D()
[all …]
H A Drfhmm_x.h407 int32_t move_S_Y(int32_t t, int32_t j) in move_S_Y()
412 int32_t move_Y_Y(int32_t t, int32_t j) in move_Y_Y()
426 int32_t move_S_M(int32_t t, int32_t j) in move_S_M()
436 int32_t move_Y_M(int32_t t, int32_t j) in move_Y_M()
447 int32_t move_M_M(int32_t t, int32_t j) in move_M_M()
465 int32_t move_D_M(int32_t t, int32_t j) in move_D_M()
483 int32_t move_I_M(int32_t t, int32_t j) in move_I_M()
501 int32_t move_S_D(int32_t t, int32_t j) in move_S_D()
511 int32_t move_Y_D(int32_t t, int32_t j) in move_Y_D()
521 int32_t move_M_D(int32_t t, int32_t j) in move_M_D()
[all …]
H A Dlfhmm.h437 int32_t move_S_M(int32_t t, int32_t j) in move_S_M()
458 int32_t move_M_M(int32_t t, int32_t j) in move_M_M()
476 int32_t move_D_M(int32_t t, int32_t j) in move_D_M()
494 int32_t move_I_M(int32_t t, int32_t j) in move_I_M()
522 int32_t move_M_D(int32_t t, int32_t j) in move_M_D()
540 int32_t move_D_D(int32_t t, int32_t j) in move_D_D()
568 int32_t move_M_I(int32_t t, int32_t j) in move_M_I()
578 int32_t move_I_I(int32_t t, int32_t j) in move_I_I()
591 int32_t move_M_Z(int32_t t, int32_t j) in move_M_Z()
606 int32_t move_D_Z(int32_t t, int32_t j) in move_D_Z()
[all …]
H A Dahmm.h54 #define index(i,j) (((i)<<MAXLEN_NBITS)+(j)) argument
418 int32_t move_S_M(int32_t t, int32_t j) in move_S_M()
428 int32_t move_M_M(int32_t t, int32_t j) in move_M_M()
446 int32_t move_D_M(int32_t t, int32_t j) in move_D_M()
464 int32_t move_I_M(int32_t t, int32_t j) in move_I_M()
482 int32_t move_S_D(int32_t t, int32_t j) in move_S_D()
492 int32_t move_M_D(int32_t t, int32_t j) in move_M_D()
510 int32_t move_D_D(int32_t t, int32_t j) in move_D_D()
528 int32_t move_S_I(int32_t t, int32_t j) in move_S_I()
538 int32_t move_M_I(int32_t t, int32_t j) in move_M_I()
[all …]
/dports/audio/giada/giada-0.17.1/src/deps/json/test/src/
H A Dunit-inspection.cpp135 json j(42); variable
153 json j(42u); variable
420 json::value_t t = j; variable
427 json::value_t t = j; variable
434 json::value_t t = j; variable
441 json::value_t t = j; variable
448 json::value_t t = j; variable
455 json::value_t t = j; variable
462 json::value_t t = j; variable
469 json::value_t t = j; variable
[all …]
H A Dunit-constructor1.cpp53 auto t = json::value_t::null; variable
60 auto t = json::value_t::discarded; variable
67 auto t = json::value_t::object; variable
74 auto t = json::value_t::array; variable
81 auto t = json::value_t::boolean; variable
89 auto t = json::value_t::string; variable
97 auto t = json::value_t::number_integer; variable
105 auto t = json::value_t::number_unsigned; variable
113 auto t = json::value_t::number_float; variable
121 auto t = json::value_t::binary; variable
[all …]
/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-inspection.cpp135 json j(42); variable
153 json j(42u); variable
420 json::value_t t = j; variable
427 json::value_t t = j; variable
434 json::value_t t = j; variable
441 json::value_t t = j; variable
448 json::value_t t = j; variable
455 json::value_t t = j; variable
462 json::value_t t = j; variable
469 json::value_t t = j; variable
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/src/
H A Dunit-inspection.cpp129 json j(42); variable
146 json j(42u); variable
367 json j = 23; variable
389 json::value_t t = j; variable
396 json::value_t t = j; variable
403 json::value_t t = j; variable
410 json::value_t t = j; variable
417 json::value_t t = j; variable
424 json::value_t t = j; variable
431 json::value_t t = j; variable
[all …]
H A Dunit-constructor1.cpp53 auto t = json::value_t::null; variable
60 auto t = json::value_t::discarded; variable
67 auto t = json::value_t::object; variable
74 auto t = json::value_t::array; variable
81 auto t = json::value_t::boolean; variable
89 auto t = json::value_t::string; variable
97 auto t = json::value_t::number_integer; variable
105 auto t = json::value_t::number_unsigned; variable
113 auto t = json::value_t::number_float; variable
275 const auto t = std::make_tuple(1.0, std::string{"string"}, 42, std::vector<int> {0, 1}); variable
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/lang/
H A Dfunction_signatures.h77 for (const auto& t : all_vector_types) { variable
80 for (const auto& t : all_vector_types) { variable
129 for (const auto& t : int_vector_types) { variable
156 for (const auto& t : all_vector_types) { variable
161 for (const auto& t : vector_types) { variable
173 for (const auto& t : vector_types) { variable
199 for (const auto& t : int_vector_types) { variable
246 for (const auto& t : all_vector_types) { variable
278 for (const auto& t : all_vector_types) { variable
377 for (const auto& t : all_vector_types) { variable
[all …]
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/test/
H A Dmq_a.c61 uint8_t i = 1, j = 2, k = 3, t; in main() local
89 uint16_t i = 1, j = 2, k = 3, t; in main() local
117 uint32_t i = 1, j = 2, k = 3, t; in main() local
145 uint64_t i = 1, j = 2, k = 3, t; in main() local
175 uint8_t i = 1, j = 2, k = 3, t; in main() local
204 uint16_t i = 1, j = 2, k = 3, t; in main() local
233 uint32_t i = 1, j = 2, k = 3, t; in main() local
262 uint64_t i = 1, j = 2, k = 3, t; in main() local
293 uint8_t i = 1, j = 2, k = 3, t; in main() local
407 uint8_t i = 1, j = 2, k = 3, t; in main() local
[all …]
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DEntity.cpp78 int t =0; in init() local
3374 int j = getplayer(); in updateentities() local
3405 int j = getplayer(); in updateentities() local
3428 int j = getplayer(); in updateentities() local
3585 int j = getplayer(); in updateentities() local
3786 int j=getplayer(); in updateentities() local
3801 int j=getplayer(); in updateentities() local
5154 int j = getplayer(); in movingplatformfix() local
5190 int j = getscm(); in scmmovingplatformfix() local
5244 for (int j = 0; j < nentity; j++) { in customwarplinecheck() local
[all …]
/dports/www/squid/squid-4.15/src/tests/
H A DtestCharacterSet.cc22 CharacterSet t(nullptr,""); in CharacterSetConstruction() local
26 CharacterSet t("test",""); in CharacterSetConstruction() local
30 CharacterSet t("test",""); in CharacterSetConstruction() local
31 for (int j = 0; j < 256; ++j) in CharacterSetConstruction() local
35 CharacterSet t("test","0"); in CharacterSetConstruction() local
37 for (int j = 0; j < 256; ++j) { in CharacterSetConstruction() local
50 CharacterSet t("test","0"); in CharacterSetAdd() local
59 CharacterSet t("test",""); in CharacterSetAddRange() local
85 for (int j = 0; j < 256; ++j) in CharacterSetUnion() local
91 for (int j = 0; j < 256; ++j) in CharacterSetUnion() local
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajsort.c51 ajint j; in ajSortFloatDecI() local
52 ajuint t; in ajSortFloatDecI() local
87 ajint j; in ajSortIntDecI() local
88 ajuint t; in ajSortIntDecI() local
123 ajint j; in ajSortUintDecI() local
124 ajuint t; in ajSortUintDecI() local
159 ajint j; in ajSortFloatIncI() local
195 ajint j; in ajSortIntIncI() local
231 ajint j; in ajSortUintIncI() local
268 ajint j; in ajSorttwoIntIncI() local
[all …]
/dports/math/ccmath/ccmath-2.2.1/util/
H A Dbpat.c10 { unsigned char t; int j,m; in bitpc() local
18 { unsigned short t; int j,m; in bitps() local
26 { unsigned int t; int j,m; in bitpl() local
34 { unsigned char t,u,*p; int j,m; in bitpf() local
47 { unsigned char t,u,*p; int j,m; in bitpd() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.NamedAndOptional/
H A DConformance.dynamic.namedandoptional.decl.delegate.cs294 public delegate int Foo(int? i = 3, int? j = 5, string t = "test"); in Foo()
297 private static int Bar(int? i = 1, int? j = 4, string t = "test2") in Bar()
368 public delegate int Foo(int? i = 2, int? j = 5, string t = "test"); in Foo()
372 private static int Bar(int? i = 1, int? j = 4, string t = "test2") in Bar()
455 public delegate int Foo(int? i = 2, int? j = 5, string t = "test"); in Foo()
459 private static int Bar(int? i = 1, int? j = 4, string t = "test2") in Bar()
466 private static int Bar2(int? i, int? j = 4, string t = "test2") in Bar2()
502 public delegate int Foo(int? i = 3, int? j = 5, string t = "test"); in Foo()
503 public delegate int Foo2(int? i, int? j, string t); in Foo2()
507 private static int Bar(int? i = 1, int? j = 4, string t = "test2") in Bar()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/meshgen2d/src/
H A DTriangleNELayer.cpp12 int i, j; in discretize() local
26 TriangleElement *t; in discretize() local
51 int i, j; in discretize() local
65 TriangleElement *t; in discretize() local
90 int i, j; in discretize() local
105 TriangleElement *t; in discretize() local
125 TriangleElement *t; in discretize() local
147 TriangleElement *t; in discretize() local
187 int i, j; in discretize() local
283 int i, j; in discretize() local
[all …]
/dports/math/R-cran-quantreg/quantreg/src/ratfor/
H A Dcombos.r16 t = n+1 globalVar
18 j = 0 globalVar
21 j = j + 1 globalVar
60 t = j globalVar
61 j = e(t+1) globalVar
65 if(t == j) t = t + 1 globalVar
66 if(t < e(n+1)) j = t globalVar
67 else j = e(n+1) globalVar
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/space/
H A Dtriangle3.h62 inline CoordType & P( const int j ) { return _v[j];} in P()
63 inline CoordType & P0( const int j ) { return _v[j];} in P0()
64 inline CoordType & P1( const int j ) { return _v[(j+1)%3];} in P1()
65 inline CoordType & P2( const int j ) { return _v[(j+2)%3];} in P2()
66 inline const CoordType & P( const int j ) const { return _v[j];} in P()
67 inline const CoordType & cP( const int j ) const { return _v[j];} in cP()
68 inline const CoordType & P0( const int j ) const { return _v[j];} in P0()
71 inline const CoordType & cP0( const int j ) const { return _v[j];} in cP0()
179 P3ScalarType t = b; in Quality() local
241 typename TriangleType::ScalarType DoubleArea(const TriangleType &t) in DoubleArea()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/space/
H A Dtriangle3.h62 inline CoordType & P( const int j ) { return _v[j];} in P()
63 inline CoordType & P0( const int j ) { return _v[j];} in P0()
64 inline CoordType & P1( const int j ) { return _v[(j+1)%3];} in P1()
65 inline CoordType & P2( const int j ) { return _v[(j+2)%3];} in P2()
66 inline const CoordType & P( const int j ) const { return _v[j];} in P()
67 inline const CoordType & cP( const int j ) const { return _v[j];} in cP()
68 inline const CoordType & P0( const int j ) const { return _v[j];} in P0()
71 inline const CoordType & cP0( const int j ) const { return _v[j];} in cP0()
179 P3ScalarType t = b; in Quality() local
241 typename TriangleType::ScalarType DoubleArea(const TriangleType &t) in DoubleArea()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dfunction_types_2.f909 type t type
15 type t type
31 integer :: j component
33 type t type
51 integer :: j component
53 type t type
61 type t type
68 integer :: j component
70 type t type
91 integer :: j component
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dfunction_types_2.f909 type t type
15 type t type
31 integer :: j component
33 type t type
51 integer :: j component
53 type t type
61 type t type
68 integer :: j component
70 type t type
91 integer :: j component
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dfunction_types_2.f909 type t type
15 type t type
31 integer :: j component
33 type t type
51 integer :: j component
53 type t type
61 type t type
68 integer :: j component
70 type t type
91 integer :: j component
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dfunction_types_2.f909 type t type
15 type t type
31 integer :: j component
33 type t type
51 integer :: j component
53 type t type
61 type t type
68 integer :: j component
70 type t type
91 integer :: j component
[all …]

12345678910>>...3881