Lines Matching refs:STATUS_PARAM

106 #define STATUS_PARAM , float_status *status
205 void set_float_rounding_mode(int val STATUS_PARAM);
206 void set_float_exception_flags(int val STATUS_PARAM);
207 INLINE void set_flush_to_zero(flag val STATUS_PARAM)
211 INLINE void set_default_nan_mode(flag val STATUS_PARAM)
220 void set_floatx80_rounding_precision(int val STATUS_PARAM);
227 void float_raise( int8 flags STATUS_PARAM);
232 float32 int32_to_float32( int STATUS_PARAM );
233 float64 int32_to_float64( int STATUS_PARAM );
234 float32 uint32_to_float32( unsigned int STATUS_PARAM );
235 float64 uint32_to_float64( unsigned int STATUS_PARAM );
237 floatx80 int32_to_floatx80( int STATUS_PARAM );
240 float128 int32_to_float128( int STATUS_PARAM );
242 float32 int64_to_float32( int64_t STATUS_PARAM );
243 float32 uint64_to_float32( uint64_t STATUS_PARAM );
244 float64 int64_to_float64( int64_t STATUS_PARAM );
245 float64 uint64_to_float64( uint64_t STATUS_PARAM );
247 floatx80 int64_to_floatx80( int64_t STATUS_PARAM );
250 float128 int64_to_float128( int64_t STATUS_PARAM );
256 bits16 float32_to_float16( float32, flag STATUS_PARAM );
257 float32 float16_to_float32( bits16, flag STATUS_PARAM );
262 int float32_to_int32( float32 STATUS_PARAM );
263 int float32_to_int32_round_to_zero( float32 STATUS_PARAM );
264 unsigned int float32_to_uint32( float32 STATUS_PARAM );
265 unsigned int float32_to_uint32_round_to_zero( float32 STATUS_PARAM );
266 int64_t float32_to_int64( float32 STATUS_PARAM );
267 int64_t float32_to_int64_round_to_zero( float32 STATUS_PARAM );
268 float64 float32_to_float64( float32 STATUS_PARAM );
270 floatx80 float32_to_floatx80( float32 STATUS_PARAM );
273 float128 float32_to_float128( float32 STATUS_PARAM );
279 float32 float32_round_to_int( float32 STATUS_PARAM );
280 float32 float32_add( float32, float32 STATUS_PARAM );
281 float32 float32_sub( float32, float32 STATUS_PARAM );
282 float32 float32_mul( float32, float32 STATUS_PARAM );
283 float32 float32_div( float32, float32 STATUS_PARAM );
284 float32 float32_rem( float32, float32 STATUS_PARAM );
285 float32 float32_sqrt( float32 STATUS_PARAM );
286 float32 float32_exp2( float32 STATUS_PARAM );
287 float32 float32_log2( float32 STATUS_PARAM );
288 int float32_eq( float32, float32 STATUS_PARAM );
289 int float32_le( float32, float32 STATUS_PARAM );
290 int float32_lt( float32, float32 STATUS_PARAM );
291 int float32_eq_signaling( float32, float32 STATUS_PARAM );
292 int float32_le_quiet( float32, float32 STATUS_PARAM );
293 int float32_lt_quiet( float32, float32 STATUS_PARAM );
294 int float32_compare( float32, float32 STATUS_PARAM );
295 int float32_compare_quiet( float32, float32 STATUS_PARAM );
298 float32 float32_scalbn( float32, int STATUS_PARAM );
332 int float64_to_int32( float64 STATUS_PARAM );
333 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
334 unsigned int float64_to_uint32( float64 STATUS_PARAM );
335 unsigned int float64_to_uint32_round_to_zero( float64 STATUS_PARAM );
336 int64_t float64_to_int64( float64 STATUS_PARAM );
337 int64_t float64_to_int64_round_to_zero( float64 STATUS_PARAM );
338 uint64_t float64_to_uint64 (float64 a STATUS_PARAM);
339 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM);
340 float32 float64_to_float32( float64 STATUS_PARAM );
342 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
345 float128 float64_to_float128( float64 STATUS_PARAM );
351 float64 float64_round_to_int( float64 STATUS_PARAM );
352 float64 float64_trunc_to_int( float64 STATUS_PARAM );
353 float64 float64_add( float64, float64 STATUS_PARAM );
354 float64 float64_sub( float64, float64 STATUS_PARAM );
355 float64 float64_mul( float64, float64 STATUS_PARAM );
356 float64 float64_div( float64, float64 STATUS_PARAM );
357 float64 float64_rem( float64, float64 STATUS_PARAM );
358 float64 float64_sqrt( float64 STATUS_PARAM );
359 float64 float64_log2( float64 STATUS_PARAM );
360 int float64_eq( float64, float64 STATUS_PARAM );
361 int float64_le( float64, float64 STATUS_PARAM );
362 int float64_lt( float64, float64 STATUS_PARAM );
363 int float64_eq_signaling( float64, float64 STATUS_PARAM );
364 int float64_le_quiet( float64, float64 STATUS_PARAM );
365 int float64_lt_quiet( float64, float64 STATUS_PARAM );
366 int float64_compare( float64, float64 STATUS_PARAM );
367 int float64_compare_quiet( float64, float64 STATUS_PARAM );
370 float64 float64_scalbn( float64, int STATUS_PARAM );
406 int floatx80_to_int32( floatx80 STATUS_PARAM );
407 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
408 int64_t floatx80_to_int64( floatx80 STATUS_PARAM );
409 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM );
410 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
411 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
413 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
419 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
420 floatx80 floatx80_add( floatx80, floatx80 STATUS_PARAM );
421 floatx80 floatx80_sub( floatx80, floatx80 STATUS_PARAM );
422 floatx80 floatx80_mul( floatx80, floatx80 STATUS_PARAM );
423 floatx80 floatx80_div( floatx80, floatx80 STATUS_PARAM );
424 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
425 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
426 int floatx80_eq( floatx80, floatx80 STATUS_PARAM );
427 int floatx80_le( floatx80, floatx80 STATUS_PARAM );
428 int floatx80_lt( floatx80, floatx80 STATUS_PARAM );
429 int floatx80_eq_signaling( floatx80, floatx80 STATUS_PARAM );
430 int floatx80_le_quiet( floatx80, floatx80 STATUS_PARAM );
431 int floatx80_lt_quiet( floatx80, floatx80 STATUS_PARAM );
434 floatx80 floatx80_scalbn( floatx80, int STATUS_PARAM );
470 int float128_to_int32( float128 STATUS_PARAM );
471 int float128_to_int32_round_to_zero( float128 STATUS_PARAM );
472 int64_t float128_to_int64( float128 STATUS_PARAM );
473 int64_t float128_to_int64_round_to_zero( float128 STATUS_PARAM );
474 float32 float128_to_float32( float128 STATUS_PARAM );
475 float64 float128_to_float64( float128 STATUS_PARAM );
477 floatx80 float128_to_floatx80( float128 STATUS_PARAM );
483 float128 float128_round_to_int( float128 STATUS_PARAM );
484 float128 float128_add( float128, float128 STATUS_PARAM );
485 float128 float128_sub( float128, float128 STATUS_PARAM );
486 float128 float128_mul( float128, float128 STATUS_PARAM );
487 float128 float128_div( float128, float128 STATUS_PARAM );
488 float128 float128_rem( float128, float128 STATUS_PARAM );
489 float128 float128_sqrt( float128 STATUS_PARAM );
490 int float128_eq( float128, float128 STATUS_PARAM );
491 int float128_le( float128, float128 STATUS_PARAM );
492 int float128_lt( float128, float128 STATUS_PARAM );
493 int float128_eq_signaling( float128, float128 STATUS_PARAM );
494 int float128_le_quiet( float128, float128 STATUS_PARAM );
495 int float128_lt_quiet( float128, float128 STATUS_PARAM );
496 int float128_compare( float128, float128 STATUS_PARAM );
497 int float128_compare_quiet( float128, float128 STATUS_PARAM );
500 float128 float128_scalbn( float128, int STATUS_PARAM );