Lines Matching refs:floatx80

39 floating-point format `floatx80'.  If this macro is not defined, the
40 `floatx80' type will not be defined, and none of the functions that either
41 input or output the `floatx80' type will be defined. The same applies to
61 } floatx80;
127 floatx80 int32_to_floatx80( int ) __dso_protected;
136 floatx80 int64_to_floatx80( long long ) __dso_protected;
159 floatx80 float32_to_floatx80( float32 ) __dso_protected;
203 floatx80 float64_to_floatx80( float64 ) __dso_protected;
238 int floatx80_to_int32( floatx80 ) __dso_protected;
239 int floatx80_to_int32_round_to_zero( floatx80 ) __dso_protected;
240 long long floatx80_to_int64( floatx80 ) __dso_protected;
241 long long floatx80_to_int64_round_to_zero( floatx80 ) __dso_protected;
242 float32 floatx80_to_float32( floatx80 ) __dso_protected;
243 float64 floatx80_to_float64( floatx80 ) __dso_protected;
245 float128 floatx80_to_float128( floatx80 ) __dso_protected;
261 floatx80 floatx80_round_to_int( floatx80 ) __dso_protected;
262 floatx80 floatx80_add( floatx80, floatx80 ) __dso_protected;
263 floatx80 floatx80_sub( floatx80, floatx80 ) __dso_protected;
264 floatx80 floatx80_mul( floatx80, floatx80 ) __dso_protected;
265 floatx80 floatx80_div( floatx80, floatx80 ) __dso_protected;
266 floatx80 floatx80_rem( floatx80, floatx80 ) __dso_protected;
267 floatx80 floatx80_sqrt( floatx80 ) __dso_protected;
268 int floatx80_eq( floatx80, floatx80 ) __dso_protected;
269 int floatx80_le( floatx80, floatx80 ) __dso_protected;
270 int floatx80_lt( floatx80, floatx80 ) __dso_protected;
271 int floatx80_eq_signaling( floatx80, floatx80 ) __dso_protected;
272 int floatx80_le_quiet( floatx80, floatx80 ) __dso_protected;
273 int floatx80_lt_quiet( floatx80, floatx80 ) __dso_protected;
274 int floatx80_is_signaling_nan( floatx80 ) __dso_protected;
292 floatx80 float128_to_floatx80( float128 ) __dso_protected;