Home
last modified time | relevance | path

Searched refs:othert (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Datn_config.go265 var othert, ok = other.(*LexerATNConfig)
271 } else if l.passedThroughNonGreedyDecision != othert.passedThroughNonGreedyDecision {
278 b = !l.lexerActionExecutor.equals(othert.lexerActionExecutor)
280 b = othert.lexerActionExecutor != nil
287 return l.BaseATNConfig.equals(othert.BaseATNConfig)
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DVertex_conflict_C2.h1202 Point_2 testt, othert; in incircle_pss() local
1218 othert = t.target_site().point(); in incircle_pss()
1233 othert = t.source_site().point(); in incircle_pss()
1254 othert); in incircle_pss()
1258 CGAL_SDG_DEBUG(std::cout << "debug vc other=" << othert in incircle_pss()
1264 Oriented_side ost = oriented_side_of_line(l, othert); in incircle_pss()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplineutil.h26 extern double CheckExtremaForSingleBitErrors(const Spline1D *sp, double t, double othert);
H A Dsplineoverlap.c991 bigreal t, othert; member
1000 bigreal othert; in SplitMonotonicAtT() local
1015 othert = m->prev->tend; in SplitMonotonicAtT()
1020 othert = m->next->tstart; in SplitMonotonicAtT()
1031 othert = t; in SplitMonotonicAtT()
1066 id->t = t; id->othert = othert; in SplitMonotonicAtT()
1178 id->otherm = NULL; id->othert = 0; // TODO in SplitMonotonicAtFlex()
1197 id->otherm = NULL; id->othert = 0; in SplitMonotonicAtFlex()
1617 ilist = check = _AddIntersection(ilist,id1.m,id1.otherm,id1.t,id1.othert,&id2.inter); in AddCloseIntersection()
1618 …ilist = _AddIntersection(ilist,id2.m,id2.otherm,id2.t,id2.othert,&id2.inter); /* Use id1.inter to … in AddCloseIntersection()
H A Dsplineutil.c3747 double CheckExtremaForSingleBitErrors(const Spline1D *sp, double t, double othert) { in CheckExtremaForSingleBitErrors() argument
3757 if ( (diff = t-othert)<0 ) diff= -diff; in CheckExtremaForSingleBitErrors()