Home
last modified time | relevance | path

Searched refs:float128 (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h299 float128 float128_round_to_int( float128 );
300 float128 float128_add( float128, float128 );
301 float128 float128_sub( float128, float128 );
302 float128 float128_mul( float128, float128 );
303 float128 float128_div( float128, float128 );
304 float128 float128_rem( float128, float128 );
305 float128 float128_sqrt( float128 );
306 int float128_eq( float128, float128 );
307 int float128_le( float128, float128 );
308 int float128_lt( float128, float128 );
[all …]
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h299 float128 float128_round_to_int( float128 );
300 float128 float128_add( float128, float128 );
301 float128 float128_sub( float128, float128 );
302 float128 float128_mul( float128, float128 );
303 float128 float128_div( float128, float128 );
304 float128 float128_rem( float128, float128 );
305 float128 float128_sqrt( float128 );
306 int float128_eq( float128, float128 );
307 int float128_le( float128, float128 );
308 int float128_lt( float128, float128 );
[all …]
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h291 float128 float128_round_to_int( float128 );
292 float128 float128_add( float128, float128 );
293 float128 float128_sub( float128, float128 );
294 float128 float128_mul( float128, float128 );
295 float128 float128_div( float128, float128 );
296 float128 float128_rem( float128, float128 );
297 float128 float128_sqrt( float128 );
298 int float128_eq( float128, float128 );
299 int float128_le( float128, float128 );
300 int float128_lt( float128, float128 );
[all …]
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h299 float128 float128_round_to_int( float128 );
300 float128 float128_add( float128, float128 );
301 float128 float128_sub( float128, float128 );
302 float128 float128_mul( float128, float128 );
303 float128 float128_div( float128, float128 );
304 float128 float128_rem( float128, float128 );
305 float128 float128_sqrt( float128 );
306 int float128_eq( float128, float128 );
307 int float128_le( float128, float128 );
308 int float128_lt( float128, float128 );
[all …]
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h291 float128 float128_round_to_int( float128 );
292 float128 float128_add( float128, float128 );
293 float128 float128_sub( float128, float128 );
294 float128 float128_mul( float128, float128 );
295 float128 float128_div( float128, float128 );
296 float128 float128_rem( float128, float128 );
297 float128 float128_sqrt( float128 );
298 int float128_eq( float128, float128 );
299 int float128_le( float128, float128 );
300 int float128_lt( float128, float128 );
[all …]
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h291 float128 float128_round_to_int( float128 );
292 float128 float128_add( float128, float128 );
293 float128 float128_sub( float128, float128 );
294 float128 float128_mul( float128, float128 );
295 float128 float128_div( float128, float128 );
296 float128 float128_rem( float128, float128 );
297 float128 float128_sqrt( float128 );
298 int float128_eq( float128, float128 );
299 int float128_le( float128, float128 );
300 int float128_lt( float128, float128 );
[all …]
/freebsd-13.1/tools/test/testfloat/
H A Dslowfloat.h152 float128 slow_float128_round_to_int( float128 );
153 float128 slow_float128_add( float128, float128 );
154 float128 slow_float128_sub( float128, float128 );
155 float128 slow_float128_mul( float128, float128 );
156 float128 slow_float128_div( float128, float128 );
157 float128 slow_float128_rem( float128, float128 );
158 float128 slow_float128_sqrt( float128 );
159 flag slow_float128_eq( float128, float128 );
160 flag slow_float128_le( float128, float128 );
161 flag slow_float128_lt( float128, float128 );
[all …]
H A DtestLoops.h49 void test_a_int32_z_float128( float128 ( int32 ), float128 ( int32 ) );
58 void test_a_int64_z_float128( float128 ( int64 ), float128 ( int64 ) );
71 void test_a_float32_z_float128( float128 ( float32 ), float128 ( float32 ) );
90 void test_a_float64_z_float128( float128 ( float64 ), float128 ( float64 ) );
110 test_a_floatx80_z_float128( float128 ( floatx80 ), float128 ( floatx80 ) );
124 void test_a_float128_z_int32( int32 ( float128 ), int32 ( float128 ) );
126 void test_a_float128_z_int64( int64 ( float128 ), int64 ( float128 ) );
132 test_a_float128_z_floatx80( floatx80 ( float128 ), floatx80 ( float128 ) );
134 void test_az_float128( float128 ( float128 ), float128 ( float128 ) );
137 flag ( float128, float128 ), flag ( float128, float128 ) );
[all …]
H A Dsystfloat.c66 float128 z; in syst_int32_to_float128()
112 float128 z; in syst_int64_to_float128()
167 float128 z; in syst_float32_to_float128()
277 float128 z; in syst_float64_to_float128()
491 float128 syst_float128_add( float128 a, float128 b ) in syst_float128_add()
501 float128 syst_float128_sub( float128 a, float128 b ) in syst_float128_sub()
511 float128 syst_float128_mul( float128 a, float128 b ) in syst_float128_mul()
521 float128 syst_float128_div( float128 a, float128 b ) in syst_float128_div()
531 flag syst_float128_eq( float128 a, float128 b ) in syst_float128_eq()
538 flag syst_float128_le( float128 a, float128 b ) in syst_float128_le()
[all …]
H A Dslowfloat-64.c1988 float128 slow_float128_round_to_int( float128 a ) in slow_float128_round_to_int()
1995 float128 slow_float128_add( float128 a, float128 b ) in slow_float128_add()
2004 float128 slow_float128_sub( float128 a, float128 b ) in slow_float128_sub()
2014 float128 slow_float128_mul( float128 a, float128 b ) in slow_float128_mul()
2023 float128 slow_float128_div( float128 a, float128 b ) in slow_float128_div()
2032 float128 slow_float128_rem( float128 a, float128 b ) in slow_float128_rem()
2041 float128 slow_float128_sqrt( float128 a ) in slow_float128_sqrt()
2048 flag slow_float128_eq( float128 a, float128 b ) in slow_float128_eq()
2055 flag slow_float128_le( float128 a, float128 b ) in slow_float128_le()
2068 flag slow_float128_lt( float128 a, float128 b ) in slow_float128_lt()
[all …]
H A DtestLoops.c366 float128 trueZ, uint8 trueFlags, float128 testZ, uint8 testFlags ) in writeOutputs_z_float128()
450 INLINE flag float128_same( float128 a, float128 b ) in float128_same()
631 float128 trueFunction( int32 ), float128 testFunction( int32 ) ) in test_a_int32_z_float128()
845 float128 trueFunction( int64 ), float128 testFunction( int64 ) ) in test_a_int64_z_float128()
2264 int32 trueFunction( float128 ), int32 testFunction( float128 ) ) in test_a_float128_z_int32()
2321 int64 trueFunction( float128 ), int64 testFunction( float128 ) ) in test_a_float128_z_int64()
2547 float128 trueFunction( float128 ), float128 testFunction( float128 ) ) in test_az_float128()
2602 flag trueFunction( float128, float128 ), in test_ab_float128_z_flag()
2603 flag testFunction( float128, float128 ) in test_ab_float128_z_flag()
2654 float128 trueFunction( float128, float128 ), in test_abz_float128()
[all …]
H A DtestCases.h66 extern float128 testCases_a_float128;
67 extern float128 testCases_b_float128;
H A DtestCases.c2891 float128 z; in float128NextQInP1()
2915 float128 z; in float128NextQOutP1()
2942 float128 z; in float128NextQInP2()
2966 float128 z; in float128NextQOutP2()
2991 float128 z; in float128RandomQOutP3()
3012 float128 z; in float128RandomQOutPInf()
3065 float128 z; in float128RandomQInfP3()
3092 float128 z; in float128RandomQInfPInf()
3157 static float128 current_a_float128;
3281 float128 testCases_a_float128;
[all …]
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h61 } float128; typedef
275 float128 float128_round_to_int( float128 );
276 float128 float128_add( float128, float128 );
277 float128 float128_sub( float128, float128 );
278 float128 float128_mul( float128, float128 );
279 float128 float128_div( float128, float128 );
280 float128 float128_rem( float128, float128 );
281 float128 float128_sqrt( float128 );
282 !!!flag float128_eq( float128, float128 );
283 !!!flag float128_le( float128, float128 );
[all …]
H A Dsoftfloat-specialize379 flag float128_is_nan( float128 a )
394 flag float128_is_signaling_nan( float128 a )
410 static commonNaNT float128ToCommonNaN( float128 a )
427 static float128 commonNaNToFloat128( commonNaNT a )
429 float128 z;
444 static float128 propagateFloat128NaN( float128 a, float128 b )
/freebsd-13.1/lib/libc/softfloat/
H A Dnegtf2.c16 float128 __negtf2(float128);
18 float128
19 __negtf2(float128 a) in __negtf2()
H A Deqtf2.c15 flag __eqtf2(float128, float128);
18 __eqtf2(float128 a, float128 b) in __eqtf2()
H A Dgetf2.c16 flag __getf2(float128, float128);
19 __getf2(float128 a, float128 b) in __getf2()
H A Dgttf2.c16 flag __gttf2(float128, float128);
19 __gttf2(float128 a, float128 b) in __gttf2()
H A Dlttf2.c16 flag __lttf2(float128, float128);
19 __lttf2(float128 a, float128 b) in __lttf2()
H A Dletf2.c16 flag __letf2(float128, float128);
19 __letf2(float128 a, float128 b) in __letf2()
H A Dnetf2.c16 flag __netf2(float128, float128);
19 __netf2(float128 a, float128 b) in __netf2()
H A Dtimesoftfloat.c1453 float128 a; in time_a_float128_z_int32()
1485 float128 a; in time_a_float128_z_int64()
1517 float128 a; in time_a_float128_z_float32()
1549 float128 a; in time_a_float128_z_float64()
1583 float128 a; in time_a_float128_z_floatx80()
1612 static void time_az_float128( float128 function( float128 ) ) in time_az_float128() argument
1617 float128 a; in time_az_float128()
1649 float128 a, b; in time_ab_float128_z_flag()
1686 static void time_abz_float128( float128 function( float128, float128 ) ) in time_abz_float128() argument
1765 static void time_az_float128_pos( float128 function( float128 ) ) in time_az_float128_pos() argument
[all …]
H A Dsoftfloat-specialize435 flag float128_is_nan( float128 a )
450 flag float128_is_signaling_nan( float128 a )
466 static commonNaNT float128ToCommonNaN( float128 a )
483 static float128 commonNaNToFloat128( commonNaNT a )
485 float128 z;
500 static float128 propagateFloat128NaN( float128 a, float128 b )
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c4765 static float128 addFloat128Sigs( float128 a, float128 b, flag zSign ) in addFloat128Sigs()
4844 static float128 subFloat128Sigs( float128 a, float128 b, flag zSign ) in subFloat128Sigs()
4927 float128 float128_add( float128 a, float128 b ) in float128_add()
4949 float128 float128_sub( float128 a, float128 b ) in float128_sub()
4971 float128 float128_mul( float128 a, float128 b ) in float128_mul()
5036 float128 float128_div( float128 a, float128 b ) in float128_div()
5121 float128 float128_rem( float128 a, float128 b ) in float128_rem()
5232 float128 float128_sqrt( float128 a ) in float128_sqrt()
5302 flag float128_eq( float128 a, float128 b ) in float128_eq()
5333 flag float128_le( float128 a, float128 b ) in float128_le()
[all …]

12