Home
last modified time | relevance | path

Searched refs:DOUBLE_TO_COORD (Results 1 – 3 of 3) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dmacro.h80 #define DOUBLE_TO_COORD(x) ((x) >= 0 ? (Coord)((x) + 0.5) : (Coord)((x) - 0.5)) macro
H A Dpcb-printf.c298 return DOUBLE_TO_COORD (base / unit->scale_factor); in unit_to_coord()
/dports/cad/pcb/pcb-4.2.0/
H A DChangeLog3379 …"1.0 m", making the unit test fail. This introduces the DOUBLE_TO_COORD() macro which should be u…