Lines Matching refs:STATUS_PARAM

9 void set_float_rounding_mode(int val STATUS_PARAM)
21 void set_floatx80_rounding_precision(int val STATUS_PARAM)
87 float32 int32_to_float32(int v STATUS_PARAM)
92 float32 uint32_to_float32(unsigned int v STATUS_PARAM)
97 float64 int32_to_float64(int v STATUS_PARAM)
102 float64 uint32_to_float64(unsigned int v STATUS_PARAM)
108 floatx80 int32_to_floatx80(int v STATUS_PARAM)
113 float32 int64_to_float32( int64_t v STATUS_PARAM)
117 float32 uint64_to_float32( uint64_t v STATUS_PARAM)
121 float64 int64_to_float64( int64_t v STATUS_PARAM)
125 float64 uint64_to_float64( uint64_t v STATUS_PARAM)
130 floatx80 int64_to_floatx80( int64_t v STATUS_PARAM)
154 int float32_to_int32( float32 a STATUS_PARAM)
158 int float32_to_int32_round_to_zero( float32 a STATUS_PARAM)
162 int64_t float32_to_int64( float32 a STATUS_PARAM)
167 int64_t float32_to_int64_round_to_zero( float32 a STATUS_PARAM)
172 float64 float32_to_float64( float32 a STATUS_PARAM)
177 floatx80 float32_to_floatx80( float32 a STATUS_PARAM)
183 unsigned int float32_to_uint32( float32 a STATUS_PARAM)
198 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM)
217 float32 float32_round_to_int( float32 a STATUS_PARAM)
222 float32 float32_rem( float32 a, float32 b STATUS_PARAM)
227 float32 float32_sqrt( float32 a STATUS_PARAM)
231 int float32_compare( float32 a, float32 b STATUS_PARAM )
243 int float32_compare_quiet( float32 a, float32 b STATUS_PARAM )
276 int float64_to_int32( float64 a STATUS_PARAM)
280 int float64_to_int32_round_to_zero( float64 a STATUS_PARAM)
284 int64_t float64_to_int64( float64 a STATUS_PARAM)
288 int64_t float64_to_int64_round_to_zero( float64 a STATUS_PARAM)
292 float32 float64_to_float32( float64 a STATUS_PARAM)
297 floatx80 float64_to_floatx80( float64 a STATUS_PARAM)
303 float128 float64_to_float128( float64 a STATUS_PARAM)
309 unsigned int float64_to_uint32( float64 a STATUS_PARAM)
324 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM)
339 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
347 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
366 float64 float64_trunc_to_int( float64 a STATUS_PARAM )
371 float64 float64_round_to_int( float64 a STATUS_PARAM )
376 float64 float64_rem( float64 a, float64 b STATUS_PARAM)
381 float64 float64_sqrt( float64 a STATUS_PARAM)
385 int float64_compare( float64 a, float64 b STATUS_PARAM )
397 int float64_compare_quiet( float64 a, float64 b STATUS_PARAM )
437 int floatx80_to_int32( floatx80 a STATUS_PARAM)
441 int floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM)
445 int64_t floatx80_to_int64( floatx80 a STATUS_PARAM)
449 int64_t floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM)
453 float32 floatx80_to_float32( floatx80 a STATUS_PARAM)
457 float64 floatx80_to_float64( floatx80 a STATUS_PARAM)
465 floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM)
469 floatx80 floatx80_rem( floatx80 a, floatx80 b STATUS_PARAM)
473 floatx80 floatx80_sqrt( floatx80 a STATUS_PARAM)
477 int floatx80_compare( floatx80 a, floatx80 b STATUS_PARAM )
489 int floatx80_compare_quiet( floatx80 a, floatx80 b STATUS_PARAM )