/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 98 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
|
D | MathExtras.h | 717 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;
|
D | BinaryStreamReader.h | 218 uint32_t Skew = 0) { 222 Array.setUnderlyingStream(S, Skew);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | matrix_decompose.inl | 30 …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/ |
D | PrologEpilogInserter.cpp | 637 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/ |
D | MathExtras.h | 672 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/ |
D | runtimeimagefilter.cpp | 68 draw_layer( 0, 500, SkMatrix::Skew(-0.5f, 0));
|
/third_party/boost/libs/math/doc/distributions/ |
D | skew_normal.qbk | 1 [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/ |
D | Transform.cpp | 55 * SkMatrix::Skew(std::tan(sk), 0) in totalMatrix()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAdapter.h | 128 ADAPTER_PROPERTY(Skew , SkScalar, 0)
|
/third_party/boost/libs/math/doc/overview/ |
D | credits.qbk | 91 The Skew-normal distribution and Owen's t function were written by Benjamin Sobotta.
|
D | roadmap.qbk | 336 * Added the Owen's T function and Skew Normal distribution written by Benjamin Sobotta: see __owens…
|
/third_party/skia/include/core/ |
D | SkMatrix.h | 116 static SkMatrix SK_WARN_UNUSED_RESULT Skew(SkScalar kx, SkScalar ky) { in Skew() function
|
/third_party/node/deps/npm/node_modules/http-signature/ |
D | http_signing.md | 204 ## Clock Skew
|
/third_party/boost/libs/heap/doc/ |
D | heap.qbk | 341 …[@http://en.wikipedia.org/wiki/Skew_heap Skew heaps] are self-adjusting node-based heaps. Although…
|
/third_party/boost/libs/math/doc/background/ |
D | implementation.qbk | 179 [@http://www.amstat.org/publications/jse/v13n2/vonhippel.html Mean, Median, and Skew, Paul T von Hi…
|
/third_party/boost/libs/math/doc/ |
D | math.qbk | 388 [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/ |
D | lcet10.txt | 1803 AM to attempt to think through the agenda for the Workshop. Skew, for
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 42544 tsdemux: Skew correction should use the upstream DTS
|