Home
last modified time | relevance | path

Searched refs:ub2 (Results 176 – 200 of 858) sorted by relevance

12345678910>>...35

/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
60 MemberDecorate 66(ub2) 0 Offset 0
61 Decorate 66(ub2) BufferBlock
101 66(ub2): TypeStruct 65(s2)
102 67: TypePointer Uniform 66(ub2)
/dports/databases/soci/soci-4.0.1/src/backends/oracle/
H A Dvector-use-type.cpp39 void * & data, sb4 & elementSize, ub2 & oracleType) in prepare_for_bind()
127 sizes_.push_back(static_cast<ub2>(sz)); in prepare_for_bind()
177 ub2 oracleType; in bind_by_pos_bulk()
183 ub2 *sizesP = 0; // used only for std::string in bind_by_pos_bulk()
210 ub2 oracleType; in bind_by_name_bulk()
216 ub2 *sizesP = 0; // used only for std::string in bind_by_name_bulk()
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Dub_transform_test.cpp92 Eigen::VectorXd ub2(2); in TEST() local
99 std::vector<Eigen::VectorXd> ub_vec = {ub, ub2}; in TEST()
101 std::vector<Eigen::VectorXd> ub_vec_bad1 = {ub, ub2, ub}; in TEST()
202 Eigen::VectorXd ub2(2); in TEST() local
203 ub2 << -1.0, 5.0; in TEST()
204 std::vector<Eigen::VectorXd> ub_vec = {ub, ub2}; in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/Linalg/
H A Dfold-affine-min-scf.mlir78 %ub2 = affine.apply affine_map<(d0)[s0] -> (s0 * d0)> (%step)[%step]
79 scf.for %i = %c0 to %ub2 step %step {
80 %1 = affine.min affine_map<(d0, d1, d2) -> (d0, d2 - d1)> (%step, %i, %ub2)
139 %ub2 = affine.apply affine_map<(d0)[s0] -> (s0 * d0)> (%step)[%step]
140 scf.parallel (%i) = (%c0) to (%ub2) step (%step) {
141 %1 = affine.min affine_map<(d0, d1, d2) -> (d0, d2 - d1)> (%step, %i, %ub2)
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
61 MemberDecorate 66(ub2) 0 Offset 0
62 Decorate 66(ub2) BufferBlock
104 66(ub2): TypeStruct 65(s2)
105 67: TypePointer Uniform 66(ub2)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
61 MemberDecorate 66(ub2) 0 Offset 0
62 Decorate 66(ub2) BufferBlock
104 66(ub2): TypeStruct 65(s2)
105 67: TypePointer Uniform 66(ub2)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/Linalg/
H A Dfold-affine-min-scf.mlir78 %ub2 = affine.apply affine_map<(d0)[s0] -> (s0 * d0)> (%step)[%step]
79 scf.for %i = %c0 to %ub2 step %step {
80 %1 = affine.min affine_map<(d0, d1, d2) -> (d0, d2 - d1)> (%step, %i, %ub2)
139 %ub2 = affine.apply affine_map<(d0)[s0] -> (s0 * d0)> (%step)[%step]
140 scf.parallel (%i) = (%c0) to (%ub2) step (%step) {
141 %1 = affine.min affine_map<(d0, d1, d2) -> (d0, d2 - d1)> (%step, %i, %ub2)
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/Linalg/
H A Dfold-affine-min-scf.mlir78 %ub2 = affine.apply affine_map<(d0)[s0] -> (s0 * d0)> (%step)[%step]
79 scf.for %i = %c0 to %ub2 step %step {
80 %1 = affine.min affine_map<(d0, d1, d2) -> (d0, d2 - d1)> (%step, %i, %ub2)
139 %ub2 = affine.apply affine_map<(d0)[s0] -> (s0 * d0)> (%step)[%step]
140 scf.parallel (%i) = (%c0) to (%ub2) step (%step) {
141 %1 = affine.min affine_map<(d0, d1, d2) -> (d0, d2 - d1)> (%step, %i, %ub2)
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DUnit.cc190 Unit *ub2 = u->baseUnit(); in hasNonlinearRelationTo() local
191 if(ub2 != this) { in hasNonlinearRelationTo()
201 if(ub2->subtype() == SUBTYPE_COMPOSITE_UNIT) { in hasNonlinearRelationTo()
202 if(u->hasNonlinearRelationTo(ub2) && (((CompositeUnit*) ub2))->containsRelativeTo(baseUnit())) { in hasNonlinearRelationTo()
218 Unit *ub2 = u->baseUnit(); in hasApproximateRelationTo() local
219 if(ub2 != this) { in hasApproximateRelationTo()
227 if(ub2->subtype() == SUBTYPE_COMPOSITE_UNIT) { in hasApproximateRelationTo()
690 Unit *ub2 = u->baseUnit(); in hasNonlinearRelationTo() local
691 if(ub2 != ub) { in hasNonlinearRelationTo()
734 Unit *ub2 = u->baseUnit(); in hasApproximateRelationTo() local
[all …]
/dports/math/minizinc/libminizinc-2.5.5/share/minizinc/std/
H A Dfzn_lex_chain_lesseq_orbitope.mzn7 int: ub2 = max(index_set_2of2(a))
9 forall(j in lb2 + 1 .. ub2) (
H A Dfzn_lex_chain_lesseq_orbitope_reif.mzn7 int: ub2 = max(index_set_2of2(a))
9 forall(j in lb2 + 1 .. ub2) (
/dports/math/minizinc/libminizinc-2.5.5/share/minizinc/linear/
H A Dfzn_lex_chain_lesseq_int.mzn18 int: ub2 = max(index_set_2of2(a))
20 forall(j in lb2 + 1 .. ub2) (
/dports/astro/gpsd/gpsd-3.20/tests/
H A Dtest_bits.c17 static unsigned char ub1, ub2; variable
48 (uint64_t) ub1, (uint64_t) ub2, in bedumpall()
78 (uint64_t) ub1, (uint64_t) ub2, in ledumpall()
144 ub2 = getub(buf, 8); in main()
194 if (ub2 != 0xff) printf("getub(buf, 8) FAILED\n"); in main()
/dports/math/dbcsr/dbcsr-2.1.0/src/block/
H A Ddbcsr_block_operations.F699 ub2_s = ub2
1001 CALL dbcsr_data_clear0(area, lb=lb2, ub=ub2, value=value, lb2=lb, ub2=ub)
1003 CALL dbcsr_data_clear0(area, lb=lb, ub=ub, value=value, lb2=lb2, ub2=ub2)
1114 IF (PRESENT(ub2)) THEN
1116 u2 = ub2
1140 IF (PRESENT(ub2)) THEN
1142 u2 = ub2
1166 IF (PRESENT(ub2)) THEN
1168 u2 = ub2
1192 IF (PRESENT(ub2)) THEN
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/block/
H A Ddbcsr_block_operations.F712 ub2_s = ub2
1018 CALL dbcsr_data_clear0(area, lb=lb2, ub=ub2, value=value, lb2=lb, ub2=ub)
1020 CALL dbcsr_data_clear0(area, lb=lb, ub=ub, value=value, lb2=lb2, ub2=ub2)
1135 IF (PRESENT(ub2)) THEN
1137 u2 = ub2
1161 IF (PRESENT(ub2)) THEN
1163 u2 = ub2
1187 IF (PRESENT(ub2)) THEN
1189 u2 = ub2
1213 IF (PRESENT(ub2)) THEN
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/fastjar/
H A Dzipfile.h77 #define UNPACK_UB2(s, o) (ub2)s[o] + (((ub2)s[o + 1]) << 8)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/fastjar/
H A Dzipfile.h77 #define UNPACK_UB2(s, o) (ub2)s[o] + (((ub2)s[o + 1]) << 8)
/dports/archivers/fastjar/fastjar/
H A Dzipfile.h78 #define UNPACK_UB2(s, o) (ub2)s[o] + (((ub2)s[o + 1]) << 8)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
63 MemberDecorate 66(ub2) 0 Offset 0
64 Decorate 66(ub2) BufferBlock
108 66(ub2): TypeStruct 65(s2)
109 67: TypePointer Uniform 66(ub2)
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
63 MemberDecorate 66(ub2) 0 Offset 0
64 Decorate 66(ub2) BufferBlock
108 66(ub2): TypeStruct 65(s2)
109 67: TypePointer Uniform 66(ub2)
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
63 MemberDecorate 66(ub2) 0 Offset 0
64 Decorate 66(ub2) BufferBlock
108 66(ub2): TypeStruct 65(s2)
109 67: TypePointer Uniform 66(ub2)
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
63 MemberDecorate 66(ub2) 0 Offset 0
64 Decorate 66(ub2) BufferBlock
108 66(ub2): TypeStruct 65(s2)
109 67: TypePointer Uniform 66(ub2)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
63 MemberDecorate 66(ub2) 0 Offset 0
64 Decorate 66(ub2) BufferBlock
108 66(ub2): TypeStruct 65(s2)
109 67: TypePointer Uniform 66(ub2)
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
63 MemberDecorate 66(ub2) 0 Offset 0
64 Decorate 66(ub2) BufferBlock
108 66(ub2): TypeStruct 65(s2)
109 67: TypePointer Uniform 66(ub2)
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dspv.aggOps.frag.out40 Name 66 "ub2"
41 MemberName 66(ub2) 0 "foo2b"
63 MemberDecorate 66(ub2) 0 Offset 0
64 Decorate 66(ub2) BufferBlock
108 66(ub2): TypeStruct 65(s2)
109 67: TypePointer Uniform 66(ub2)

12345678910>>...35