Lines Matching refs:float32
89 typedef float float32;
96 float32 f;
153 float32 int32_to_float32( int STATUS_PARAM);
154 float32 uint32_to_float32( unsigned int STATUS_PARAM);
163 float32 int64_to_float32( int64_t STATUS_PARAM);
164 float32 uint64_to_float32( uint64_t STATUS_PARAM);
186 int float32_to_int32( float32 STATUS_PARAM);
187 int float32_to_int32_round_to_zero( float32 STATUS_PARAM);
188 unsigned int float32_to_uint32( float32 a STATUS_PARAM);
189 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM);
190 int64_t float32_to_int64( float32 STATUS_PARAM);
191 int64_t float32_to_int64_round_to_zero( float32 STATUS_PARAM);
192 float64 float32_to_float64( float32 STATUS_PARAM);
194 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
197 float128 float32_to_float128( float32 STATUS_PARAM);
203 float32 float32_round_to_int( float32 STATUS_PARAM);
204 INLINE float32 float32_add( float32 a, float32 b STATUS_PARAM)
208 INLINE float32 float32_sub( float32 a, float32 b STATUS_PARAM)
212 INLINE float32 float32_mul( float32 a, float32 b STATUS_PARAM)
216 INLINE float32 float32_div( float32 a, float32 b STATUS_PARAM)
220 float32 float32_rem( float32, float32 STATUS_PARAM);
221 float32 float32_sqrt( float32 STATUS_PARAM);
222 INLINE int float32_eq_quiet( float32 a, float32 b STATUS_PARAM)
226 INLINE int float32_le( float32 a, float32 b STATUS_PARAM)
230 INLINE int float32_lt( float32 a, float32 b STATUS_PARAM)
234 INLINE int float32_eq( float32 a, float32 b STATUS_PARAM)
238 INLINE int float32_le_quiet( float32 a, float32 b STATUS_PARAM)
242 INLINE int float32_lt_quiet( float32 a, float32 b STATUS_PARAM)
246 INLINE int float32_unordered( float32 a, float32 b STATUS_PARAM)
250 INLINE int float32_unordered_quiet( float32 a, float32 b STATUS_PARAM)
254 int float32_compare( float32, float32 STATUS_PARAM );
255 int float32_compare_quiet( float32, float32 STATUS_PARAM );
256 int float32_is_signaling_nan( float32 );
257 int float32_is_quiet_nan( float32 );
258 int float32_is_any_nan( float32 );
260 INLINE float32 float32_abs(float32 a)
265 INLINE float32 float32_chs(float32 a)
270 INLINE float32 float32_is_infinity(float32 a)
275 INLINE float32 float32_is_neg(float32 a)
282 INLINE float32 float32_is_zero(float32 a)
287 INLINE float32 float32_scalbn(float32 a, int n STATUS_PARAM)
312 float32 float64_to_float32( float64 STATUS_PARAM );
432 float32 floatx80_to_float32( floatx80 STATUS_PARAM );