lib/libc/arch/aarch64/softfloat/softfloat.h
132
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/aarch64/softfloat/softfloat.h
133
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/aarch64/softfloat/softfloat.h
142
floatx80 int64_to_floatx80( long long );
lib/libc/arch/aarch64/softfloat/softfloat.h
160
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/aarch64/softfloat/softfloat.h
198
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/aarch64/softfloat/softfloat.h
231
int floatx80_to_int32( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
232
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
233
long long floatx80_to_int64( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
234
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
235
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
236
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
238
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
254
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
255
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
256
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
257
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
258
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
259
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
260
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
261
flag floatx80_eq( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
262
flag floatx80_le( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
263
flag floatx80_lt( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
264
flag floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
265
flag floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
266
flag floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
267
flag floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/aarch64/softfloat/softfloat.h
286
floatx80 float128_to_floatx80( float128 );
lib/libc/arch/arm/softfloat/softfloat.h
126
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/arm/softfloat/softfloat.h
127
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/arm/softfloat/softfloat.h
137
floatx80 int64_to_floatx80( long long );
lib/libc/arch/arm/softfloat/softfloat.h
160
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/arm/softfloat/softfloat.h
204
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/arm/softfloat/softfloat.h
239
int floatx80_to_int32( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
240
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
241
long long floatx80_to_int64( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
242
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
243
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
244
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
246
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
262
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
263
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
264
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
265
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
266
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
267
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
268
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
269
int floatx80_eq( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
270
int floatx80_le( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
271
int floatx80_lt( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
272
int floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
273
int floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
274
int floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
275
int floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/arm/softfloat/softfloat.h
293
floatx80 float128_to_floatx80( float128 );
lib/libc/arch/m68k/softfloat/softfloat.h
130
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/m68k/softfloat/softfloat.h
131
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/m68k/softfloat/softfloat.h
140
floatx80 int64_to_floatx80( long long );
lib/libc/arch/m68k/softfloat/softfloat.h
158
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/m68k/softfloat/softfloat.h
198
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/m68k/softfloat/softfloat.h
233
int floatx80_to_int32( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
234
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
235
long long floatx80_to_int64( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
236
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
237
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
238
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
240
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
256
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
257
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
258
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
259
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
260
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
261
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
262
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
263
flag floatx80_eq_internal( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
264
flag floatx80_le_internal( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
265
flag floatx80_lt_internal( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
266
flag floatx80_eq_signaling_internal( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
267
flag floatx80_le_quiet_internal( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
268
flag floatx80_lt_quiet_internal( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
269
flag floatx80_eq( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
270
flag floatx80_le( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
271
flag floatx80_lt( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
272
flag floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
273
flag floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
274
flag floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
275
flag floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
276
flag floatx80_is_nan( floatx80 );
lib/libc/arch/m68k/softfloat/softfloat.h
294
floatx80 float128_to_floatx80( float128 );
lib/libc/arch/mips/softfloat/softfloat.h
127
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/mips/softfloat/softfloat.h
128
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/mips/softfloat/softfloat.h
138
floatx80 int64_to_floatx80( long long );
lib/libc/arch/mips/softfloat/softfloat.h
161
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/mips/softfloat/softfloat.h
205
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/mips/softfloat/softfloat.h
240
int floatx80_to_int32( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
241
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
242
long long floatx80_to_int64( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
243
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
244
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
245
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
247
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
263
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
264
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
265
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
266
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
267
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
268
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
269
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
270
int floatx80_eq( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
271
int floatx80_le( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
272
int floatx80_lt( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
273
int floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
274
int floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
275
int floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
276
int floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/mips/softfloat/softfloat.h
300
floatx80 float128_to_floatx80( float128 );
lib/libc/arch/or1k/softfloat/softfloat.h
125
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/or1k/softfloat/softfloat.h
126
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/or1k/softfloat/softfloat.h
135
floatx80 int64_to_floatx80( long long );
lib/libc/arch/or1k/softfloat/softfloat.h
153
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/or1k/softfloat/softfloat.h
193
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/or1k/softfloat/softfloat.h
228
int floatx80_to_int32( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
229
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
230
long long floatx80_to_int64( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
231
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
232
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
233
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
235
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
251
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
252
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
253
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
254
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
255
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
256
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
257
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
258
flag floatx80_eq( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
259
flag floatx80_le( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
260
flag floatx80_lt( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
261
flag floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
262
flag floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
263
flag floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
264
flag floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/or1k/softfloat/softfloat.h
282
floatx80 float128_to_floatx80( float128 );
lib/libc/arch/powerpc/softfloat/softfloat.h
125
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/powerpc/softfloat/softfloat.h
126
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/powerpc/softfloat/softfloat.h
135
floatx80 int64_to_floatx80( long long );
lib/libc/arch/powerpc/softfloat/softfloat.h
153
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/powerpc/softfloat/softfloat.h
193
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/powerpc/softfloat/softfloat.h
228
int floatx80_to_int32( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
229
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
230
long long floatx80_to_int64( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
231
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
232
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
233
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
235
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
251
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
252
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
253
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
254
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
255
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
256
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
257
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
258
flag floatx80_eq( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
259
flag floatx80_le( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
260
flag floatx80_lt( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
261
flag floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
262
flag floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
263
flag floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
264
flag floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/powerpc/softfloat/softfloat.h
282
floatx80 float128_to_floatx80( float128 );
lib/libc/arch/sh3/softfloat/softfloat.h
125
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/sh3/softfloat/softfloat.h
126
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/sh3/softfloat/softfloat.h
136
floatx80 int64_to_floatx80( long long );
lib/libc/arch/sh3/softfloat/softfloat.h
159
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/sh3/softfloat/softfloat.h
203
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/sh3/softfloat/softfloat.h
238
int floatx80_to_int32( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
239
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
240
long long floatx80_to_int64( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
241
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
242
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
243
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
245
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
261
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
262
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
263
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
264
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
265
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
266
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
267
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
268
flag floatx80_eq( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
269
flag floatx80_le( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
270
flag floatx80_lt( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
271
flag floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
272
flag floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
273
flag floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
274
flag floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/sh3/softfloat/softfloat.h
292
floatx80 float128_to_floatx80( float128 );
lib/libc/arch/sparc64/softfloat/softfloat.h
127
floatx80 int32_to_floatx80( int32 );
lib/libc/arch/sparc64/softfloat/softfloat.h
128
floatx80 uint32_to_floatx80( uint32 );
lib/libc/arch/sparc64/softfloat/softfloat.h
137
floatx80 int64_to_floatx80( long long );
lib/libc/arch/sparc64/softfloat/softfloat.h
155
floatx80 float32_to_floatx80( float32 );
lib/libc/arch/sparc64/softfloat/softfloat.h
193
floatx80 float64_to_floatx80( float64 );
lib/libc/arch/sparc64/softfloat/softfloat.h
226
int floatx80_to_int32( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
227
int floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
228
long long floatx80_to_int64( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
229
long long floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
230
float32 floatx80_to_float32( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
231
float64 floatx80_to_float64( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
233
float128 floatx80_to_float128( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
249
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
250
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
251
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
252
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
253
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
254
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
255
floatx80 floatx80_sqrt( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
256
flag floatx80_eq( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
257
flag floatx80_le( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
258
flag floatx80_lt( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
259
flag floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
260
flag floatx80_le_quiet( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
261
flag floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
262
flag floatx80_is_signaling_nan( floatx80 );
lib/libc/arch/sparc64/softfloat/softfloat.h
281
floatx80 float128_to_floatx80( float128 );
lib/libc/softfloat/bits64/softfloat.c
1193
floatx80 int32_to_floatx80( int32 a )
lib/libc/softfloat/bits64/softfloat.c
1209
floatx80 uint32_to_floatx80( uint32 a )
lib/libc/softfloat/bits64/softfloat.c
1324
floatx80 int64_to_floatx80( int64 a )
lib/libc/softfloat/bits64/softfloat.c
1582
floatx80 float32_to_floatx80( float32 a )
lib/libc/softfloat/bits64/softfloat.c
2545
floatx80 float64_to_floatx80( float64 a )
lib/libc/softfloat/bits64/softfloat.c
3291
flag floatx80_eq( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3296
flag floatx80_le_quiet( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3301
flag floatx80_lt_quiet( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3306
flag floatx80_le( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3311
flag floatx80_lt( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3316
flag floatx80_eq_signaling( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3342
int32 floatx80_to_int32( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3370
int32 floatx80_to_int32_round_to_zero( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3416
int64 floatx80_to_int64( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3457
int64 floatx80_to_int64_round_to_zero( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3499
float32 floatx80_to_float32( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3528
float64 floatx80_to_float64( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3559
float128 floatx80_to_float128( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3586
floatx80 floatx80_round_to_int( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
3592
floatx80 z;
lib/libc/softfloat/bits64/softfloat.c
3665
static floatx80 addFloatx80Sigs( floatx80 a, floatx80 b, flag zSign )
lib/libc/softfloat/bits64/softfloat.c
3732
static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign )
lib/libc/softfloat/bits64/softfloat.c
3737
floatx80 z;
lib/libc/softfloat/bits64/softfloat.c
3799
floatx80 floatx80_add( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3821
floatx80 floatx80_sub( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3843
floatx80 floatx80_mul( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3848
floatx80 z;
lib/libc/softfloat/bits64/softfloat.c
3903
floatx80 floatx80_div( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3909
floatx80 z;
lib/libc/softfloat/bits64/softfloat.c
3984
floatx80 floatx80_rem( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
3990
floatx80 z;
lib/libc/softfloat/bits64/softfloat.c
4082
floatx80 floatx80_sqrt( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
4088
floatx80 z;
lib/libc/softfloat/bits64/softfloat.c
4154
flag floatx80_eq_internal( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
4185
flag floatx80_le_internal( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
4219
flag floatx80_lt_internal( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
4253
flag floatx80_eq_signaling_internal( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
4281
flag floatx80_le_quiet_internal( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
4318
flag floatx80_lt_quiet_internal( floatx80 a, floatx80 b )
lib/libc/softfloat/bits64/softfloat.c
4669
floatx80 float128_to_floatx80( float128 a )
lib/libc/softfloat/bits64/softfloat.c
567
INLINE bits64 extractFloatx80Frac( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
580
INLINE int32 extractFloatx80Exp( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
593
INLINE flag extractFloatx80Sign( floatx80 a )
lib/libc/softfloat/bits64/softfloat.c
625
INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
lib/libc/softfloat/bits64/softfloat.c
627
floatx80 z;
lib/libc/softfloat/bits64/softfloat.c
660
static floatx80
lib/libc/softfloat/bits64/softfloat.c
829
static floatx80
lib/libc/softfloat/gexf2.c
18
flag __gexf2(floatx80, floatx80);
lib/libc/softfloat/gexf2.c
21
__gexf2(floatx80 a, floatx80 b)
lib/libc/softfloat/gtxf2.c
18
flag __gtxf2(floatx80, floatx80);
lib/libc/softfloat/gtxf2.c
21
__gtxf2(floatx80 a, floatx80 b)
lib/libc/softfloat/negxf2.c
18
floatx80 __negxf2(floatx80);
lib/libc/softfloat/negxf2.c
20
floatx80
lib/libc/softfloat/negxf2.c
21
__negxf2(floatx80 a)
lib/libc/softfloat/nexf2.c
18
flag __nexf2(floatx80, floatx80);
lib/libc/softfloat/nexf2.c
21
__nexf2(floatx80 a, floatx80 b)
lib/libc/softfloat/templates/softfloat.h
117
floatx80 int32_to_floatx80( !!!int32 );
lib/libc/softfloat/templates/softfloat.h
125
floatx80 int64_to_floatx80( !!!int64 );
lib/libc/softfloat/templates/softfloat.h
142
floatx80 float32_to_floatx80( float32 );
lib/libc/softfloat/templates/softfloat.h
179
floatx80 float64_to_floatx80( float64 );
lib/libc/softfloat/templates/softfloat.h
212
!!!int32 floatx80_to_int32( floatx80 );
lib/libc/softfloat/templates/softfloat.h
213
!!!int32 floatx80_to_int32_round_to_zero( floatx80 );
lib/libc/softfloat/templates/softfloat.h
214
!!!int64 floatx80_to_int64( floatx80 );
lib/libc/softfloat/templates/softfloat.h
215
!!!int64 floatx80_to_int64_round_to_zero( floatx80 );
lib/libc/softfloat/templates/softfloat.h
216
float32 floatx80_to_float32( floatx80 );
lib/libc/softfloat/templates/softfloat.h
217
float64 floatx80_to_float64( floatx80 );
lib/libc/softfloat/templates/softfloat.h
219
float128 floatx80_to_float128( floatx80 );
lib/libc/softfloat/templates/softfloat.h
235
floatx80 floatx80_round_to_int( floatx80 );
lib/libc/softfloat/templates/softfloat.h
236
floatx80 floatx80_add( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
237
floatx80 floatx80_sub( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
238
floatx80 floatx80_mul( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
239
floatx80 floatx80_div( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
240
floatx80 floatx80_rem( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
241
floatx80 floatx80_sqrt( floatx80 );
lib/libc/softfloat/templates/softfloat.h
242
!!!flag floatx80_eq( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
243
!!!flag floatx80_le( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
244
!!!flag floatx80_lt( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
245
!!!flag floatx80_eq_signaling( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
246
!!!flag floatx80_le_quiet( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
247
!!!flag floatx80_lt_quiet( floatx80, floatx80 );
lib/libc/softfloat/templates/softfloat.h
248
!!!flag floatx80_is_signaling_nan( floatx80 );
lib/libc/softfloat/templates/softfloat.h
266
floatx80 float128_to_floatx80( float128 );
lib/libc/softfloat/timesoftfloat.c
1055
static void time_a_floatx80_z_int32( int32 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1060
floatx80 a;
lib/libc/softfloat/timesoftfloat.c
1087
static void time_a_floatx80_z_int64( int64 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1092
floatx80 a;
lib/libc/softfloat/timesoftfloat.c
1119
static void time_a_floatx80_z_float32( float32 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1124
floatx80 a;
lib/libc/softfloat/timesoftfloat.c
1151
static void time_a_floatx80_z_float64( float64 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1156
floatx80 a;
lib/libc/softfloat/timesoftfloat.c
1185
static void time_a_floatx80_z_float128( float128 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1190
floatx80 a;
lib/libc/softfloat/timesoftfloat.c
1219
static void time_az_floatx80( floatx80 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1224
floatx80 a;
lib/libc/softfloat/timesoftfloat.c
1251
static void time_ab_floatx80_z_flag( flag function( floatx80, floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1256
floatx80 a, b;
lib/libc/softfloat/timesoftfloat.c
1293
static void time_abz_floatx80( floatx80 function( floatx80, floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1298
floatx80 a, b;
lib/libc/softfloat/timesoftfloat.c
1373
static void time_az_floatx80_pos( floatx80 function( floatx80 ) )
lib/libc/softfloat/timesoftfloat.c
1378
floatx80 a;
lib/libc/softfloat/timesoftfloat.c
1580
static void time_a_float128_z_floatx80( floatx80 function( float128 ) )
lib/libc/softfloat/timesoftfloat.c
162
static void time_a_int32_z_floatx80( floatx80 function( int32 ) )
lib/libc/softfloat/timesoftfloat.c
317
static void time_a_int64_z_floatx80( floatx80 function( int64 ) )
lib/libc/softfloat/timesoftfloat.c
475
static void time_a_float32_z_floatx80( floatx80 function( float32 ) )
lib/libc/softfloat/timesoftfloat.c
792
static void time_a_float64_z_floatx80( floatx80 function( float64 ) )
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
158
floatx80 int32_to_floatx80( int );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
167
floatx80 int64_to_floatx80( int64_t );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
187
floatx80 float32_to_floatx80( float32 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
228
floatx80 float64_to_floatx80( float64 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
263
int floatx80_to_int32( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
264
int floatx80_to_int32_round_to_zero( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
265
int64_t floatx80_to_int64( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
266
int64_t floatx80_to_int64_round_to_zero( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
267
float32 floatx80_to_float32( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
268
float64 floatx80_to_float64( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
270
float128 floatx80_to_float128( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
286
floatx80 floatx80_round_to_int( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
287
floatx80 floatx80_add( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
288
floatx80 floatx80_sub( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
289
floatx80 floatx80_mul( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
290
floatx80 floatx80_div( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
291
floatx80 floatx80_rem( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
292
floatx80 floatx80_sqrt( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
293
int floatx80_eq( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
294
int floatx80_le( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
295
int floatx80_lt( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
296
int floatx80_eq_signaling( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
297
int floatx80_le_quiet( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
298
int floatx80_lt_quiet( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
299
int floatx80_is_signaling_nan( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/softfloat.h
317
floatx80 float128_to_floatx80( float128 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
146
floatx80 syst_int32_to_floatx80( int32 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
155
floatx80 syst_int64_to_floatx80( int64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
169
floatx80 syst_float32_to_floatx80( float32 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
195
floatx80 syst_float64_to_floatx80( float64 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
214
int32 syst_floatx80_to_int32( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
215
int32 syst_floatx80_to_int32_round_to_zero( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
217
int64 syst_floatx80_to_int64( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
218
int64 syst_floatx80_to_int64_round_to_zero( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
220
float32 syst_floatx80_to_float32( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
221
float64 syst_floatx80_to_float64( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
223
float128 syst_floatx80_to_float128( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
225
floatx80 syst_floatx80_round_to_int( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
226
floatx80 syst_floatx80_add( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
227
floatx80 syst_floatx80_sub( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
228
floatx80 syst_floatx80_mul( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
229
floatx80 syst_floatx80_div( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
230
floatx80 syst_floatx80_rem( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
231
floatx80 syst_floatx80_sqrt( floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
232
flag syst_floatx80_eq( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
233
flag syst_floatx80_le( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
234
flag syst_floatx80_lt( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
235
flag syst_floatx80_eq_signaling( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
236
flag syst_floatx80_le_quiet( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
237
flag syst_floatx80_lt_quiet( floatx80, floatx80 );
regress/lib/libc/ieeefp/testfloat/include/systfloat.h
249
floatx80 syst_float128_to_floatx80( float128 );
regress/lib/libc/ieeefp/testfloat/include/testCases.h
94
extern floatx80 testCases_a_floatx80;
regress/lib/libc/ieeefp/testfloat/include/testCases.h
95
extern floatx80 testCases_b_floatx80;
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
100
void test_a_float32_z_floatx80( floatx80 ( float32 ), floatx80 ( float32 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
119
void test_a_float64_z_floatx80( floatx80 ( float64 ), floatx80 ( float64 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
134
void test_a_floatx80_z_int32( int32 ( floatx80 ), int32 ( floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
136
void test_a_floatx80_z_int64( int64 ( floatx80 ), int64 ( floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
138
void test_a_floatx80_z_float32( float32 ( floatx80 ), float32 ( floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
139
void test_a_floatx80_z_float64( float64 ( floatx80 ), float64 ( floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
142
test_a_floatx80_z_float128( float128 ( floatx80 ), float128 ( floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
144
void test_az_floatx80( floatx80 ( floatx80 ), floatx80 ( floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
147
flag ( floatx80, floatx80 ), flag ( floatx80, floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
150
floatx80 ( floatx80, floatx80 ), floatx80 ( floatx80, floatx80 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
164
test_a_float128_z_floatx80( floatx80 ( float128 ), floatx80 ( float128 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
78
void test_a_int32_z_floatx80( floatx80 ( int32 ), floatx80 ( int32 ) );
regress/lib/libc/ieeefp/testfloat/include/testLoops.h
87
void test_a_int64_z_floatx80( floatx80 ( int64 ), floatx80 ( int64 ) );
regress/lib/libc/ieeefp/testfloat/include/writeHex.h
68
void writeHex_floatx80( floatx80, FILE * );
regress/lib/libc/ieeefp/testfloat/systfloat.c
124
floatx80 syst_int32_to_floatx80( int32 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
164
floatx80 syst_int64_to_floatx80( int64 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
217
floatx80 syst_float32_to_floatx80( float32 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
327
floatx80 syst_float64_to_floatx80( float64 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
419
int32 syst_floatx80_to_int32_round_to_zero( floatx80 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
428
int64 syst_floatx80_to_int64_round_to_zero( floatx80 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
437
float32 syst_floatx80_to_float32( floatx80 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
446
float64 syst_floatx80_to_float64( floatx80 a )
regress/lib/libc/ieeefp/testfloat/systfloat.c
455
floatx80 syst_floatx80_add( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/systfloat.c
464
floatx80 syst_floatx80_sub( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/systfloat.c
473
floatx80 syst_floatx80_mul( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/systfloat.c
482
floatx80 syst_floatx80_div( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/systfloat.c
491
flag syst_floatx80_eq( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/systfloat.c
498
flag syst_floatx80_le( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/systfloat.c
505
flag syst_floatx80_lt( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/systfloat.c
81
floatx80 fx80;
regress/lib/libc/ieeefp/testfloat/testCases.c
2127
static floatx80 floatx80NextQInP1( sequenceT *sequencePtr )
regress/lib/libc/ieeefp/testfloat/testCases.c
2130
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2152
static floatx80 floatx80NextQOutP1( sequenceT *sequencePtr )
regress/lib/libc/ieeefp/testfloat/testCases.c
2155
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2180
static floatx80 floatx80NextQInP2( sequenceT *sequencePtr )
regress/lib/libc/ieeefp/testfloat/testCases.c
2183
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2205
static floatx80 floatx80NextQOutP2( sequenceT *sequencePtr )
regress/lib/libc/ieeefp/testfloat/testCases.c
2208
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2230
static floatx80 floatx80RandomQOutP3( void )
regress/lib/libc/ieeefp/testfloat/testCases.c
2232
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2244
static floatx80 floatx80RandomQOutPInf( void )
regress/lib/libc/ieeefp/testfloat/testCases.c
2246
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2293
static floatx80 floatx80RandomQInfP3( void )
regress/lib/libc/ieeefp/testfloat/testCases.c
2296
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2312
static floatx80 floatx80RandomQInfPInf( void )
regress/lib/libc/ieeefp/testfloat/testCases.c
2315
floatx80 z;
regress/lib/libc/ieeefp/testfloat/testCases.c
2328
static floatx80 floatx80Random( void )
regress/lib/libc/ieeefp/testfloat/testCases.c
3186
static floatx80 current_a_floatx80;
regress/lib/libc/ieeefp/testfloat/testCases.c
3187
static floatx80 current_b_floatx80;
regress/lib/libc/ieeefp/testfloat/testCases.c
3310
floatx80 testCases_a_floatx80;
regress/lib/libc/ieeefp/testfloat/testCases.c
3311
floatx80 testCases_b_floatx80;
regress/lib/libc/ieeefp/testfloat/testLoops.c
1102
floatx80 trueFunction( float32 ), floatx80 testFunction( float32 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
1105
floatx80 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
1556
floatx80 trueFunction( float64 ), floatx80 testFunction( float64 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
1559
floatx80 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
1841
int32 trueFunction( floatx80 ), int32 testFunction( floatx80 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
1898
int64 trueFunction( floatx80 ), int64 testFunction( floatx80 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
1955
float32 trueFunction( floatx80 ), float32 testFunction( floatx80 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2010
float64 trueFunction( floatx80 ), float64 testFunction( floatx80 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2067
float128 trueFunction( floatx80 ), float128 testFunction( floatx80 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2124
floatx80 trueFunction( floatx80 ), floatx80 testFunction( floatx80 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2127
floatx80 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
2179
flag trueFunction( floatx80, floatx80 ),
regress/lib/libc/ieeefp/testfloat/testLoops.c
2180
flag testFunction( floatx80, floatx80 )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2231
floatx80 trueFunction( floatx80, floatx80 ),
regress/lib/libc/ieeefp/testfloat/testLoops.c
2232
floatx80 testFunction( floatx80, floatx80 )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2236
floatx80 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
2521
floatx80 trueFunction( float128 ), floatx80 testFunction( float128 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
2524
floatx80 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
373
floatx80 trueZ, uint8 trueFlags, floatx80 testZ, uint8 testFlags )
regress/lib/libc/ieeefp/testfloat/testLoops.c
463
INLINE flag floatx80_same( floatx80 a, floatx80 b )
regress/lib/libc/ieeefp/testfloat/testLoops.c
470
INLINE flag floatx80_isNaN( floatx80 a )
regress/lib/libc/ieeefp/testfloat/testLoops.c
607
floatx80 trueFunction( int32 ), floatx80 testFunction( int32 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
610
floatx80 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/testLoops.c
821
floatx80 trueFunction( int64 ), floatx80 testFunction( int64 ) )
regress/lib/libc/ieeefp/testfloat/testLoops.c
824
floatx80 trueZ, testZ;
regress/lib/libc/ieeefp/testfloat/writeHex.c
179
void writeHex_floatx80( floatx80 a, FILE *stream )
sys/lib/libkern/softfloat-specialize.h
253
static flag floatx80_is_nan( floatx80 a )
sys/lib/libkern/softfloat-specialize.h
265
flag floatx80_is_signaling_nan( floatx80 a )
sys/lib/libkern/softfloat-specialize.h
283
static commonNaNT floatx80ToCommonNaN( floatx80 a )
sys/lib/libkern/softfloat-specialize.h
300
static floatx80 commonNaNToFloatx80( commonNaNT a )
sys/lib/libkern/softfloat-specialize.h
302
floatx80 z;
sys/lib/libkern/softfloat-specialize.h
316
static floatx80 propagateFloatx80NaN( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
1148
floatx80 int32_to_floatx80( int32 a )
sys/lib/libkern/softfloat.c
1253
floatx80 int64_to_floatx80( int64 a )
sys/lib/libkern/softfloat.c
1503
floatx80 float32_to_floatx80( float32 a )
sys/lib/libkern/softfloat.c
2481
floatx80 float64_to_floatx80( float64 a )
sys/lib/libkern/softfloat.c
3210
int32 floatx80_to_int32( floatx80 a )
sys/lib/libkern/softfloat.c
3237
int32 floatx80_to_int32_round_to_zero( floatx80 a )
sys/lib/libkern/softfloat.c
3282
int64 floatx80_to_int64( floatx80 a )
sys/lib/libkern/softfloat.c
3322
int64 floatx80_to_int64_round_to_zero( floatx80 a )
sys/lib/libkern/softfloat.c
3363
float32 floatx80_to_float32( floatx80 a )
sys/lib/libkern/softfloat.c
3391
float64 floatx80_to_float64( floatx80 a )
sys/lib/libkern/softfloat.c
3421
float128 floatx80_to_float128( floatx80 a )
sys/lib/libkern/softfloat.c
3447
floatx80 floatx80_round_to_int( floatx80 a )
sys/lib/libkern/softfloat.c
3453
floatx80 z;
sys/lib/libkern/softfloat.c
3521
static floatx80 addFloatx80Sigs( floatx80 a, floatx80 b, flag zSign )
sys/lib/libkern/softfloat.c
3587
static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign )
sys/lib/libkern/softfloat.c
3592
floatx80 z;
sys/lib/libkern/softfloat.c
3653
floatx80 floatx80_add( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
3674
floatx80 floatx80_sub( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
3695
floatx80 floatx80_mul( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
3700
floatx80 z;
sys/lib/libkern/softfloat.c
3754
floatx80 floatx80_div( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
3760
floatx80 z;
sys/lib/libkern/softfloat.c
3834
floatx80 floatx80_rem( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
3840
floatx80 z;
sys/lib/libkern/softfloat.c
3931
floatx80 floatx80_sqrt( floatx80 a )
sys/lib/libkern/softfloat.c
3937
floatx80 z;
sys/lib/libkern/softfloat.c
4002
flag floatx80_eq( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
4032
flag floatx80_le( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
4065
flag floatx80_lt( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
4098
flag floatx80_eq_signaling( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
4125
flag floatx80_le_quiet( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
4161
flag floatx80_lt_quiet( floatx80 a, floatx80 b )
sys/lib/libkern/softfloat.c
4452
floatx80 float128_to_floatx80( float128 a )
sys/lib/libkern/softfloat.c
559
INLINE bits64 extractFloatx80Frac( floatx80 a )
sys/lib/libkern/softfloat.c
571
INLINE int32 extractFloatx80Exp( floatx80 a )
sys/lib/libkern/softfloat.c
583
INLINE flag extractFloatx80Sign( floatx80 a )
sys/lib/libkern/softfloat.c
613
INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
sys/lib/libkern/softfloat.c
615
floatx80 z;
sys/lib/libkern/softfloat.c
647
static floatx80
sys/lib/libkern/softfloat.c
815
static floatx80
sys/lib/libkern/softfloat.h
157
floatx80 int32_to_floatx80( int );
sys/lib/libkern/softfloat.h
166
floatx80 int64_to_floatx80( int64_t );
sys/lib/libkern/softfloat.h
184
floatx80 float32_to_floatx80( float32 );
sys/lib/libkern/softfloat.h
222
floatx80 float64_to_floatx80( float64 );
sys/lib/libkern/softfloat.h
281
int floatx80_to_int32( floatx80 );
sys/lib/libkern/softfloat.h
282
int floatx80_to_int32_round_to_zero( floatx80 );
sys/lib/libkern/softfloat.h
283
int64_t floatx80_to_int64( floatx80 );
sys/lib/libkern/softfloat.h
284
int64_t floatx80_to_int64_round_to_zero( floatx80 );
sys/lib/libkern/softfloat.h
285
float32 floatx80_to_float32( floatx80 );
sys/lib/libkern/softfloat.h
286
float64 floatx80_to_float64( floatx80 );
sys/lib/libkern/softfloat.h
288
float128 floatx80_to_float128( floatx80 );
sys/lib/libkern/softfloat.h
300
floatx80 floatx80_round_to_int( floatx80 );
sys/lib/libkern/softfloat.h
301
floatx80 floatx80_add( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
302
floatx80 floatx80_sub( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
303
floatx80 floatx80_mul( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
304
floatx80 floatx80_div( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
305
floatx80 floatx80_rem( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
306
floatx80 floatx80_sqrt( floatx80 );
sys/lib/libkern/softfloat.h
307
int floatx80_eq( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
308
int floatx80_le( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
309
int floatx80_lt( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
310
int floatx80_eq_signaling( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
311
int floatx80_le_quiet( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
312
int floatx80_lt_quiet( floatx80, floatx80 );
sys/lib/libkern/softfloat.h
313
int floatx80_is_signaling_nan( floatx80 );
sys/lib/libkern/softfloat.h
329
floatx80 float128_to_floatx80( float128 );