Home
last modified time | relevance | path

Searched refs:XValue (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Dreference.hpp19 template <typename T, bool XValue = false>
25 template <typename T, bool XValue>
28 using type = object_ref<T, XValue>;
37 template <typename T, bool XValue>
56 template <typename T, bool XValue /* = false*/>
126 XValue> in map()
135 template <typename T, bool XValue>
146 template <typename T, bool XValue>
163 constexpr bool operator==(const object_ref<T, XValue>& a, const object_ref<U, XValue>& b) noexcept in operator ==()
193 constexpr bool operator!=(const object_ref<T, XValue>& a, const object_ref<U, XValue>& b) noexcept in operator !=()
[all …]
H A Doptional_ref.hpp44 template <typename T, bool XValue /* = false*/>
48 static_assert(!XValue || !std::is_const<T>::value, "must not be const if xvalue reference");
50 using result_type = typename std::conditional<XValue, T&&, T&>::type;
56 using value_type = object_ref<T, XValue>;
64 using rebind = reference_optional_storage<U, XValue>;
73 void create_value(const basic_optional<reference_optional_storage<U, XValue>>& ref) in create_value()
85 void create_value(const object_ref<T, XValue>& other) noexcept in create_value()
148 return detail::move_if(std::integral_constant<bool, XValue>{}, other); in get_value_or()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dannotation_series_test.go19 {XValue: 1.0, YValue: 1.0, Label: "1.0"},
20 {XValue: 2.0, YValue: 2.0, Label: "2.0"},
21 {XValue: 3.0, YValue: 3.0, Label: "3.0"},
22 {XValue: 4.0, YValue: 4.0, Label: "4.0"},
72 {XValue: 1.0, YValue: 1.0, Label: "1.0"},
73 {XValue: 2.0, YValue: 2.0, Label: "2.0"},
74 {XValue: 3.0, YValue: 3.0, Label: "3.0"},
75 {XValue: 4.0, YValue: 4.0, Label: "4.0"},
H A Dlast_value_annotation_series.go18 lastValue.XValue, lastValue.YValue = typed.GetLastValues()
21 lastValue.XValue, lastValue.YValue = innerSeries.GetValues(innerSeries.Len() - 1)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DDataPoint.cs40 XValue = xValue; in DataPoint()
46 XValue = xValue; in DataPoint()
65 public double XValue { get; set; } property in System.Windows.Forms.DataVisualization.Charting.DataPoint
72 DataPoint clone = new DataPoint (XValue, YValues); in Clone()
87 return XValue; in GetValueByName()
110 XValue = (double)xValue; in SetValueXY()
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dshape_base.h145 typename Value<Shape>::Type XValue;
164 XValue(0),
170 XValue(0)
189 XValue = other.XValue;
230 XValue(0) {}
561 return me.hValue = me.XValue = 0;
592 THValue hValue, XValue;
599 XValue += ordValue((TValue)*it);
604 hValue = XValue = 0;
607 ++XValue;
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/_examples/annotations/
H A Dmain.go30 {XValue: 1.0, YValue: 1.0, Label: "One"},
31 {XValue: 2.0, YValue: 2.0, Label: "Two"},
32 {XValue: 3.0, YValue: 3.0, Label: "Three"},
33 {XValue: 4.0, YValue: 4.0, Label: "Four"},
34 {XValue: 5.0, YValue: 5.0, Label: "Five"},
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dshape_base.h215 typename Value<Shape>::Type XValue;
236 XValue(0),
243 XValue(0),
265 XValue = other.XValue;
313 XValue(0),
759 return me.hValue = me.XValue = 0;
799 THValue hValue, XValue;
811 hValue = XValue = 0;
814 ++XValue;
854 me.XValue = me.XValue + ordValue((TValue)*(it + me.span - 1)) - ordValue(me.leftChar);
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dshape_base.h215 typename Value<Shape>::Type XValue;
236 XValue(0),
243 XValue(0),
265 XValue = other.XValue;
313 XValue(0),
759 return me.hValue = me.XValue = 0;
799 THValue hValue, XValue;
811 hValue = XValue = 0;
814 ++XValue;
854 me.XValue = me.XValue + ordValue((TValue)*(it + me.span - 1)) - ordValue(me.leftChar);
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dshape_base.h215 typename Value<Shape>::Type XValue;
236 XValue(0),
243 XValue(0),
265 XValue = other.XValue;
313 XValue(0),
765 return me.hValue = me.XValue = 0;
806 THValue hValue, XValue;
818 hValue = XValue = 0;
821 ++XValue;
862 me.XValue = me.XValue + ordValue((TValue)*(it + me.span - 1)) - ordValue(me.leftChar);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/DataManager/
H A DDataManager.cs390 if(!double.IsNaN(seriesPoint.XValue)) in GetMaxXWithRadiusValue()
394 … = Math.Max(returnValue, seriesPoint.XValue + BubbleChart.AxisScaleBubbleSize(area.Common, area, s… in GetMaxXWithRadiusValue()
398 returnValue = Math.Max(returnValue, seriesPoint.XValue); in GetMaxXWithRadiusValue()
425 if(!double.IsNaN(seriesPoint.XValue)) in GetMinXWithRadiusValue()
433 returnValue = Math.Min(returnValue, seriesPoint.XValue); in GetMinXWithRadiusValue()
483 returnValue = Math.Max(returnValue, seriesPoint.XValue); in GetMaxXValue()
503 max = Math.Max(max, seriesPoint.XValue); in GetMinMaxXValue()
504 min = Math.Min(min, seriesPoint.XValue); in GetMinMaxXValue()
831 returnValue = Math.Min(returnValue, seriesPoint.XValue); in GetMinXValue()
951 if(this._series[seriesName].Points[pointIndex].XValue < 0) in GetMinStackedXValue()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DFormulaData.cs420 double topXValue = series.Points[series.Points.Count - 1].XValue; in Formula()
424 point.XValue = 0; in Formula()
462 … (outIndex < outputSeries.Points.Count && inputPoint.XValue == outputSeries.Points[outIndex].XValu… in CopyAxisLabels()
472 if (inputPoint.XValue == outputPoint.XValue) in CopyAxisLabels()
556 … if (series.Points[pointIndex].XValue != outputValues[0][pointIndex] && !_zeroXValues) in SetDoubleArray()
729 if (point.XValue != 0.0) in GetDoubleArray()
756 output[0][indexPoint] = point.XValue; in GetDoubleArray()
1133 …if (series[seriesIndex].Points[pointIndex].XValue != series[seriesIndex + 1].Points[pointIndex].XV… in CheckXValuesAlignment()
H A DDataManipulator.cs628 fromX = ser.Points[0].XValue; in InsertEmptyPoints()
724 dataPoint.XValue = currentPointValue; in InsertEmptyPoints()
949 if( point.XValue != 0.0 ) in ExportSeriesValues()
1020 object xValue = point.XValue; in ExportSeriesValues()
2272 dp.XValue = point.XValue; in GroupByAxisLabel()
2386 newPoint.XValue = pointTempValues[0]; in GroupByAxisLabel()
2531 intervalFrom = input.Points[0].XValue; in Group()
2595 if(input.Points[pointIndex].XValue < input.Points[pointIndex - 1].XValue) in Group()
2793 pointTempValues[0] = point.XValue; in ProcessPointValues()
2867 pointTempValues[0] += point.XValue; in ProcessPointValues()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Ddtest-018.cs1 class XValue class
8 public dynamic X = new XValue ();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DThreeLineBreakChart.cs181 if(dp.XValue != 0.0) in PrepareData()
185 if(dp.XValue > maxX) in PrepareData()
187 maxX = dp.XValue; in PrepareData()
189 if(dp.XValue < minX) in PrepareData()
191 minX = dp.XValue; in PrepareData()
460 newDataPoint.XValue = dataPoint.XValue; in FillThreeLineBreakData()
H A DRenkoChart.cs180 if(dp.XValue != 0.0) in PrepareData()
184 if(dp.XValue > maxX) in PrepareData()
186 maxX = dp.XValue; in PrepareData()
188 if(dp.XValue < minX) in PrepareData()
190 minX = dp.XValue; in PrepareData()
482 newDataPoint.XValue = dataPoint.XValue; in FillRenkoData()
H A DKagiChart.cs175 if(dp.XValue != 0.0) in PrepareData()
179 if(dp.XValue > maxX) in PrepareData()
181 maxX = dp.XValue; in PrepareData()
183 if(dp.XValue < minX) in PrepareData()
185 minX = dp.XValue; in PrepareData()
377 newDataPoint.XValue = dataPoint.XValue; in FillKagiData()
429 newDataPoint.XValue = dataPoint.XValue; in FillKagiData()
649 double xPosition = HAxis.GetPosition( point.XValue ); in GetPointsPosition()
/dports/science/simlib/simlib/examples/
H A Dtopeni.cc14 const double XValue = 10; // vstup variable
39 Sys s(XValue, T1, T2, K1, K2);
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_arg.cxx44 # define XValue 0x0001 macro
343 if (fl & (XValue | YValue)) in show()
507 mask |= XValue; in XParseGeometry()
533 if (mask & XValue) in XParseGeometry()
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Ddoors.c54 if ((Scr->use_tiles == TRUE) && (JunkMask & XValue) && (JunkMask & YValue)) in door_add()
71 if ((JunkMask & (XValue | YValue)) != (XValue | YValue)) in door_add()
101 if ((JunkMask & (XValue | YValue)) != (XValue | YValue)) in door_add()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_arg.cxx43 # define XValue 0x0001 macro
340 if (fl & (XValue | YValue)) in show()
509 mask |= XValue; in XParseGeometry()
535 if (mask & XValue) in XParseGeometry()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_arg.cxx34 # define XValue 0x0001 macro
335 if (fl & (XValue | YValue)) in show()
504 mask |= XValue; in XParseGeometry()
530 if (mask & XValue) in XParseGeometry()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_arg.cxx43 # define XValue 0x0001 macro
222 if (fl & (XValue | YValue)) in show()
383 mask |= XValue; in XParseGeometry()
409 if (mask & XValue) in XParseGeometry()
/dports/graphics/freeglut/freeglut-3.2.1/src/util/
H A Dxparsegeometry_repl.c126 mask |= XValue; in XParseGeometry()
153 if (mask & XValue) in XParseGeometry()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/util/
H A Dxparsegeometry_repl.c126 mask |= XValue; in XParseGeometry()
153 if (mask & XValue) in XParseGeometry()

12345678910>>...26