comparison src/dmlib.h @ 1146:b412470ec606

Plurality.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 02:37:23 +0200
parents af2c9f76c782
children f29fa5b6b748
comparison
equal deleted inserted replaced
1145:af2c9f76c782 1146:b412470ec606
152 #define DM_PI 3.14159265358f 152 #define DM_PI 3.14159265358f
153 #define DM_PI2 6.28318530718f 153 #define DM_PI2 6.28318530718f
154 #define DM_E 2.71828182846f 154 #define DM_E 2.71828182846f
155 155
156 156
157 /* Fixed point math type 157 /* Fixed point math types
158 */ 158 */
159 typedef union 159 typedef union
160 { 160 {
161 Sint64 dw; 161 Sint64 dw;
162 Sint32 w[2]; 162 Sint32 w[2];