Lines Matching refs:float32

90 typedef float float32;
97 float32 f;
154 float32 int32_to_float32( int STATUS_PARAM);
155 float32 uint32_to_float32( unsigned int STATUS_PARAM);
164 float32 int64_to_float32( int64_t STATUS_PARAM);
165 float32 uint64_to_float32( uint64_t STATUS_PARAM);
178 int float32_to_int32( float32 STATUS_PARAM);
179 int float32_to_int32_round_to_zero( float32 STATUS_PARAM);
180 unsigned int float32_to_uint32( float32 a STATUS_PARAM);
181 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM);
182 int64_t float32_to_int64( float32 STATUS_PARAM);
183 int64_t float32_to_int64_round_to_zero( float32 STATUS_PARAM);
184 float64 float32_to_float64( float32 STATUS_PARAM);
186 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
189 float128 float32_to_float128( float32 STATUS_PARAM);
195 float32 float32_round_to_int( float32 STATUS_PARAM);
196 INLINE float32 float32_add( float32 a, float32 b STATUS_PARAM)
200 INLINE float32 float32_sub( float32 a, float32 b STATUS_PARAM)
204 INLINE float32 float32_mul( float32 a, float32 b STATUS_PARAM)
208 INLINE float32 float32_div( float32 a, float32 b STATUS_PARAM)
212 float32 float32_rem( float32, float32 STATUS_PARAM);
213 float32 float32_sqrt( float32 STATUS_PARAM);
214 INLINE int float32_eq( float32 a, float32 b STATUS_PARAM)
218 INLINE int float32_le( float32 a, float32 b STATUS_PARAM)
222 INLINE int float32_lt( float32 a, float32 b STATUS_PARAM)
226 INLINE int float32_eq_signaling( float32 a, float32 b STATUS_PARAM)
230 INLINE int float32_le_quiet( float32 a, float32 b STATUS_PARAM)
234 INLINE int float32_lt_quiet( float32 a, float32 b STATUS_PARAM)
238 INLINE int float32_unordered( float32 a, float32 b STATUS_PARAM)
243 int float32_compare( float32, float32 STATUS_PARAM );
244 int float32_compare_quiet( float32, float32 STATUS_PARAM );
245 int float32_is_signaling_nan( float32 );
246 int float32_is_nan( float32 );
248 INLINE float32 float32_abs(float32 a)
253 INLINE float32 float32_chs(float32 a)
258 INLINE float32 float32_is_infinity(float32 a)
263 INLINE float32 float32_is_neg(float32 a)
270 INLINE float32 float32_is_zero(float32 a)
275 INLINE float32 float32_scalbn(float32 a, int n)
291 float32 float64_to_float32( float64 STATUS_PARAM );
398 float32 floatx80_to_float32( floatx80 STATUS_PARAM );