Home
last modified time | relevance | path

Searched refs:pt_max (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/perl5.32/perl-5.32.1/Porting/
H A Dtimecheck.c14 time_t pt, pt_max, pt_min; variable
56 pt_max = pt; in check_gm_max()
108 pt_max = pt; in check_lt_max()
132 check_gm_max (); gm_max = pt_max; in main()
134 check_lt_max (); lt_max = pt_max; in main()
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A Dtimecheck.c14 time_t pt, pt_max, pt_min; variable
56 pt_max = pt; in check_gm_max()
108 pt_max = pt; in check_lt_max()
132 check_gm_max (); gm_max = pt_max; in main()
134 check_lt_max (); lt_max = pt_max; in main()
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dtimecheck.c14 time_t pt, pt_max, pt_min; variable
56 pt_max = pt; in check_gm_max()
108 pt_max = pt; in check_lt_max()
132 check_gm_max (); gm_max = pt_max; in main()
134 check_lt_max (); lt_max = pt_max; in main()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dtimecheck.c14 time_t pt, pt_max, pt_min; variable
56 pt_max = pt; in check_gm_max()
108 pt_max = pt; in check_lt_max()
132 check_gm_max (); gm_max = pt_max; in main()
134 check_lt_max (); lt_max = pt_max; in main()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DTableOfReal_and_Discriminant.cpp236 double norm = 0.0, pt_max = -1e308; in Discriminant_TableOfReal_to_ClassificationTable() local
243 if (pt > pt_max) in Discriminant_TableOfReal_to_ClassificationTable()
244 pt_max = pt; in Discriminant_TableOfReal_to_ClassificationTable()
248 norm += log_p [j] = exp (log_p [j] - pt_max); in Discriminant_TableOfReal_to_ClassificationTable()
369 double norm = 0, pt_max = -1e308; in Discriminant_TableOfReal_to_ClassificationTable_dw() local
377 if (pt > pt_max) { in Discriminant_TableOfReal_to_ClassificationTable_dw()
378 pt_max = pt; in Discriminant_TableOfReal_to_ClassificationTable_dw()
384 norm += log_p [j] = exp (log_p [j] - pt_max); in Discriminant_TableOfReal_to_ClassificationTable_dw()
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/glass_brain_files/
H A Dsvg_to_json_converter.py41 pt_min, pt_max = self.svg.bbox()
42 y_range = pt_max.y - pt_min.y
/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_preview_window.cc853 _pointD pt_offset, pt_area, pt_max; in set_preview_param() local
864 pt_max.x = whole_marq.area.x; in set_preview_param()
865 pt_max.y = whole_marq.area.y; in set_preview_param()
867 zoom_boundary (pt_offset, pt_area, pt_max, rate); in set_preview_param()
900 const _pointD& pt_max, float rate) const in zoom_boundary() argument
925 if (pt_max.x < pt_result_offset.x + pt_result_area.x) in zoom_boundary()
926 pt_result_area.x = pt_max.x - pt_result_offset.x; in zoom_boundary()
931 if (pt_max.y < pt_result_offset.y + pt_result_area.y) in zoom_boundary()
932 pt_result_area.y = pt_max.y - pt_result_offset.y; in zoom_boundary()
H A Dpisa_preview_window.h84 const _pointD& pt_max, float rate) const;
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dffpython.h98 int pt_cnt, pt_max; member
H A Dpython.c2194 self->pt_cnt = self->pt_max = 0; in PyFFContour_new()
2709 ret->pt_max = ret->pt_cnt = len; in PyFFContour_Sub()
2725 if ( self->pt_cnt >= self->pt_max ) { in PyFFContour_CInsertPoint()
2806 if ( cont->pt_cnt+diff >= cont->pt_max ) { in PyFFContour_SubAssign()
2807 cont->pt_max = cont->pt_cnt + diff; in PyFFContour_SubAssign()
2870 if ( 1>self->pt_max ) { in PyFFContour_Start()
2902 if ( self->pt_cnt >= self->pt_max ) { in PyFFContour_LineTo()
2946 if ( self->pt_cnt+3 >= self->pt_max ) { in PyFFContour_CubicTo()
5362 if ( cnt>=ret->pt_max ) { in ContourFromSS()
5363 ret->pt_max = cnt; in ContourFromSS()
[all …]
H A Dnowakowskittfinstr.c2884 int pt_max = pt, pt_min = pt; in optimize_strongpts_step2() local
2898 if (coord > coord_max) { coord_max = coord; pt_max = curr; } in optimize_strongpts_step2()
2899 else if ((coord == coord_max) && (curr < pt_max)) pt_max = curr; in optimize_strongpts_step2()
2916 next_pt_max = pt_max; in optimize_strongpts_step2()
2923 prev_pt_max = pt_max; in optimize_strongpts_step2()
H A Dsplinechar.c1730 int pt_max = memushort(tab->data,tab->len,3*sizeof(uint16)); in SCValidate() local
1757 if ( pt_cnt>pt_max ) in SCValidate()
H A Dpsread.c144 pt_abs, pt_round, pt_ceiling, pt_floor, pt_truncate, pt_max, pt_min, enumerator
1601 case pt_max: in _InterpretPS()
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/iterators/
H A Dpoint_iterator.cpp497 pt_max = max_value(const_begin, const_end, bg::less<point>()); in apply() local
499 BOOST_CHECK(bool(pt_max)); // to avoid warnings in apply()
501 std::cout << "max point: " << bg::dsv(*pt_max) << std::endl; in apply()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/iterators/
H A Dpoint_iterator.cpp497 pt_max = max_value(const_begin, const_end, bg::less<point>()); in apply() local
499 BOOST_CHECK(bool(pt_max)); // to avoid warnings in apply()
501 std::cout << "max point: " << bg::dsv(*pt_max) << std::endl; in apply()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/iterators/
H A Dpoint_iterator.cpp497 pt_max = max_value(const_begin, const_end, bg::less<point>()); in apply() local
499 BOOST_CHECK(bool(pt_max)); // to avoid warnings in apply()
501 std::cout << "max point: " << bg::dsv(*pt_max) << std::endl; in apply()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/iterators/
H A Dpoint_iterator.cpp497 pt_max = max_value(const_begin, const_end, bg::less<point>()); in apply() local
499 BOOST_CHECK(bool(pt_max)); // to avoid warnings in apply()
501 std::cout << "max point: " << bg::dsv(*pt_max) << std::endl; in apply()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DBezier_bounding_rational_traits.h1003 typename Control_points::const_iterator pt_max = pt_curr; in _skewed_bbox() local
1012 else if (f_less_signed_distance (l, *pt_max, *pt_curr)) in _skewed_bbox()
1014 pt_max = pt_curr; in _skewed_bbox()
1022 l_max = f_construct_line (*pt_max, v); in _skewed_bbox()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dia_fpcs.hpp295 Eigen::Vector4f pt_min, pt_max; in initCompute() local
296 pcl::getMinMax3D(*target_, *target_indices_, pt_min, pt_max); in initCompute()
297 diameter_ = (pt_max - pt_min).norm(); in initCompute()
/dports/lang/yap/yap-6.2.2/C/
H A Dgrow.c516 CELL *pt, *pt_max; in AdjustGlobal() local
553 pt_max = (CELL *) (LOCAL_end_global_copy); in AdjustGlobal()
557 pt_max = (H-sz/CellSize); in AdjustGlobal()
562 while (pt < pt_max) { in AdjustGlobal()
/dports/math/octave-forge-splines/splines-1.3.4/inst/
H A Dcsaps_sel.m129 pt_max = log(-log(realmin)+1) + 2*tol_pt; variable
130 pt = fminbnd(@(pt) penalty_function(exp(1-exp(pt))), 0, pt_max, optimset ("TolX", tol_pt));
/dports/misc/visp/visp-3.4.0/modules/tracker/me/src/moving-edges/
H A DvpMeNurbs.cpp424 vpImagePoint pt_max = begin[0]; in seekExtremities() local
444 pt_max = pt; in seekExtremities()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dqfisom.c1220 qfisom_bestmat(GEN A, long *pt_max) in qfisom_bestmat() argument
1229 if (max2 >= max) { *pt_max = max; return NULL; } in qfisom_bestmat()
1230 *pt_max = max2; return mkvec2(ZM_to_zm(U), ZM_to_zm(ZM_inv(U,NULL))); in qfisom_bestmat()
/dports/net-mgmt/mrtg-ping-probe/mrtg-ping-probe-2.2.0/
H A DTODO532 ! ($pt_min, $pt_avg, $pt_max) = ping($HostToPing, $PacketLength, $PacketCount);
540 ! ($pt_min, $pt_avg, $pt_max) = ping($HostToPing, $PacketLength,
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/
H A Dpsread.c149 pt_abs, pt_round, pt_ceiling, pt_floor, pt_truncate, pt_max, pt_min, enumerator
1337 case pt_max: in _InterpretPS()

12