/external/rust/crates/criterion-plot/src/ |
D | display.rs | 4 use crate::{Axes, Axis, Color, Display, Grid, LineType, PointType, Terminal}; 98 impl Display<&'static str> for PointType { implementation 101 PointType::Circle => "6", in display() 102 PointType::FilledCircle => "7", in display() 103 PointType::FilledSquare => "5", in display() 104 PointType::FilledTriangle => "9", in display() 105 PointType::Plus => "1", in display() 106 PointType::Square => "4", in display() 107 PointType::Star => "3", in display() 108 PointType::Triangle => "8", in display() [all …]
|
D | errorbar.rs | 10 PointType, Script, 20 point_type: Option<PointType>, 130 impl Set<PointType> for Properties { 132 fn set(&mut self, pt: PointType) -> &mut Properties { in set()
|
D | curve.rs | 10 PointType, Script, 20 point_type: Option<PointType>, 147 impl Set<PointType> for Properties { 149 fn set(&mut self, pt: PointType) -> &mut Properties { in set()
|
D | prelude.rs | 12 PointSize, PointType, Range, Scale, ScaleFactor, Size, Terminal, TicLabels,
|
D | lib.rs | 841 pub enum PointType { enum
|
/external/eigen/unsupported/test/ |
D | splines.cpp | 203 typedef Spline2d::PointType PointType; in check_global_interpolation2d() typedef 218 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d() 219 PointType ref = points.col(i); in check_global_interpolation2d() 230 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d() 231 PointType ref = points.col(i); in check_global_interpolation2d() 239 typedef Spline2d::PointType PointType; in check_global_interpolation_with_derivatives2d() typedef 262 PointType point = spline(knots(i)); in check_global_interpolation_with_derivatives2d() 263 PointType referencePoint = points.col(i); in check_global_interpolation_with_derivatives2d() 265 PointType derivative = spline.derivatives(knots(i), 1).col(1); in check_global_interpolation_with_derivatives2d() 266 PointType referenceDerivative = derivatives.col(i); in check_global_interpolation_with_derivatives2d()
|
/external/llvm-project/lldb/test/API/lang/cpp/class_static/ |
D | main.cpp | 13 typedef struct PointType struct 16 } PointType; typedef 21 static PointType g_points[]; 24 PointType A::g_points[] = 30 static PointType g_points[] =
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 324 using PointType = CFX_PointF; 335 CFX_RectF(const PointType& p, float dst_width, float dst_height) in CFX_RectF() 337 CFX_RectF(const PointType& p1, const SizeType& s2) in CFX_RectF() 348 CFX_RectF& operator+=(const PointType& p) { 353 CFX_RectF& operator-=(const PointType& p) { 380 void Inflate(const PointType& p) { Inflate(p.x, p.y); } in Inflate() 399 void Deflate(const PointType& p) { Deflate(p.x, p.y); } in Deflate() 417 bool Contains(const PointType& p) const { in Contains() 430 PointType TopLeft() const { return PointType(left, top); } in TopLeft() 431 PointType TopRight() const { return PointType(left + width, top); } in TopRight() [all …]
|
/external/llvm-project/lldb/test/API/tools/lldb-vscode/variables/ |
D | main.cpp | 3 struct PointType { struct 14 PointType pt = { 11,22, {0}}; in main() argument
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | iteration_times.rs | 40 .set(PointType::FilledCircle) in iteration_times_figure() 125 .set(PointType::FilledCircle) in iteration_times_comparison_figure() 137 .set(PointType::FilledCircle) in iteration_times_comparison_figure()
|
D | pdf.rs | 120 .set(PointType::FilledCircle) in pdf() 155 .set(PointType::FilledCircle) in pdf() 189 .set(PointType::FilledCircle) in pdf()
|
D | summary.rs | 112 p.set(PointType::FilledCircle) in line_comparison()
|
D | regression.rs | 66 .set(PointType::FilledCircle) in regression_figure()
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 43 typedef typename SplineTraits<Spline>::PointType PointType; typedef 112 PointType operator()(Scalar u) const; 297 …typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scal… in operator()
|
D | SplineFwd.h | 47 typedef Array<Scalar,Dimension,1> PointType;
|