Home
last modified time | relevance | path

Searched refs:float64 (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13.1/lib/libc/arm/aeabi/
H A Daeabi_double.c41 flag __unorddf2(float64, float64);
44 int __aeabi_dcmpeq_vfp(float64, float64);
45 int __aeabi_dcmplt_vfp(float64, float64);
46 int __aeabi_dcmple_vfp(float64, float64);
47 int __aeabi_dcmpgt_vfp(float64, float64);
48 int __aeabi_dcmpge_vfp(float64, float64);
49 int __aeabi_dcmpun_vfp(float64, float64);
53 float64 __aeabi_dadd_vfp(float64, float64);
54 float64 __aeabi_ddiv_vfp(float64, float64);
55 float64 __aeabi_dmul_vfp(float64, float64);
[all …]
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h213 float64 float64_round_to_int( float64 );
214 float64 float64_add( float64, float64 );
215 float64 float64_sub( float64, float64 );
216 float64 float64_mul( float64, float64 );
217 float64 float64_div( float64, float64 );
218 float64 float64_rem( float64, float64 );
219 float64 float64_sqrt( float64 );
220 int float64_eq( float64, float64 );
221 int float64_le( float64, float64 );
222 int float64_lt( float64, float64 );
[all …]
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h213 float64 float64_round_to_int( float64 );
214 float64 float64_add( float64, float64 );
215 float64 float64_sub( float64, float64 );
216 float64 float64_mul( float64, float64 );
217 float64 float64_div( float64, float64 );
218 float64 float64_rem( float64, float64 );
219 float64 float64_sqrt( float64 );
220 int float64_eq( float64, float64 );
221 int float64_le( float64, float64 );
222 int float64_lt( float64, float64 );
[all …]
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h205 float64 float64_round_to_int( float64 );
206 float64 float64_add( float64, float64 );
207 float64 float64_sub( float64, float64 );
208 float64 float64_mul( float64, float64 );
209 float64 float64_div( float64, float64 );
210 float64 float64_rem( float64, float64 );
211 float64 float64_sqrt( float64 );
212 int float64_eq( float64, float64 );
213 int float64_le( float64, float64 );
214 int float64_lt( float64, float64 );
[all …]
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h213 float64 float64_round_to_int( float64 );
214 float64 float64_add( float64, float64 );
215 float64 float64_sub( float64, float64 );
216 float64 float64_mul( float64, float64 );
217 float64 float64_div( float64, float64 );
218 float64 float64_rem( float64, float64 );
219 float64 float64_sqrt( float64 );
220 int float64_eq( float64, float64 );
221 int float64_le( float64, float64 );
222 int float64_lt( float64, float64 );
[all …]
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h205 float64 float64_round_to_int( float64 );
206 float64 float64_add( float64, float64 );
207 float64 float64_sub( float64, float64 );
208 float64 float64_mul( float64, float64 );
209 float64 float64_div( float64, float64 );
210 float64 float64_rem( float64, float64 );
211 float64 float64_sqrt( float64 );
212 int float64_eq( float64, float64 );
213 int float64_le( float64, float64 );
214 int float64_lt( float64, float64 );
[all …]
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h205 float64 float64_round_to_int( float64 );
206 float64 float64_add( float64, float64 );
207 float64 float64_sub( float64, float64 );
208 float64 float64_mul( float64, float64 );
209 float64 float64_div( float64, float64 );
210 float64 float64_rem( float64, float64 );
211 float64 float64_sqrt( float64 );
212 int float64_eq( float64, float64 );
213 int float64_le( float64, float64 );
214 int float64_lt( float64, float64 );
[all …]
/freebsd-13.1/tools/test/testfloat/
H A Dslowfloat.h94 float64 slow_float64_round_to_int( float64 );
95 float64 slow_float64_add( float64, float64 );
96 float64 slow_float64_sub( float64, float64 );
97 float64 slow_float64_mul( float64, float64 );
98 float64 slow_float64_div( float64, float64 );
99 float64 slow_float64_rem( float64, float64 );
100 float64 slow_float64_sqrt( float64 );
101 flag slow_float64_eq( float64, float64 );
102 flag slow_float64_le( float64, float64 );
103 flag slow_float64_lt( float64, float64 );
[all …]
H A DtestLoops.h44 void test_a_int32_z_float64( float64 ( int32 ), float64 ( int32 ) );
53 void test_a_int64_z_float64( float64 ( int64 ), float64 ( int64 ) );
66 void test_a_float32_z_float64( float64 ( float32 ), float64 ( float32 ) );
81 void test_a_float64_z_int32( int32 ( float64 ), int32 ( float64 ) );
83 void test_a_float64_z_int64( int64 ( float64 ), int64 ( float64 ) );
85 void test_a_float64_z_float32( float32 ( float64 ), float32 ( float64 ) );
87 void test_a_float64_z_floatx80( floatx80 ( float64 ), floatx80 ( float64 ) );
90 void test_a_float64_z_float128( float128 ( float64 ), float128 ( float64 ) );
92 void test_az_float64( float64 ( float64 ), float64 ( float64 ) );
95 flag ( float64, float64 ), flag ( float64, float64 ) );
[all …]
H A Dsystfloat.c42 float64 z; in syst_int32_to_float64()
88 float64 z; in syst_int64_to_float64()
143 float64 z; in syst_float32_to_float64()
286 float64 syst_float64_add( float64 a, float64 b ) in syst_float64_add()
295 float64 syst_float64_sub( float64 a, float64 b ) in syst_float64_sub()
304 float64 syst_float64_mul( float64 a, float64 b ) in syst_float64_mul()
313 float64 syst_float64_div( float64 a, float64 b ) in syst_float64_div()
322 float64 syst_float64_sqrt( float64 a ) in syst_float64_sqrt()
331 flag syst_float64_eq( float64 a, float64 b ) in syst_float64_eq()
338 flag syst_float64_le( float64 a, float64 b ) in syst_float64_le()
[all …]
H A Dslowfloat-32.c1060 float64 slow_float64_round_to_int( float64 a ) in slow_float64_round_to_int()
1067 float64 slow_float64_add( float64 a, float64 b ) in slow_float64_add()
1076 float64 slow_float64_sub( float64 a, float64 b ) in slow_float64_sub()
1090 float64 slow_float64_mul( float64 a, float64 b ) in slow_float64_mul()
1099 float64 slow_float64_div( float64 a, float64 b ) in slow_float64_div()
1108 float64 slow_float64_rem( float64 a, float64 b ) in slow_float64_rem()
1117 float64 slow_float64_sqrt( float64 a ) in slow_float64_sqrt()
1124 flag slow_float64_eq( float64 a, float64 b ) in slow_float64_eq()
1131 flag slow_float64_le( float64 a, float64 b ) in slow_float64_le()
1144 flag slow_float64_lt( float64 a, float64 b ) in slow_float64_lt()
[all …]
H A Dslowfloat-64.c1612 float64 slow_float64_round_to_int( float64 a ) in slow_float64_round_to_int()
1619 float64 slow_float64_add( float64 a, float64 b ) in slow_float64_add()
1628 float64 slow_float64_sub( float64 a, float64 b ) in slow_float64_sub()
1638 float64 slow_float64_mul( float64 a, float64 b ) in slow_float64_mul()
1647 float64 slow_float64_div( float64 a, float64 b ) in slow_float64_div()
1656 float64 slow_float64_rem( float64 a, float64 b ) in slow_float64_rem()
1665 float64 slow_float64_sqrt( float64 a ) in slow_float64_sqrt()
1672 flag slow_float64_eq( float64 a, float64 b ) in slow_float64_eq()
1679 flag slow_float64_le( float64 a, float64 b ) in slow_float64_le()
1692 flag slow_float64_lt( float64 a, float64 b ) in slow_float64_lt()
[all …]
H A DtestLoops.c320 float64 trueZ, uint8 trueFlags, float64 testZ, uint8 testFlags ) in writeOutputs_z_float64()
395 INLINE flag float64_same( float64 a, float64 b ) in float64_same()
411 INLINE flag float64_same( float64 a, float64 b ) in float64_same()
523 float64 trueFunction( int32 ), float64 testFunction( int32 ) ) in test_a_int32_z_float64()
737 float64 trueFunction( int64 ), float64 testFunction( int64 ) ) in test_a_int64_z_float64()
1354 int32 trueFunction( float64 ), int32 testFunction( float64 ) ) in test_a_float64_z_int32()
1641 float64 trueFunction( float64 ), float64 testFunction( float64 ) ) in test_az_float64()
1696 flag trueFunction( float64, float64 ), in test_ab_float64_z_flag()
1697 flag testFunction( float64, float64 ) in test_ab_float64_z_flag()
1748 float64 trueFunction( float64, float64 ), in test_abz_float64()
[all …]
H A DtestCases.h59 extern float64 testCases_a_float64;
60 extern float64 testCases_b_float64;
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h191 float64 float64_round_to_int( float64 );
192 float64 float64_add( float64, float64 );
193 float64 float64_sub( float64, float64 );
194 float64 float64_mul( float64, float64 );
195 float64 float64_div( float64, float64 );
196 float64 float64_rem( float64, float64 );
197 float64 float64_sqrt( float64 );
198 !!!flag float64_eq( float64, float64 );
199 !!!flag float64_le( float64, float64 );
200 !!!flag float64_lt( float64, float64 );
[all …]
/freebsd-13.1/lib/libc/softfloat/
H A Dnegdf2.c14 float64 __negdf2(float64);
16 float64
17 __negdf2(float64 a) in __negdf2()
H A Dnedf2.c14 flag __nedf2(float64, float64);
17 __nedf2(float64 a, float64 b) in __nedf2()
H A Dltdf2.c14 flag __ltdf2(float64, float64);
17 __ltdf2(float64 a, float64 b) in __ltdf2()
H A Dgedf2.c14 flag __gedf2(float64, float64);
17 __gedf2(float64 a, float64 b) in __gedf2()
H A Dgtdf2.c14 flag __gtdf2(float64, float64);
17 __gtdf2(float64 a, float64 b) in __gtdf2()
H A Dledf2.c14 flag __ledf2(float64, float64);
17 __ledf2(float64 a, float64 b) in __ledf2()
H A Deqdf2.c14 flag __eqdf2(float64, float64);
17 __eqdf2(float64 a, float64 b) in __eqdf2()
H A Dunorddf2.c14 flag __unorddf2(float64, float64);
17 __unorddf2(float64 a, float64 b) in __unorddf2()
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1667 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign ) in addFloat64Sigs()
1745 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign ) in subFloat64Sigs()
1825 float64 float64_add( float64 a, float64 b ) in float64_add()
1847 float64 float64_sub( float64 a, float64 b ) in float64_sub()
1869 float64 float64_mul( float64 a, float64 b ) in float64_mul()
1931 float64 float64_div( float64 a, float64 b ) in float64_div()
2012 float64 float64_rem( float64 a, float64 b ) in float64_rem()
2117 float64 float64_sqrt( float64 a ) in float64_sqrt()
2187 flag float64_eq( float64 a, float64 b ) in float64_eq()
2213 flag float64_le( float64 a, float64 b ) in float64_le()
[all …]
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c2672 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign ) in addFloat64Sigs()
2744 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign ) in subFloat64Sigs()
2818 float64 float64_add( float64 a, float64 b ) in float64_add()
2840 float64 float64_sub( float64 a, float64 b ) in float64_sub()
2862 float64 float64_mul( float64 a, float64 b ) in float64_mul()
2921 float64 float64_div( float64 a, float64 b ) in float64_div()
2993 float64 float64_rem( float64 a, float64 b ) in float64_rem()
3079 float64 float64_sqrt( float64 a ) in float64_sqrt()
3132 flag float64_eq( float64 a, float64 b ) in float64_eq()
3156 flag float64_le( float64 a, float64 b ) in float64_le()
[all …]

12