Home
last modified time | relevance | path

Searched refs:n_clip (Results 1 – 9 of 9) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/ppc/
H A Dppcfr8.inc23 beq cr6,@n_clip
49 @n_clip:
H A Dppchl8.inc21 beq cr1,@n_clip
43 @n_clip:
371 beq cr1,@n_clip
393 @n_clip:
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_diff_pair.cpp837 SEG p_clip, n_clip; in CoupledSegmentPairs() local
841 …el( sn ) && m_gapConstraint.Matches( dist ) && commonParallelProjection( sp, sn, p_clip, n_clip ) ) in CoupledSegmentPairs()
843 const COUPLED_SEGMENTS spair( p_clip, sp, i, n_clip, sn, j ); in CoupledSegmentPairs()
862 SEG p_clip, n_clip; in CoupledLength() local
867 commonParallelProjection( sp, sn, p_clip, n_clip ) ) in CoupledLength()
912 SEG p_clip, n_clip; in CoupledLength() local
916 commonParallelProjection ( aP, aN, p_clip, n_clip ) ) in CoupledLength()
H A Dpns_topology.cpp313 SEG p_clip, n_clip; in AssembleDiffPair() local
315 … bool isCoupled = commonParallelProjection( refSeg->Seg(), s->Seg(), p_clip, n_clip ); in AssembleDiffPair()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_diff_pair.cpp836 SEG p_clip, n_clip; in CoupledSegmentPairs() local
841 commonParallelProjection( sp, sn, p_clip, n_clip ) ) in CoupledSegmentPairs()
843 const COUPLED_SEGMENTS spair( p_clip, sp, i, n_clip, sn, j ); in CoupledSegmentPairs()
862 SEG p_clip, n_clip; in CoupledLength() local
867 commonParallelProjection( sp, sn, p_clip, n_clip ) ) in CoupledLength()
913 SEG p_clip, n_clip; in CoupledLength() local
917 commonParallelProjection ( aP, aN, p_clip, n_clip ) ) in CoupledLength()
H A Dpns_topology.cpp470 SEG p_clip, n_clip; in AssembleDiffPair() local
473 n_clip ); in AssembleDiffPair()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_gradient.c755 cs_gnum_t n_clip = 0, n_g_clip = 0; in _scalar_gradient_clipping() local
989 n_clip += t_n_clip; in _scalar_gradient_clipping()
1091 n_clip += t_n_clip; in _scalar_gradient_clipping()
1124 n_clip = n_g_clip; in _scalar_gradient_clipping()
4292 cs_gnum_t n_clip = 0, n_g_clip =0; in _vector_gradient_clipping() local
4598 n_clip += t_n_clip; in _vector_gradient_clipping()
4694 n_clip += t_n_clip; in _vector_gradient_clipping()
4728 n_clip = n_g_clip; in _vector_gradient_clipping()
7996 n_clip += t_n_clip; in _tensor_gradient_clipping()
8092 n_clip += t_n_clip; in _tensor_gradient_clipping()
[all …]
/dports/x11-clocks/glclock/glclock-6.0b6.0/
H A DGLObject.H99 void Perspective(GLfloat scr_w, GLfloat scr_h, GLfloat n_clip, GLfloat f_clip,
H A DGLObject.cpp700 void Perspective(GLfloat scr_w, GLfloat scr_h, GLfloat n_clip, GLfloat f_clip, in Perspective() argument
719 glFrustum(-scr_w + px, scr_w + px, -scr_h + py, scr_h + py, n_clip, f_clip) ; in Perspective()