Rev 737 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 737 | Rev 1031 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 32 | float32 mulFloat32(float32 a, float32 b); |
32 | float32 mulFloat32(float32 a, float32 b); |
| 33 | 33 | ||
| 34 | float64 mulFloat64(float64 a, float64 b); |
34 | float64 mulFloat64(float64 a, float64 b); |
| 35 | 35 | ||
| 36 | void mul64integers(__u64 a,__u64 b, __u64 *lo, __u64 *hi); |
36 | void mul64integers(uint64_t a,uint64_t b, uint64_t *lo, uint64_t *hi); |
| 37 | 37 | ||
| 38 | #endif |
38 | #endif |
| 39 | 39 | ||