Home
last modified time | relevance | path

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

/dports/devel/cproto/cproto-4.7k/msdos/
H A Dborland.mak17 DIST3 = system.h cproto.h patchlev.h semantic.h symbol.h macro
H A Dmicrsoft.mak28 DIST3 = system.h cproto.h patchlev.h semantic.h symbol.h macro
H A Dturboc.mak45 DIST3 = system.h cproto.h patchlev.h semantic.h symbol.h macro
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/exor/
H A Dexor.h185 typedef enum { DIST2, DIST3, DIST4 } cubedist; enumerator
/dports/games/glmaze/glmaze/
H A Dmaze.h113 #define DIST3(a,b,c) (SQ(a)+SQ(b)+SQ(c)) macro
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DxcMolSurf.c31 #define DIST3(x,y,z) ( sqrt((x)*(x) + (y)*(y) + (z)*(z)) ) macro
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dsimplesurf.h569 #define DIST3(u,v) ( sqrt ( SQUARED_DISTANCE3((u),(v)))) macro