Searched defs:Span (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/src/Renderer/
H A DPrimitive.hpp66 struct Span struct in struct:sw::Primitive
72 Span outlineUnderflow;
73 Span outline[OUTLINE_RESOLUTION];
74 Span outlineOverflow;
/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h196 static DenseIndex Span(typename SplineTraits<Spline>::Scalar u, DenseIndex degree, const typename SplineTraits<Spline>::KnotVectorType& knots);
234 DenseIndex Spline<_Scalar, _Dim, _Degree>::Span( function in class:Eigen::Spline
255 const DenseIndex i = Spline::Span(u, degree, knots);
293 return Spline::Span(u, degree(), knots());
386 const DenseIndex span = SplineType::Span(u, p, U);
/external/skia/src/core/
H A DSkLinearBitmapPipeline_core.h46 // The Span class enables efficient processing horizontal spans of pixels.
57 class Span { class in namespace:__anon16963
59 Span(SkPoint start, SkScalar length, int count) function in class:__anon16963::Span
77 Span emptySpan() { return Span{{0.0, 0.0}, 0.0f, 0}; }
89 Span breakAt(SkScalar breakX, SkScalar dx) {
105 Span answer = *this;
140 return Span{newStart, newLength, newCount};
155 void span_fallback(Span span, Stage* stage) {
209 virtual void pointSpan(Span spa
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1565 ArangeSpan Span; local
1566 Span.Start = Cur.Sym;
1567 Span.End = nullptr;
1569 Spans[Cur.CU].push_back(Span);
1600 ArangeSpan Span; local
1601 Span.Start = StartSym;
1602 Span.End = Cur.Sym;
1604 Spans[Prev.CU].push_back(Span);
1667 for (const ArangeSpan &Span : List) {
1668 Asm->EmitLabelReference(Span
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp367 ConstantRange Span = local
373 Span = Span.inverse();
376 if (Span.getSetSize().ugt(8) || Span.isEmptySet() ||
378 Span.isWrappedSet())
381 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp)
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location), global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.Parser, new[]{ "Path", "Span", "LeadingComments", "TrailingComments", "LeadingDetachedComments" }, null, null, null)}),
4915 public pbc::RepeatedField<int> Span { property in class:Google.Protobuf.Reflection.SourceCodeInfo.Types.Location
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp541 ConstantRange Span = ConstantRange::makeAllowedICmpRegion( local
548 Span = Span.subtract(*RHSC);
556 Span = Span.inverse();
559 if (Span.getSetSize().ugt(8) || Span.isEmptySet()) {
568 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 351 milliseconds