Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/library/
H A Dsplay.yap87 % A node is simply an n/3 structure: n(NodeValue, LeftSon, RightSon).
92 % A node is simply an n/3 structure: n(NodeValue, LeftSon, RightSon).
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dsimplesurf.h1137 #define LeftSon(i) 2*(i)+1 macro
H A D_simplesurf.c2470 while((left=LeftSon(father))<h->last) in HeapDown()