Home
last modified time | relevance | path

Searched full:triplet (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/python/cpython2/Lib/idlelib/
DMultiCall.py77 def bind(self, triplet, func): argument
93 def unbind(self, triplet, func): argument
203 def bind(self, triplet, func): argument
204 if triplet[2] not in self.bindedfuncs:
205 self.bindedfuncs[triplet[2]] = [[] for s in _states]
208 for detail in (triplet[2], None)
212 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2])
215 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func)
221 def unbind(self, triplet, func): argument
222 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func)
[all …]
/external/python/cpython3/Lib/idlelib/
Dmulticall.py82 def bind(self, triplet, func): argument
98 def unbind(self, triplet, func): argument
213 def bind(self, triplet, func): argument
214 if triplet[2] not in self.bindedfuncs:
215 self.bindedfuncs[triplet[2]] = [[] for s in _states]
218 for detail in (triplet[2], None)
222 seq = "<%s%s-%s>"% (_state_names[s], self.typename, triplet[2])
225 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].append(func)
231 def unbind(self, triplet, func): argument
232 doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func)
[all …]
/external/llvm-project/flang/lib/Evaluate/
Dfold.cpp28 [&](Triplet &triplet) -> std::optional<Constant<SubscriptInteger>> { in GetConstantSubscript() argument
29 auto lower{triplet.lower()}, upper{triplet.upper()}; in GetConstantSubscript()
30 std::optional<ConstantSubscript> stride{ToInt64(triplet.stride())}; in GetConstantSubscript()
103 Triplet FoldOperation(FoldingContext &context, Triplet &&triplet) { in FoldOperation() argument
104 MaybeExtentExpr lower{triplet.lower()}; in FoldOperation()
105 MaybeExtentExpr upper{triplet.upper()}; in FoldOperation()
107 Fold(context, triplet.stride())}; in FoldOperation()
116 [&](Triplet &&triplet) { in FoldOperation() argument
118 FoldOperation(context, std::move(triplet))); in FoldOperation()
Dvariable.cpp26 Triplet::Triplet() : stride_{Expr<SubscriptInteger>{1}} {} in Triplet() function in Fortran::evaluate::Triplet
28 Triplet::Triplet(std::optional<Expr<SubscriptInteger>> &&l, in Triplet() function in Fortran::evaluate::Triplet
40 std::optional<Expr<SubscriptInteger>> Triplet::lower() const { in lower()
47 Triplet &Triplet::set_lower(Expr<SubscriptInteger> &&expr) { in set_lower()
52 std::optional<Expr<SubscriptInteger>> Triplet::upper() const { in upper()
59 Triplet &Triplet::set_upper(Expr<SubscriptInteger> &&expr) { in set_upper()
64 Expr<SubscriptInteger> Triplet::stride() const { return stride_.value(); } in stride()
66 Triplet &Triplet::set_stride(Expr<SubscriptInteger> &&expr) { in set_stride()
71 bool Triplet::IsStrideOne() const { in IsStrideOne()
387 [](const Triplet &) { return 1; }, in Rank() argument
[all …]
Dcheck-expression.cpp182 bool operator()(const Triplet &x) const { in operator ()()
188 [&](const Triplet &t) { return (*this)(t); }, in operator ()()
594 if (const auto *triplet{std::get_if<Triplet>(&subscript[j].u)}) { in CheckSubscripts() local
595 if (!triplet->IsStrideOne()) { in CheckSubscripts()
598 if (triplet->lower() || triplet->upper()) { in CheckSubscripts()
Dfold-designator.cpp106 [&](const Triplet &triplet) { in FoldDesignator() argument
108 triplet.lower().value_or(ExtentExpr{lower})))}; in FoldDesignator()
110 triplet.upper().value_or(ExtentExpr{upper})))}; in FoldDesignator()
111 auto step{ToInt64(Fold(context_, triplet.stride()))}; in FoldDesignator()
/external/harfbuzz_ng/
Dappveyor.yml10 # triplet: x86-windows
16 # triplet: x64-windows
31 # triplet: x86-windows
38 triplet: x86-windows
45 triplet: x86-windows
61 …="msvc" if not "%platform%"=="ARM" vcpkg install glib:%triplet% freetype:%triplet% cairo:%triplet%'
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/
Dconcat_map.cpp38 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}) in __anond566f7ff0102() argument
41 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}); in __anond566f7ff0602() argument
85 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff0902() argument
89 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff0e02() argument
133 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff0f02() argument
137 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff1402() argument
182 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff1502() argument
186 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anond566f7ff1a02() argument
Dflat_map.cpp73 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}) in __anonbdf351ce0102() argument
76 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}); in __anonbdf351ce0602() argument
121 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce0802() argument
125 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce0d02() argument
169 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce0e02() argument
173 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce1302() argument
217 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce1402() argument
221 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}, in __anonbdf351ce1902() argument
/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c32 /* Compute shaders are invoked with a gl_NumWorkGroups X/Y/Z triplet. Vertex
33 * shaders, it turns out, are invoked with the same mechanism, with the triplet
36 * Alongside this triplet is the gl_WorkGroupSize X/Y/Z triplet.
38 * Unfortunately, the packing for these triplet into the
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.txt11 text files: GSM triplet file (see hostapd.sim_db) and Milenage file (see
14 GSM triplet data is used for a more static configuration (e.g., triplets
26 hlr_auc_gw [-hu] [-s<socket path>] [-g<triplet file>] [-m<milenage file>] \
34 -g<triplet file> = path for GSM authentication triplets
/external/eigen/Eigen/src/SparseCore/
DSparseUtil.h147 * \class Triplet
149 * \brief A small structure to hold a non zero as a triplet (i,j,value).
154 class Triplet
157 Triplet() : m_row(0), m_col(0), m_value(0) {}
159 Triplet(const StorageIndex& i, const StorageIndex& j, const Scalar& v = Scalar(0))
/external/google-fruit/include/fruit/impl/meta/
Dgraph.h23 #include <fruit/impl/meta/triplet.h>
45 // Triplet<NewVisitedSet, Loop, IsLoopComplete>, where Loop is the Vector representing the part
53 // CurrentResult is a Triplet<VisitedSet, Loop, IsLoopComplete> (where IsLoopComplete
75 Triplet<VisitedSet, Vector<Node>, Bool<false>>,
Dtriplet.h27 struct Triplet { struct
36 using type = Triplet<First, Second, Third>; argument
/external/llvm-project/flang/include/flang/Evaluate/
Dvariable.h153 // R921 subscript-triplet
154 class Triplet {
156 Triplet();
157 DEFAULT_CONSTRUCTORS_AND_ASSIGNMENTS(Triplet)
158 Triplet(std::optional<Expr<SubscriptInteger>> &&,
163 Triplet &set_lower(Expr<SubscriptInteger> &&);
165 Triplet &set_upper(Expr<SubscriptInteger> &&);
167 Triplet &set_stride(Expr<SubscriptInteger> &&);
169 bool operator==(const Triplet &) const;
185 std::variant<IndirectSubscriptIntegerExpr, Triplet> u;
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/pythagorian/
Dmain.cpp128 [](int /*x*/, std::tuple<int,int,int> triplet){return triplet;}) in wmain() argument
131 [](int /*z*/, std::tuple<int,int,int> triplet){return triplet;}); in wmain() argument
/external/llvm-project/flang/lib/Semantics/
Dcheck-data.cpp127 [&](const evaluate::Triplet &triplet) { in operator ()() argument
128 return CheckSubscriptExpr(triplet.lower()) && in operator ()()
129 CheckSubscriptExpr(triplet.upper()) && in operator ()()
130 CheckSubscriptExpr(triplet.stride()); in operator ()()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/base64/
DBase64CodecTest.java68 int TRIPLET = 0x1F0749; in testCharEncoding() local
70 std.encodeBase64Chunk(sb, TRIPLET); in testCharEncoding()
75 std.encodeBase64Chunk(TRIPLET, act, 0); in testCharEncoding()
/external/python/cpython3/Lib/tkinter/
Dcolorchooser.py15 # (given as an RGB triplet or a Tk color string)
40 # assume an RGB triplet
/external/python/cpython2/Lib/lib-tk/
DtkColorChooser.py15 # (given as an RGB triplet or a Tk color string)
38 # assume an RGB triplet
/external/arm-trusted-firmware/drivers/scmi-msg/
Dclock.c324 unsigned long triplet[3] = { 0U, 0U, 0U }; in scmi_clock_describe_rates() local
326 /* Platform may support min§max/step triplet description */ in scmi_clock_describe_rates()
328 triplet); in scmi_clock_describe_rates()
331 triplet, 3U); in scmi_clock_describe_rates()
/external/jsilver/src/com/google/streamhtmlparser/impl/
DStateTableTransition.java23 * file. A state transition is a triplet as follows:
31 * <p>For example, the triplet ("a-z123", A, B) will cause the
/external/toolchain-utils/cros_utils/
Dcommand_executer.py76 Returns triplet (returncode, stdout, stderr).
224 Returns a triplet (returncode, stdout, stderr).
275 Returns triplet (returncode, stdout, stderr).
346 Returns a triplet (returncode, stdout, stderr).
366 Returns triplet (returncode, stdout, stderr).
434 Returns a triplet (returncode, stdout, stderr).
/external/llvm-project/flang/lib/Parser/
Dparse-tree.cpp197 auto &triplet{std::get<SubscriptTriplet>(iter->u)}; in ConvertToSubstring() local
198 CHECK(!std::get<2>(triplet.t)); in ConvertToSubstring()
201 SubstringRange{std::get<0>(std::move(triplet.t)), in ConvertToSubstring()
202 std::get<1>(std::move(triplet.t))}}; in ConvertToSubstring()
/external/eigen/doc/
DTutorialSparse.dox97 …le>, and a triplet list of the same scalar type \c Triplet<double>. A triplet is a simple object …
198 typedef Eigen::Triplet<double> T;
211 See the SparseMatrix::setFromTriplets() function and class Triplet for more details.

12345678910