Lines Matching defs:STATUS_PARAM

9 void set_float_rounding_mode(int val STATUS_PARAM)
21 void set_floatx80_rounding_precision(int val STATUS_PARAM)
80 float32 int32_to_float32(int v STATUS_PARAM)
85 float32 uint32_to_float32(unsigned int v STATUS_PARAM)
90 float64 int32_to_float64(int v STATUS_PARAM)
95 float64 uint32_to_float64(unsigned int v STATUS_PARAM)
101 floatx80 int32_to_floatx80(int v STATUS_PARAM)
106 float32 int64_to_float32( int64_t v STATUS_PARAM)
110 float32 uint64_to_float32( uint64_t v STATUS_PARAM)
114 float64 int64_to_float64( int64_t v STATUS_PARAM)
118 float64 uint64_to_float64( uint64_t v STATUS_PARAM)
123 floatx80 int64_to_floatx80( int64_t v STATUS_PARAM)
147 int float32_to_int32( float32 a STATUS_PARAM)
151 int float32_to_int32_round_to_zero( float32 a STATUS_PARAM)
155 int64_t float32_to_int64( float32 a STATUS_PARAM)
160 int64_t float32_to_int64_round_to_zero( float32 a STATUS_PARAM)
165 float64 float32_to_float64( float32 a STATUS_PARAM)
170 floatx80 float32_to_floatx80( float32 a STATUS_PARAM)
176 unsigned int float32_to_uint32( float32 a STATUS_PARAM)
191 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM)
210 float32 float32_round_to_int( float32 a STATUS_PARAM)
215 float32 float32_rem( float32 a, float32 b STATUS_PARAM)
220 float32 float32_sqrt( float32 a STATUS_PARAM)
224 int float32_compare( float32 a, float32 b STATUS_PARAM )
236 int float32_compare_quiet( float32 a, float32 b STATUS_PARAM )
278 int float64_to_int32( float64 a STATUS_PARAM)
282 int float64_to_int32_round_to_zero( float64 a STATUS_PARAM)
286 int64_t float64_to_int64( float64 a STATUS_PARAM)
290 int64_t float64_to_int64_round_to_zero( float64 a STATUS_PARAM)
294 float32 float64_to_float32( float64 a STATUS_PARAM)
299 floatx80 float64_to_floatx80( float64 a STATUS_PARAM)
305 float128 float64_to_float128( float64 a STATUS_PARAM)
311 unsigned int float64_to_uint32( float64 a STATUS_PARAM)
326 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM)
341 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
349 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
368 float64 float64_trunc_to_int( float64 a STATUS_PARAM )
373 float64 float64_round_to_int( float64 a STATUS_PARAM )
378 float64 float64_rem( float64 a, float64 b STATUS_PARAM)
383 float64 float64_sqrt( float64 a STATUS_PARAM)
387 int float64_compare( float64 a, float64 b STATUS_PARAM )
399 int float64_compare_quiet( float64 a, float64 b STATUS_PARAM )
449 int floatx80_to_int32( floatx80 a STATUS_PARAM)
453 int floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM)
457 int64_t floatx80_to_int64( floatx80 a STATUS_PARAM)
461 int64_t floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM)
465 float32 floatx80_to_float32( floatx80 a STATUS_PARAM)
469 float64 floatx80_to_float64( floatx80 a STATUS_PARAM)
477 floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM)
481 floatx80 floatx80_rem( floatx80 a, floatx80 b STATUS_PARAM)
485 floatx80 floatx80_sqrt( floatx80 a STATUS_PARAM)
489 int floatx80_compare( floatx80 a, floatx80 b STATUS_PARAM )
501 int floatx80_compare_quiet( floatx80 a, floatx80 b STATUS_PARAM )