Home | History | Annotate | Download | only in fpu

Lines Matching refs:STATUS_PARAM

145 void set_float_rounding_mode(int val STATUS_PARAM);
147 void set_floatx80_rounding_precision(int val STATUS_PARAM);
153 float32 int32_to_float32( int STATUS_PARAM);
154 float32 uint32_to_float32( unsigned int STATUS_PARAM);
155 float64 int32_to_float64( int STATUS_PARAM);
156 float64 uint32_to_float64( unsigned int STATUS_PARAM);
158 floatx80 int32_to_floatx80( int STATUS_PARAM);
161 float128 int32_to_float128( int STATUS_PARAM);
163 float32 int64_to_float32( int64_t STATUS_PARAM);
164 float32 uint64_to_float32( uint64_t STATUS_PARAM);
165 float64 int64_to_float64( int64_t STATUS_PARAM);
166 float64 uint64_to_float64( uint64_t v STATUS_PARAM);
168 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
171 float128 int64_to_float128( int64_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 );
287 INLINE float32 float32_scalbn(float32 a, int n STATUS_PARAM)
304 int float64_to_int32( float64 STATUS_PARAM );
305 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
306 unsigned int float64_to_uint32( float64 STATUS_PARAM );
307 unsigned int float64_to_uint32_round_to_zero( float64 STATUS_PARAM );
308 int64_t float64_to_int64( float64 STATUS_PARAM );
309 int64_t float64_to_int64_round_to_zero( float64 STATUS_PARAM );
310 uint64_t float64_to_uint64( float64 STATUS_PARAM );
311 uint64_t float64_to_uint64_round_to_zero( float64 STATUS_PARAM );
312 float32 float64_to_float32( float64 STATUS_PARAM );
314 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
317 float128 float64_to_float128( float64 STATUS_PARAM );
323 float64 float64_round_to_int( float64 STATUS_PARAM );
324 float64 float64_trunc_to_int( float64 STATUS_PARAM );
325 INLINE float64 float64_add( float64 a, float64 b STATUS_PARAM)
329 INLINE float64 float64_sub( float64 a, float64 b STATUS_PARAM)
333 INLINE float64 float64_mul( float64 a, float64 b STATUS_PARAM)
337 INLINE float64 float64_div( float64 a, float64 b STATUS_PARAM)
341 float64 float64_rem( float64, float64 STATUS_PARAM );
342 float64 float64_sqrt( float64 STATUS_PARAM );
343 INLINE int float64_eq_quiet( float64 a, float64 b STATUS_PARAM)
347 INLINE int float64_le( float64 a, float64 b STATUS_PARAM)
351 INLINE int float64_lt( float64 a, float64 b STATUS_PARAM)
355 INLINE int float64_eq( float64 a, float64 b STATUS_PARAM)
359 INLINE int float64_le_quiet( float64 a, float64 b STATUS_PARAM)
363 INLINE int float64_lt_quiet( float64 a, float64 b STATUS_PARAM)
368 INLINE int float64_unordered( float64 a, float64 b STATUS_PARAM)
372 INLINE int float64_unordered_quiet( float64 a, float64 b STATUS_PARAM)
376 int float64_compare( float64, float64 STATUS_PARAM );
377 int float64_compare_quiet( float64, float64 STATUS_PARAM );
409 INLINE float64 float64_scalbn(float64 a, int n STATUS_PARAM)
428 int floatx80_to_int32( floatx80 STATUS_PARAM );
429 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
430 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
431 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM);
432 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
433 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
435 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
441 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
442 INLINE floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM)
446 INLINE floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM)
450 INLINE floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM)
454 INLINE floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM)
458 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
459 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
460 INLINE int floatx80_eq_quiet( floatx80 a, floatx80 b STATUS_PARAM)
464 INLINE int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM)
468 INLINE int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM)
472 INLINE int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM)
476 INLINE int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM)
480 INLINE int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM)
485 INLINE int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM)
489 INLINE int floatx80_unordered_quiet( floatx80 a, floatx80 b STATUS_PARAM)
493 int floatx80_compare( floatx80, floatx80 STATUS_PARAM );
494 int floatx80_compare_quiet( floatx80, floatx80 STATUS_PARAM );
526 INLINE floatx80 floatx80_scalbn(floatx80 a, int n STATUS_PARAM)