- Timestamp:
- Dec 2, 2008, 6:24:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/include/dvomath.h
r20860 r20873 8 8 # define NCHARS 256 9 9 # define opihi_flt double 10 # define opihi_int unsigned int 10 # define opihi_int int 11 // NOTE: if opihi_int is changed to unsigned, all subtraction and negation operations 12 // need to result in a float value (or 3 - 5 will yield the unexpected value 2^32 - 2) 11 13 12 14 # define REQUIRE_VECTOR_FLT(VECT,RVAL) { \ … … 110 112 int CopyVector PROTO((Vector *out, Vector *in)); 111 113 int ResetVector PROTO((Vector *vec, char type, int Nelements)); 114 int SetVector PROTO((Vector *vec, char type, int Nelements)); 112 115 int CastVector PROTO((Vector *vec, char type)); 113 116 int MatchVector PROTO((Vector *out, Vector *in, char type));
Note:
See TracChangeset
for help on using the changeset viewer.
