Home
last modified time | relevance | path

Searched defs:PTC (Results 1 – 7 of 7) sorted by relevance

/dports/devel/dasm/dasm-2.20.14.1/test/
H A Dsuite68hc908.asm17 PTC .EQU 2 label
/dports/devel/dasm/dasm-2.20.14.1/machines/68hc908/
H A Dreg68hc908jk3.asm9 PTC .EQU $02 label
H A Dreg68hc908jb8.asm9 PTC .EQU $02 label
H A Dreg68hc908mr32.asm9 PTC .EQU $02 label
/dports/games/bzflag-server/bzflag-2.4.22/src/obstacle/
H A DArcObstacle.cxx356 #define PTC(x) (((divisions + 1) * 2) + (x) + i) // around the disc in makePie() macro
/dports/games/bzflag/bzflag-2.4.22/src/obstacle/
H A DArcObstacle.cxx356 #define PTC(x) (((divisions + 1) * 2) + (x) + i) // around the disc in makePie() macro
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolynomial_traits_d.h431 typedef Polynomial_traits_d< Coefficient_type_ > PTC; typedef