Lines Matching defs:STATUS_PARAM

146 void set_float_rounding_mode(int val STATUS_PARAM);
148 void set_floatx80_rounding_precision(int val STATUS_PARAM);
154 float32 int32_to_float32( int STATUS_PARAM);
155 float32 uint32_to_float32( unsigned int STATUS_PARAM);
156 float64 int32_to_float64( int STATUS_PARAM);
157 float64 uint32_to_float64( unsigned int STATUS_PARAM);
159 floatx80 int32_to_floatx80( int STATUS_PARAM);
162 float128 int32_to_float128( int STATUS_PARAM);
164 float32 int64_to_float32( int64_t STATUS_PARAM);
165 float32 uint64_to_float32( uint64_t STATUS_PARAM);
166 float64 int64_to_float64( int64_t STATUS_PARAM);
167 float64 uint64_to_float64( uint64_t v STATUS_PARAM);
169 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
172 float128 int64_to_float128( int64_t STATUS_PARAM);
178 int float32_to_int32( float32 STATUS_PARAM);
179 int float32_to_int32_round_to_zero( float32 STATUS_PARAM);
180 unsigned int float32_to_uint32( float32 a STATUS_PARAM);
181 unsigned int float32_to_uint32_round_to_zero( float32 a STATUS_PARAM);
182 int64_t float32_to_int64( float32 STATUS_PARAM);
183 int64_t float32_to_int64_round_to_zero( float32 STATUS_PARAM);
184 float64 float32_to_float64( float32 STATUS_PARAM);
186 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
189 float128 float32_to_float128( float32 STATUS_PARAM);
195 float32 float32_round_to_int( float32 STATUS_PARAM);
196 INLINE float32 float32_add( float32 a, float32 b STATUS_PARAM)
200 INLINE float32 float32_sub( float32 a, float32 b STATUS_PARAM)
204 INLINE float32 float32_mul( float32 a, float32 b STATUS_PARAM)
208 INLINE float32 float32_div( float32 a, float32 b STATUS_PARAM)
212 float32 float32_rem( float32, float32 STATUS_PARAM);
213 float32 float32_sqrt( float32 STATUS_PARAM);
214 INLINE int float32_eq( float32 a, float32 b STATUS_PARAM)
218 INLINE int float32_le( float32 a, float32 b STATUS_PARAM)
222 INLINE int float32_lt( float32 a, float32 b STATUS_PARAM)
226 INLINE int float32_eq_signaling( float32 a, float32 b STATUS_PARAM)
230 INLINE int float32_le_quiet( float32 a, float32 b STATUS_PARAM)
234 INLINE int float32_lt_quiet( float32 a, float32 b STATUS_PARAM)
238 INLINE int float32_unordered( float32 a, float32 b STATUS_PARAM)
243 int float32_compare( float32, float32 STATUS_PARAM );
244 int float32_compare_quiet( float32, float32 STATUS_PARAM );
283 int float64_to_int32( float64 STATUS_PARAM );
284 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
285 unsigned int float64_to_uint32( float64 STATUS_PARAM );
286 unsigned int float64_to_uint32_round_to_zero( float64 STATUS_PARAM );
287 int64_t float64_to_int64( float64 STATUS_PARAM );
288 int64_t float64_to_int64_round_to_zero( float64 STATUS_PARAM );
289 uint64_t float64_to_uint64( float64 STATUS_PARAM );
290 uint64_t float64_to_uint64_round_to_zero( float64 STATUS_PARAM );
291 float32 float64_to_float32( float64 STATUS_PARAM );
293 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
296 float128 float64_to_float128( float64 STATUS_PARAM );
302 float64 float64_round_to_int( float64 STATUS_PARAM );
303 float64 float64_trunc_to_int( float64 STATUS_PARAM );
304 INLINE float64 float64_add( float64 a, float64 b STATUS_PARAM)
308 INLINE float64 float64_sub( float64 a, float64 b STATUS_PARAM)
312 INLINE float64 float64_mul( float64 a, float64 b STATUS_PARAM)
316 INLINE float64 float64_div( float64 a, float64 b STATUS_PARAM)
320 float64 float64_rem( float64, float64 STATUS_PARAM );
321 float64 float64_sqrt( float64 STATUS_PARAM );
322 INLINE int float64_eq( float64 a, float64 b STATUS_PARAM)
326 INLINE int float64_le( float64 a, float64 b STATUS_PARAM)
330 INLINE int float64_lt( float64 a, float64 b STATUS_PARAM)
334 INLINE int float64_eq_signaling( float64 a, float64 b STATUS_PARAM)
338 INLINE int float64_le_quiet( float64 a, float64 b STATUS_PARAM)
342 INLINE int float64_lt_quiet( float64 a, float64 b STATUS_PARAM)
347 INLINE int float64_unordered( float64 a, float64 b STATUS_PARAM)
352 int float64_compare( float64, float64 STATUS_PARAM );
353 int float64_compare_quiet( float64, float64 STATUS_PARAM );
394 int floatx80_to_int32( floatx80 STATUS_PARAM );
395 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
396 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
397 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM);
398 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
399 float64 floatx80_to_float64( floatx80 STATUS_PARAM );
401 float128 floatx80_to_float128( floatx80 STATUS_PARAM );
407 floatx80 floatx80_round_to_int( floatx80 STATUS_PARAM );
408 INLINE floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM)
412 INLINE floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM)
416 INLINE floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM)
420 INLINE floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM)
424 floatx80 floatx80_rem( floatx80, floatx80 STATUS_PARAM );
425 floatx80 floatx80_sqrt( floatx80 STATUS_PARAM );
426 INLINE int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM)
430 INLINE int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM)
434 INLINE int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM)
438 INLINE int floatx80_eq_signaling( floatx80 a, floatx80 b STATUS_PARAM)
442 INLINE int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM)
446 INLINE int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM)
451 INLINE int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM)
456 int floatx80_compare( floatx80, floatx80 STATUS_PARAM );
457 int floatx80_compare_quiet( floatx80, floatx80 STATUS_PARAM );