Go to the documentation of this file.
27 typedef unsigned long long int bits64;
46 typedef unsigned long long int uint64;
47 typedef signed long long int int64;
61 #define LIT64( a ) a##LL
71 #define INLINE static inline
79 #define float32_add __addsf3
80 #define float32_sub __subsf3
81 #define float32_mul __mulsf3
82 #define float32_div __divsf3
83 #define int32_to_float32 __floatsisf
84 #define float32_to_int32_round_to_zero __fixsfsi
85 #define float32_to_uint32_round_to_zero __fixunssfsi
89 #define float32_eq ___float32_eq
90 #define float32_le ___float32_le
91 #define float32_lt ___float32_lt
95 #define float64_add ___float64_add
96 #define float64_sub ___float64_sub
97 #define float64_mul ___float64_mul
98 #define float64_div ___float64_div
99 #define int32_to_float64 ___int32_to_float64
100 #define float64_to_int32_round_to_zero ___float64_to_int32_round_to_zero
101 #define float64_to_uint32_round_to_zero ___float64_to_uint32_round_to_zero
102 #define float64_to_float32 ___float64_to_float32
103 #define float32_to_float64 ___float32_to_float64
104 #define float64_eq ___float64_eq
105 #define float64_le ___float64_le
106 #define float64_lt ___float64_lt
109 #define float64_add __adddf3
110 #define float64_sub __subdf3
111 #define float64_mul __muldf3
112 #define float64_div __divdf3
113 #define int32_to_float64 __floatsidf
114 #define float64_to_int32_round_to_zero __fixdfsi
115 #define float64_to_uint32_round_to_zero __fixunsdfsi
116 #define float64_to_float32 __truncdfsf2
117 #define float32_to_float64 __extendsfdf2