Home
last modified time | relevance | path

Searched refs:TRI2 (Results 1 – 20 of 20) sorted by relevance

/dports/math/math77/MATH77/
H A Ddtggrd.f543 call DTGGET(T2,TRI2,TRIANG)
553 if (TRI2(NABOR2) .eq. T1) then
555 QV4=TRI2(I)
610 T21 = TRI2(I)
612 T22 = TRI2(I)
619 call DTGGET( T12,TRI2, TRIANG)
621 if (TRI2(I) .eq. T1) then
622 TRI2(I) = TNEW
663 call DTGGET( T22,TRI2, TRIANG)
665 if (TRI2(I) .eq. T2) then
[all …]
H A Dstggrd.f543 call STGGET(T2,TRI2,TRIANG)
553 if (TRI2(NABOR2) .eq. T1) then
555 QV4=TRI2(I)
610 T21 = TRI2(I)
612 T22 = TRI2(I)
619 call STGGET( T12,TRI2, TRIANG)
621 if (TRI2(I) .eq. T1) then
622 TRI2(I) = TNEW
663 call STGGET( T22,TRI2, TRIANG)
665 if (TRI2(I) .eq. T2) then
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/MACHDYN/
H A Dpair_smd_triangulated_surface.h51 const Eigen::Vector3d TRI2, const Eigen::Vector3d TRI3,
H A Dpair_smd_triangulated_surface.cpp747 const Vector3d TRI2, Vector3d &CP, double &dist) { in PointTriangleDistance() argument
750 Vector3d edge1 = TRI2 - TRI0; in PointTriangleDistance()
/dports/graphics/rayshade/rayshade.4.0/libray/libobj/
H A Dhf.h59 #define TRI2 2 macro
H A Dhf.c446 if (tri2 = CreateHfTriangle(hf, x+1, y, x+1, y+1, x, y+1, TRI2))
548 if (tri->type == TRI2 && xpos <= tri->v2.x && ypos <= tri->v2.y &&
/dports/lang/snobol4/snobol4-2.2.2/
H A Dprocs227 TRI2
H A Dstatic.h126 static int TRI2(ret_t);
H A Dstatic.h2126 static int TRI2(ret_t);
H A Dcallgraph918 TRI2 VALTR1
919 TRPRT TRI2
923 TRI2 TRI
H A Dsnobol4.c7676 BRANCH(TRI2) in VALTR1()
7679 TRI2(ret_t retval) { in TRI2() function
7680 ENTRY(TRI2) in TRI2()
7717 BRANCH(TRI2) in TRI()
H A Disnobol4.c535 TRI2(ret_t retval) { in TRI2() function
536 ENTRY(TRI2) in TRI2()
545 BRANCH(TRI2) in TRI()
980 BRANCH(TRI2) in VALTR1()
H A Dv311.sil5722 TRI2 APDSP TRACSP,XSP Append value
5742 BRANCH TRI2 Join processing
/dports/lang/snobol4/snobol4-2.2.2/test/
H A Dprocs227 TRI2
H A Dcallgraph.ref910 TRI2 VALTR1
911 TRPRT TRI2
915 TRI2 TRI
H A Dstatic.h.ref126 static int TRI2 __P((ret_t));
H A Dgenc.ref8088 BRANCH(TRI2)
8091 TRI2(retval)
8094 ENTRY(TRI2)
8137 BRANCH(TRI2)
H A Dv311.sil5504 TRI2 APDSP TRACSP,XSP Append value
5524 BRANCH TRI2 Join processing
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-type-bounds/
H A Dduplicate.rs187 trait TRI2<T: Iterator<Item: Copy, Item: Copy>> {} interface
H A Dduplicate.stderr324 LL | trait TRI2<T: Iterator<Item: Copy, Item: Copy>> {}