[opendx-dev] dx/src/exec/dxmods _compoper.c

2006-08-04 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods
In directory opendx.watson.ibm.com:/tmp/cvs-serv20726/src/exec/dxmods

Modified Files:
_compoper.c 
Log Message:
Added fix for bug #205.


[opendx-dev] dx/src/exec/dxmods _compoper.c _compoper.h

2004-12-10 Thread Greg Abram
Update of /src/master/dx/src/exec/dxmods
In directory opendx.watson.ibm.com:/tmp/cvs-serv13906

Modified Files:
_compoper.c _compoper.h 
Log Message:
Didn't mean to submit my cbrt function stuff. Not needed since
you can do x^^(1/3.0) instead.


[opendx-dev] dx/src/exec/dxmods _compoper.c _compoper.h glyph_ARRW.h glyph_ARRW2D.h glyph_BOX.h glyph_CIRCLE10.h glyph_CIRCLE20.h glyph_CIRCLE4.h glyph_CIRCLE40.h glyph_CIRCLE6.h glyph_CIRCLE8.h glyph

2004-12-10 Thread Greg Abram
Update of /src/master/dx/src/exec/dxmods
In directory opendx.watson.ibm.com:/tmp/cvs-serv19070

Modified Files:
_compoper.c _compoper.h glyph_ARRW.h glyph_ARRW2D.h 
glyph_BOX.h glyph_CIRCLE10.h glyph_CIRCLE20.h glyph_CIRCLE4.h 
glyph_CIRCLE40.h glyph_CIRCLE6.h glyph_CIRCLE8.h glyph_DMND.h 
glyph_NDDL.h glyph_NDDL2D.h glyph_PNT.h glyph_RCKT12.h 
glyph_RCKT20.h glyph_RCKT2D.h glyph_RCKT3.h glyph_RCKT4.h 
glyph_RCKT6.h glyph_RCKT8.h glyph_SPHR114.h glyph_SPHR12.h 
glyph_SPHR14.h glyph_SPHR146.h glyph_SPHR26.h glyph_SPHR266.h 
glyph_SPHR42.h glyph_SPHR62.h glyph_SQUARE.h 
Log Message:
Make all literal numbers floating point to appease some warnings in some 
compilers.


[opendx-dev] dx/src/exec/dxmods _compoper.c

2003-02-27 Thread davidt
Update of /src/master/dx/src/exec/dxmods
In directory opendx.watson.ibm.com:/tmp/cvs-serv6442/src/exec/dxmods

Modified Files:
  Tag: libtool
_compoper.c 
Log Message:
rand is different size than random on intel; thus, use RAND_MAX instead
of hardcoded number so it can be different for intel.


[opendx-dev] dx/src/exec/dxmods _compoper.c _compoper1.c import_ss.c

2001-05-08 Thread David Thompson
Update of /src/master/dx/src/exec/dxmods
In directory opendx:/tmp/cvs-serv94704/src/exec/dxmods

Modified Files:
_compoper.c _compoper1.c import_ss.c 
Log Message:
First installment to allow OpenDX to compile on MacOS X.