Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-angle_bisector.cpp45length_right(_("Length right:"), _("Specifies the right end of the bisector"), "length-right", &wr… in LPEAngleBisector()
51 registerParameter( dynamic_cast<Parameter *>(&length_right) ); in LPEAngleBisector()
72 Geom::Point E = ptA + dir * length_right; in doEffect_path()
118 lpe->length_right.param_set_value(lambda); in knot_set()
134 return lpe->ptA + lpe->dir * lpe->length_right; in knot_get()
H A Dlpe-parallel.cpp53length_right(_("Length right:"), _("Specifies the right end of the parallel"), "length-right", &wr… in LPEParallel()
60 registerParameter(&length_right); in LPEParallel()
98 D = offset_pt + dir * length_right; in doEffect_pwd2()
147 lpe->length_right.param_set_value(lambda); in knot_set()
H A Dlpe-perp_bisector.cpp76 lpe->length_right.param_set_value(-lambda); in bisector_end_set()
98length_right(_("Length right:"), _("Specifies the right end of the bisector"), "length-right", &wr… in LPEPerpBisector()
106 registerParameter(&length_right); in LPEPerpBisector()
146 D = M - perp_dir * length_right; in doEffect_pwd2()
H A Dlpe-tangent_to_curve.cpp63length_right(_("Length right:"), _("Specifies the right end of the tangent"), "length-right", &wr,… in LPETangentToCurve()
71 registerParameter(&length_right); in LPETangentToCurve()
91 D = ptA + derivA * length_right; in doEffect_pwd2()
166 lpe->length_right.param_set_value(lambda); in knot_set()
H A Dlpe-angle_bisector.h40 ScalarParam length_right; variable
H A Dlpe-tangent_to_curve.h52 ScalarParam length_right; variable
H A Dlpe-parallel.h48 ScalarParam length_right; variable
H A Dlpe-perp_bisector.h55 ScalarParam length_right; variable
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/internal/
H A Dcord_rep_consume.cc91 size_t length_right = length - length_left; in Consume() local
93 stack.push_back({right, 0, length_right}); in Consume()
100 length = length_right; in Consume()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_consume.cc91 size_t length_right = length - length_left; in Consume() local
93 stack.push_back({right, 0, length_right}); in Consume()
100 length = length_right; in Consume()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dkey_compare.cc254 uint32_t length_right; in CompareVarBinaryColumnToRow() local
258 rows_right + begin_right, id_varbinary_col, &offset_within_row, &length_right); in CompareVarBinaryColumnToRow()
261 rows_right + begin_right, &offset_within_row, &length_right); in CompareVarBinaryColumnToRow()
264 uint32_t length = std::min(length_left, length_right); in CompareVarBinaryColumnToRow()
285 result *= (length_left == length_right ? 1 : 0); in CompareVarBinaryColumnToRow()
H A Dkey_compare_avx2.cc518 uint32_t length_right; in CompareVarBinaryColumnToRowImp_avx2() local
522 rows_right + begin_right, id_varbinary_col, &offset_within_row, &length_right); in CompareVarBinaryColumnToRowImp_avx2()
525 rows_right + begin_right, &offset_within_row, &length_right); in CompareVarBinaryColumnToRowImp_avx2()
530 uint32_t length = std::min(length_left, length_right); in CompareVarBinaryColumnToRowImp_avx2()
552 result *= (length_left == length_right ? 1 : 0); in CompareVarBinaryColumnToRowImp_avx2()
/dports/graphics/R-cran-s2/s2/src/absl/strings/internal/
H A Dcord_rep_ring.cc174 size_t length_right = length - length_left; in Consume() local
179 length = length_right; in Consume()
181 stack.push_back({right, 0, length_right}); in Consume()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.cc174 size_t length_right = length - length_left; in __virtual__()
179 length = length_right; in __virtual__()
181 stack.push_back({right, 0, length_right}); in __virtual__()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-mesh-array.cpp2233 double length_right = d[6].length(); in color_smooth() local
2236length_right = std::abs( (color6.v.c[cdm] - color3.v.c[cdm]) / slope_ave[ cdm ] ); in color_smooth()
2245 if( length_right > max * d[6].length() && length_right > d[4].length() ) { in color_smooth()
2247 length_right = std::max( max * d[6].length(), d[4].length() ); in color_smooth()
2251 if( d[4].length() != 0.0 ) d[4] *= length_right/d[4].length(); in color_smooth()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgTerrain/
H A DGeometryPool.cpp377 double length_right = (pos_right-pos).length(); in getOrCreateGeometry() local
379 tc[2] = 1.0/length_right; in getOrCreateGeometry()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgTerrain/
H A DGeometryPool.cpp424 double length_right = (pos_right-pos).length(); in getOrCreateGeometry() local
426 tc[2] = 1.0/length_right; in getOrCreateGeometry()
/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex395 {parsed_right, improper_right, operators_right, length_right} ->
397 length = length_right + length_left
/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex395 {parsed_right, improper_right, operators_right, length_right} ->
397 length = length_right + length_left