Home
last modified time | relevance | path

Searched refs:Skew (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h98 explicit VarStreamArray(BinaryStreamRef Stream, uint32_t Skew = 0)
99 : Stream(Stream), Skew(Skew) {} in Stream()
101 VarStreamArray(BinaryStreamRef Stream, const Extractor &E, uint32_t Skew = 0)
102 : Stream(Stream), E(E), Skew(Skew) {} in Stream()
105 return Iterator(*this, E, Skew, nullptr);
110 uint32_t skew() const { return Skew; } in skew()
117 assert(Begin >= Skew); in substream()
138 Skew = NewSkew;
141 void drop_front() { Skew += begin()->length(); } in drop_front()
146 uint32_t Skew = 0; variable
DMathExtras.h717 inline uint64_t alignTo(uint64_t Value, uint64_t Align, uint64_t Skew = 0) {
719 Skew %= Align;
720 return (Value + Align - 1 - Skew) / Align * Align + Skew;
742 inline uint64_t alignDown(uint64_t Value, uint64_t Align, uint64_t Skew = 0) {
744 Skew %= Align;
745 return (Value - Skew) / Align * Align + Skew;
DBinaryStreamReader.h218 uint32_t Skew = 0) {
222 Array.setUnderlyingStream(S, Skew);
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …cale, tquat<T, P> & Orientation, tvec3<T, P> & Translation, tvec3<T, P> & Skew, tvec4<T, P> & Pers… argument
100 Skew.z = dot(Row[0], Row[1]);
101 Row[1] = detail::combine(Row[1], Row[0], static_cast<T>(1), -Skew.z);
106 Skew.z /= Scale.y;
109 Skew.y = glm::dot(Row[0], Row[2]);
110 Row[2] = detail::combine(Row[2], Row[0], static_cast<T>(1), -Skew.y);
111 Skew.x = glm::dot(Row[1], Row[2]);
112 Row[2] = detail::combine(Row[2], Row[1], static_cast<T>(1), -Skew.x);
117 Skew.y /= Scale.z;
118 Skew.x /= Scale.z;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp637 unsigned &MaxAlign, unsigned Skew) { in AdjustStackOffset() argument
649 Offset = alignTo(Offset, Align, Skew); in AdjustStackOffset()
772 int64_t &Offset, unsigned &MaxAlign, unsigned Skew) { in AssignProtectedObjSet() argument
777 AdjustStackOffset(MFI, i, StackGrowsDown, Offset, MaxAlign, Skew); in AssignProtectedObjSet()
804 unsigned Skew = TFI.getStackAlignmentSkew(MF); in calculateFrameObjectOffsets() local
851 Offset = alignTo(Offset, Align, Skew); in calculateFrameObjectOffsets()
868 Offset = alignTo(Offset, Align, Skew); in calculateFrameObjectOffsets()
894 AdjustStackOffset(MFI, *I, StackGrowsDown, Offset, MaxAlign, Skew); in calculateFrameObjectOffsets()
905 Offset = alignTo(Offset, Align, Skew); in calculateFrameObjectOffsets()
943 Skew); in calculateFrameObjectOffsets()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h672 inline uint64_t alignTo(uint64_t Value, uint64_t Align, uint64_t Skew = 0) {
674 Skew %= Align;
675 return (Value + Align - 1 - Skew) / Align * Align + Skew;
700 inline uint64_t alignDown(uint64_t Value, uint64_t Align, uint64_t Skew = 0) {
702 Skew %= Align;
703 return (Value - Skew) / Align * Align + Skew;
/third_party/skia/gm/
Druntimeimagefilter.cpp68 draw_layer( 0, 500, SkMatrix::Skew(-0.5f, 0));
/third_party/boost/libs/math/doc/distributions/
Dskew_normal.qbk1 [section:skew_normal_dist Skew Normal Distribution]
108 * [@http://azzalini.stat.unipd.it/SN/ Skew-Normal Probability Distribution] for many links and bibl…
134 [@http://azzalini.stat.unipd.it/SN/ Skew-Normal Probability Distribution],
/third_party/skia/modules/skottie/src/
DTransform.cpp55 * SkMatrix::Skew(std::tan(sk), 0) in totalMatrix()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.h128 ADAPTER_PROPERTY(Skew , SkScalar, 0)
/third_party/boost/libs/math/doc/overview/
Dcredits.qbk91 The Skew-normal distribution and Owen's t function were written by Benjamin Sobotta.
Droadmap.qbk336 * Added the Owen's T function and Skew Normal distribution written by Benjamin Sobotta: see __owens…
/third_party/skia/include/core/
DSkMatrix.h116 static SkMatrix SK_WARN_UNUSED_RESULT Skew(SkScalar kx, SkScalar ky) { in Skew() function
/third_party/node/deps/npm/node_modules/http-signature/
Dhttp_signing.md204 ## Clock Skew
/third_party/boost/libs/heap/doc/
Dheap.qbk341 …[@http://en.wikipedia.org/wiki/Skew_heap Skew heaps] are self-adjusting node-based heaps. Although…
/third_party/boost/libs/math/doc/background/
Dimplementation.qbk179 [@http://www.amstat.org/publications/jse/v13n2/vonhippel.html Mean, Median, and Skew, Paul T von Hi…
/third_party/boost/libs/math/doc/
Dmath.qbk388 [def __skew_normal_distrib [link math_toolkit.dist_ref.dists.skew_normal_dist Skew Normal Distribut…
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dlcet10.txt1803 AM to attempt to think through the agenda for the Workshop. Skew, for
/third_party/gstreamer/gstplugins_bad/
DChangeLog42544 tsdemux: Skew correction should use the upstream DTS