Home
last modified time | relevance | path

Searched refs:Vals (Results 226 – 250 of 2412) sorted by relevance

12345678910>>...97

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp206 SmallVectorImpl<uint64_t> &Vals, in readRecord() argument
217 Vals.reserve(Vals.size() + NumElts); in readRecord()
221 Vals.push_back(MaybeVal.get()); in readRecord()
248 Vals.push_back(Op.getLiteralValue()); in readRecord()
255 Vals.push_back(MaybeVal.get()); in readRecord()
267 Vals.reserve(Vals.size() + NumElts); in readRecord()
285 Vals.push_back(MaybeVal.get()); in readRecord()
293 Vals.push_back(MaybeVal.get()); in readRecord()
300 Vals.push_back(BitCodeAbbrevOp::DecodeChar6(MaybeVal.get())); in readRecord()
322 Vals.append(NumElts, 0); in readRecord()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp45 SmallVector<Metadata *, 4> Vals(Weights.size() + 1); in createBranchWeights() local
46 Vals[0] = createString("branch_weights"); in createBranchWeights()
50 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i])); in createBranchWeights()
52 return MDNode::get(Context, Vals); in createBranchWeights()
202 SmallVector<Metadata *, 4> Vals(Fields.size() * 3); in createTBAAStructNode() local
207 Vals[i * 3 + 2] = Fields[i].Type; in createTBAAStructNode()
209 return MDNode::get(Context, Vals); in createTBAAStructNode()
306 Metadata *Vals[] = { in createIrrLoopHeaderWeight() local
310 return MDNode::get(Context, Vals); in createIrrLoopHeaderWeight()
316 Metadata *Vals[] = { in createMisExpect() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp207 SmallVectorImpl<uint64_t> &Vals, in readRecord() argument
218 Vals.reserve(Vals.size() + NumElts); in readRecord()
222 Vals.push_back(MaybeVal.get()); in readRecord()
249 Vals.push_back(Op.getLiteralValue()); in readRecord()
256 Vals.push_back(MaybeVal.get()); in readRecord()
268 Vals.reserve(Vals.size() + NumElts); in readRecord()
286 Vals.push_back(MaybeVal.get()); in readRecord()
294 Vals.push_back(MaybeVal.get()); in readRecord()
301 Vals.push_back(BitCodeAbbrevOp::DecodeChar6(MaybeVal.get())); in readRecord()
323 Vals.append(NumElts, 0); in readRecord()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp206 SmallVectorImpl<uint64_t> &Vals, in readRecord() argument
217 Vals.reserve(Vals.size() + NumElts); in readRecord()
221 Vals.push_back(MaybeVal.get()); in readRecord()
248 Vals.push_back(Op.getLiteralValue()); in readRecord()
255 Vals.push_back(MaybeVal.get()); in readRecord()
267 Vals.reserve(Vals.size() + NumElts); in readRecord()
285 Vals.push_back(MaybeVal.get()); in readRecord()
293 Vals.push_back(MaybeVal.get()); in readRecord()
300 Vals.push_back(BitCodeAbbrevOp::DecodeChar6(MaybeVal.get())); in readRecord()
322 Vals.append(NumElts, 0); in readRecord()
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dcompile.go126 if cap(env.Vals) >= nbind {
127 env.Vals = env.Vals[0:nbind]
129 env.Vals = make([]r.Value, nbind)
159 if cap(env.Vals) >= nbind {
160 env.Vals = env.Vals[0:nbind]
162 env.Vals = make([]r.Value, nbind)
205 if cap(env.Vals) >= nbind {
206 env.Vals = env.Vals[0:nbind]
208 env.Vals = make([]r.Value, nbind)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/github.com/cockroachdb/datadriven/
H A Ddatadriven.go247 if len(dests) != len(arg.Vals) {
248 t.Fatalf("%s: got %d destinations, but %d values", arg.Key, len(dests), len(arg.Vals))
264 Vals []string member
268 switch len(arg.Vals) {
273 return fmt.Sprintf("%s=%s", arg.Key, arg.Vals[0])
276 return fmt.Sprintf("%s=(%s)", arg.Key, strings.Join(arg.Vals, ", "))
282 if i < 0 || i >= len(arg.Vals) {
285 val := arg.Vals[i]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/vendor/github.com/cockroachdb/datadriven/
H A Ddatadriven.go247 if len(dests) != len(arg.Vals) {
248 t.Fatalf("%s: got %d destinations, but %d values", arg.Key, len(dests), len(arg.Vals))
264 Vals []string member
268 switch len(arg.Vals) {
273 return fmt.Sprintf("%s=%s", arg.Key, arg.Vals[0])
276 return fmt.Sprintf("%s=(%s)", arg.Key, strings.Join(arg.Vals, ", "))
282 if i < 0 || i >= len(arg.Vals) {
285 val := arg.Vals[i]
/dports/devel/etcd34/etcd-3.4.18/vendor/github.com/cockroachdb/datadriven/
H A Ddatadriven.go247 if len(dests) != len(arg.Vals) {
248 t.Fatalf("%s: got %d destinations, but %d values", arg.Key, len(dests), len(arg.Vals))
264 Vals []string member
268 switch len(arg.Vals) {
273 return fmt.Sprintf("%s=%s", arg.Key, arg.Vals[0])
276 return fmt.Sprintf("%s=(%s)", arg.Key, strings.Join(arg.Vals, ", "))
282 if i < 0 || i >= len(arg.Vals) {
285 val := arg.Vals[i]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/vendor/github.com/cockroachdb/datadriven/
H A Ddatadriven.go247 if len(dests) != len(arg.Vals) {
248 t.Fatalf("%s: got %d destinations, but %d values", arg.Key, len(dests), len(arg.Vals))
264 Vals []string member
268 switch len(arg.Vals) {
273 return fmt.Sprintf("%s=%s", arg.Key, arg.Vals[0])
276 return fmt.Sprintf("%s=(%s)", arg.Key, strings.Join(arg.Vals, ", "))
282 if i < 0 || i >= len(arg.Vals) {
285 val := arg.Vals[i]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DMetadata.h113 MDNode(LLVMContext &C, Value *const *Vals, unsigned NumVals,
116 static MDNode *getMDNode(LLVMContext &C, Value *const *Vals, unsigned NumVals,
120 static MDNode *get(LLVMContext &Context, Value *const *Vals,
124 static MDNode *getWhenValsUnresolved(LLVMContext &Context, Value *const *Vals,
127 static MDNode *getIfExists(LLVMContext &Context, Value *const *Vals,
133 static MDNode *getTemporary(LLVMContext &Context, Value *const *Vals,
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DMDBuilder.cpp46 SmallVector<Metadata *, 4> Vals(Weights.size() + 1);
47 Vals[0] = createString("branch_weights");
51 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i]));
53 return MDNode::get(Context, Vals);
159 SmallVector<Metadata *, 4> Vals(Fields.size() * 3);
162 Vals[i * 3 + 0] = createConstant(ConstantInt::get(Int64, Fields[i].Offset));
163 Vals[i * 3 + 1] = createConstant(ConstantInt::get(Int64, Fields[i].Size));
164 Vals[i * 3 + 2] = Fields[i].Type;
166 return MDNode::get(Context, Vals);
263 Metadata *Vals[] = {
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/core/detail/
H A Dbind_handler.hpp51 template<class Arg, class Vals>
59 extract(Arg&& arg, Vals&& vals) in extract()
65 template<class Arg, class Vals>
72 Vals>>::type&&
73 extract(Arg&&, Vals&& vals) in extract()
77 std::forward<Vals>(vals)); in extract()
80 template<class Arg, class Vals>
87 Vals>>::type&&
88 extract(Arg&&, Vals&& vals) in extract()
92 std::forward<Vals>(vals)); in extract()
/dports/devel/R-cran-BH/BH/inst/include/boost/beast/core/detail/
H A Dbind_handler.hpp51 template<class Arg, class Vals>
59 extract(Arg&& arg, Vals&& vals) in extract()
65 template<class Arg, class Vals>
72 Vals>>::type&&
73 extract(Arg&&, Vals&& vals) in extract()
77 std::forward<Vals>(vals)); in extract()
80 template<class Arg, class Vals>
87 Vals>>::type&&
88 extract(Arg&&, Vals&& vals) in extract()
92 std::forward<Vals>(vals)); in extract()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/beast/core/detail/
H A Dbind_handler.hpp51 template<class Arg, class Vals>
59 extract(Arg&& arg, Vals&& vals) in extract()
65 template<class Arg, class Vals>
72 Vals>>::type&&
73 extract(Arg&&, Vals&& vals) in extract()
77 std::forward<Vals>(vals)); in extract()
80 template<class Arg, class Vals>
87 Vals>>::type&&
88 extract(Arg&&, Vals&& vals) in extract()
92 std::forward<Vals>(vals)); in extract()
/dports/devel/hyperscan/boost_1_75_0/boost/beast/core/detail/
H A Dbind_handler.hpp51 template<class Arg, class Vals>
59 extract(Arg&& arg, Vals&& vals) in extract()
65 template<class Arg, class Vals>
72 Vals>>::type&&
73 extract(Arg&&, Vals&& vals) in extract()
77 std::forward<Vals>(vals)); in extract()
80 template<class Arg, class Vals>
87 Vals>>::type&&
88 extract(Arg&&, Vals&& vals) in extract()
92 std::forward<Vals>(vals)); in extract()
/dports/devel/erlang-parse_trans/parse_trans-3.3.0/examples/
H A Dexprecs_eunit.erl26 Vals = lists:zip(Fields, L),
27 Rec1 = M:NewF(Vals),
28 Rec1 = M:'#set-'(Vals, Rec),
29 Rec1 = M:'#fromlist-'(Vals, M:'#new-'(R)),
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Instrumentation/
H A DCGProfile.cpp91 SmallVector<Metadata *, 3> Vals;
92 Vals.push_back(ValueAsMetadata::get(E.first.first));
93 Vals.push_back(ValueAsMetadata::get(E.first.second));
94 Vals.push_back(MDB.createConstant(
96 Nodes.push_back(MDNode::get(Context, Vals));
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl702 [{value, ?zeroDotZero} | get_patch(Cols, Vals)];
704 [{value, ""} | get_patch(Cols, Vals)];
706 [{value, ""} | get_patch(Cols, Vals)];
708 [{value, ""} | get_patch(Cols, Vals)];
710 [{value, ""} | get_patch(Cols, Vals)];
711 get_patch([_Col | Cols], [Val | Vals]) ->
712 [Val | get_patch(Cols, Vals)];
716 next_patch([{[?usmUserCloneFrom | Idx], _Val} | Vals]) ->
718 next_patch([{[?usmUserAuthKeyChange | Idx], _Val} | Vals]) ->
726 next_patch([Val | Vals]) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl702 [{value, ?zeroDotZero} | get_patch(Cols, Vals)];
704 [{value, ""} | get_patch(Cols, Vals)];
706 [{value, ""} | get_patch(Cols, Vals)];
708 [{value, ""} | get_patch(Cols, Vals)];
710 [{value, ""} | get_patch(Cols, Vals)];
711 get_patch([_Col | Cols], [Val | Vals]) ->
712 [Val | get_patch(Cols, Vals)];
716 next_patch([{[?usmUserCloneFrom | Idx], _Val} | Vals]) ->
718 next_patch([{[?usmUserAuthKeyChange | Idx], _Val} | Vals]) ->
726 next_patch([Val | Vals]) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl702 [{value, ?zeroDotZero} | get_patch(Cols, Vals)];
704 [{value, ""} | get_patch(Cols, Vals)];
706 [{value, ""} | get_patch(Cols, Vals)];
708 [{value, ""} | get_patch(Cols, Vals)];
710 [{value, ""} | get_patch(Cols, Vals)];
711 get_patch([_Col | Cols], [Val | Vals]) ->
712 [Val | get_patch(Cols, Vals)];
716 next_patch([{[?usmUserCloneFrom | Idx], _Val} | Vals]) ->
718 next_patch([{[?usmUserAuthKeyChange | Idx], _Val} | Vals]) ->
726 next_patch([Val | Vals]) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl700 [{value, ?zeroDotZero} | get_patch(Cols, Vals)];
702 [{value, ""} | get_patch(Cols, Vals)];
704 [{value, ""} | get_patch(Cols, Vals)];
706 [{value, ""} | get_patch(Cols, Vals)];
708 [{value, ""} | get_patch(Cols, Vals)];
709 get_patch([_Col | Cols], [Val | Vals]) ->
710 [Val | get_patch(Cols, Vals)];
714 next_patch([{[?usmUserCloneFrom | Idx], _Val} | Vals]) ->
716 next_patch([{[?usmUserAuthKeyChange | Idx], _Val} | Vals]) ->
724 next_patch([Val | Vals]) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl702 [{value, ?zeroDotZero} | get_patch(Cols, Vals)];
704 [{value, ""} | get_patch(Cols, Vals)];
706 [{value, ""} | get_patch(Cols, Vals)];
708 [{value, ""} | get_patch(Cols, Vals)];
710 [{value, ""} | get_patch(Cols, Vals)];
711 get_patch([_Col | Cols], [Val | Vals]) ->
712 [Val | get_patch(Cols, Vals)];
716 next_patch([{[?usmUserCloneFrom | Idx], _Val} | Vals]) ->
718 next_patch([{[?usmUserAuthKeyChange | Idx], _Val} | Vals]) ->
726 next_patch([Val | Vals]) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl702 [{value, ?zeroDotZero} | get_patch(Cols, Vals)];
704 [{value, ""} | get_patch(Cols, Vals)];
706 [{value, ""} | get_patch(Cols, Vals)];
708 [{value, ""} | get_patch(Cols, Vals)];
710 [{value, ""} | get_patch(Cols, Vals)];
711 get_patch([_Col | Cols], [Val | Vals]) ->
712 [Val | get_patch(Cols, Vals)];
716 next_patch([{[?usmUserCloneFrom | Idx], _Val} | Vals]) ->
718 next_patch([{[?usmUserAuthKeyChange | Idx], _Val} | Vals]) ->
726 next_patch([Val | Vals]) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl702 [{value, ?zeroDotZero} | get_patch(Cols, Vals)];
704 [{value, ""} | get_patch(Cols, Vals)];
706 [{value, ""} | get_patch(Cols, Vals)];
708 [{value, ""} | get_patch(Cols, Vals)];
710 [{value, ""} | get_patch(Cols, Vals)];
711 get_patch([_Col | Cols], [Val | Vals]) ->
712 [Val | get_patch(Cols, Vals)];
716 next_patch([{[?usmUserCloneFrom | Idx], _Val} | Vals]) ->
718 next_patch([{[?usmUserAuthKeyChange | Idx], _Val} | Vals]) ->
726 next_patch([Val | Vals]) ->
[all …]
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dpigment.cpp331 if (!i->Vals.TransmittedColour().IsNearZero(EPSILON)) in Post()
343 Post_Pigment(i->Vals, &rHasFilter); in Post()
528 colour = Cur->Vals; in Compute()
532 Blend(colour, Prev->Vals, prevWeight, Cur->Vals, curWeight, Thread); in Compute()
545 if (Compute_Pigment(colour, Cur->Vals, TPoint, Intersect, ray, Thread)) in Compute()
550 if (Compute_Pigment(Temp_Colour, Prev->Vals, TPoint, Intersect, ray, Thread)) in Compute()
564 colour += i->value * i->Vals; in ComputeAverage()
579 Compute_Pigment (tempColour, i->Vals, EPoint, Intersect, ray, Thread); in ComputeAverage()
589 colour = TransColour(Blend_Map_Entries[0].Vals); in ComputeUVMapped()
605 return Compute_Pigment(colour, Cur->Vals, TPoint, Intersect, ray, Thread); in ComputeUVMapped()
[all …]

12345678910>>...97