Home
last modified time | relevance | path

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

12

/freebsd-13.1/lib/libc/arm/aeabi/
H A Daeabi_float.c41 flag __unordsf2(float32, float32);
44 int __aeabi_fcmpeq_vfp(float32, float32);
45 int __aeabi_fcmplt_vfp(float32, float32);
46 int __aeabi_fcmple_vfp(float32, float32);
47 int __aeabi_fcmpgt_vfp(float32, float32);
48 int __aeabi_fcmpge_vfp(float32, float32);
49 int __aeabi_fcmpun_vfp(float32, float32);
53 float32 __aeabi_fadd_vfp(float32, float32);
54 float32 __aeabi_fdiv_vfp(float32, float32);
55 float32 __aeabi_fmul_vfp(float32, float32);
[all …]
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h169 float32 float32_round_to_int( float32 );
170 float32 float32_add( float32, float32 );
171 float32 float32_sub( float32, float32 );
172 float32 float32_mul( float32, float32 );
173 float32 float32_div( float32, float32 );
174 float32 float32_rem( float32, float32 );
175 float32 float32_sqrt( float32 );
176 int float32_eq( float32, float32 );
177 int float32_le( float32, float32 );
178 int float32_lt( float32, float32 );
[all …]
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h169 float32 float32_round_to_int( float32 );
170 float32 float32_add( float32, float32 );
171 float32 float32_sub( float32, float32 );
172 float32 float32_mul( float32, float32 );
173 float32 float32_div( float32, float32 );
174 float32 float32_rem( float32, float32 );
175 float32 float32_sqrt( float32 );
176 int float32_eq( float32, float32 );
177 int float32_le( float32, float32 );
178 int float32_lt( float32, float32 );
[all …]
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h165 float32 float32_round_to_int( float32 );
166 float32 float32_add( float32, float32 );
167 float32 float32_sub( float32, float32 );
168 float32 float32_mul( float32, float32 );
169 float32 float32_div( float32, float32 );
170 float32 float32_rem( float32, float32 );
171 float32 float32_sqrt( float32 );
172 int float32_eq( float32, float32 );
173 int float32_le( float32, float32 );
174 int float32_lt( float32, float32 );
[all …]
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h169 float32 float32_round_to_int( float32 );
170 float32 float32_add( float32, float32 );
171 float32 float32_sub( float32, float32 );
172 float32 float32_mul( float32, float32 );
173 float32 float32_div( float32, float32 );
174 float32 float32_rem( float32, float32 );
175 float32 float32_sqrt( float32 );
176 int float32_eq( float32, float32 );
177 int float32_le( float32, float32 );
178 int float32_lt( float32, float32 );
[all …]
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h165 float32 float32_round_to_int( float32 );
166 float32 float32_add( float32, float32 );
167 float32 float32_sub( float32, float32 );
168 float32 float32_mul( float32, float32 );
169 float32 float32_div( float32, float32 );
170 float32 float32_rem( float32, float32 );
171 float32 float32_sqrt( float32 );
172 int float32_eq( float32, float32 );
173 int float32_le( float32, float32 );
174 int float32_lt( float32, float32 );
[all …]
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h165 float32 float32_round_to_int( float32 );
166 float32 float32_add( float32, float32 );
167 float32 float32_sub( float32, float32 );
168 float32 float32_mul( float32, float32 );
169 float32 float32_div( float32, float32 );
170 float32 float32_rem( float32, float32 );
171 float32 float32_sqrt( float32 );
172 int float32_eq( float32, float32 );
173 int float32_le( float32, float32 );
174 int float32_lt( float32, float32 );
[all …]
/freebsd-13.1/tools/test/testfloat/
H A Dslowfloat.h66 float32 slow_float32_round_to_int( float32 );
67 float32 slow_float32_add( float32, float32 );
68 float32 slow_float32_sub( float32, float32 );
69 float32 slow_float32_mul( float32, float32 );
70 float32 slow_float32_div( float32, float32 );
71 float32 slow_float32_rem( float32, float32 );
72 float32 slow_float32_sqrt( float32 );
73 flag slow_float32_eq( float32, float32 );
74 flag slow_float32_le( float32, float32 );
75 flag slow_float32_lt( float32, float32 );
[all …]
H A DtestLoops.h43 void test_a_int32_z_float32( float32 ( int32 ), float32 ( int32 ) );
52 void test_a_int64_z_float32( float32 ( int64 ), float32 ( int64 ) );
62 void test_a_float32_z_int32( int32 ( float32 ), int32 ( float32 ) );
64 void test_a_float32_z_int64( int64 ( float32 ), int64 ( float32 ) );
66 void test_a_float32_z_float64( float64 ( float32 ), float64 ( float32 ) );
68 void test_a_float32_z_floatx80( floatx80 ( float32 ), floatx80 ( float32 ) );
71 void test_a_float32_z_float128( float128 ( float32 ), float128 ( float32 ) );
73 void test_az_float32( float32 ( float32 ), float32 ( float32 ) );
76 flag ( float32, float32 ), flag ( float32, float32 ) );
79 float32 ( float32, float32 ), float32 ( float32, float32 ) );
[all …]
H A Dsystfloat.c33 float32 z; in syst_int32_to_float32()
79 float32 z; in syst_int64_to_float32()
176 float32 syst_float32_add( float32 a, float32 b ) in syst_float32_add()
178 float32 z; in syst_float32_add()
185 float32 syst_float32_sub( float32 a, float32 b ) in syst_float32_sub()
187 float32 z; in syst_float32_sub()
194 float32 syst_float32_mul( float32 a, float32 b ) in syst_float32_mul()
203 float32 syst_float32_div( float32 a, float32 b ) in syst_float32_div()
212 flag syst_float32_eq( float32 a, float32 b ) in syst_float32_eq()
219 flag syst_float32_le( float32 a, float32 b ) in syst_float32_le()
[all …]
H A Dslowfloat-32.c913 float32 slow_float32_round_to_int( float32 a ) in slow_float32_round_to_int()
920 float32 slow_float32_add( float32 a, float32 b ) in slow_float32_add()
929 float32 slow_float32_sub( float32 a, float32 b ) in slow_float32_sub()
939 float32 slow_float32_mul( float32 a, float32 b ) in slow_float32_mul()
948 float32 slow_float32_div( float32 a, float32 b ) in slow_float32_div()
957 float32 slow_float32_rem( float32 a, float32 b ) in slow_float32_rem()
966 float32 slow_float32_sqrt( float32 a ) in slow_float32_sqrt()
973 flag slow_float32_eq( float32 a, float32 b ) in slow_float32_eq()
980 flag slow_float32_le( float32 a, float32 b ) in slow_float32_le()
993 flag slow_float32_lt( float32 a, float32 b ) in slow_float32_lt()
[all …]
H A Dslowfloat-64.c1423 float32 slow_float32_round_to_int( float32 a ) in slow_float32_round_to_int()
1430 float32 slow_float32_add( float32 a, float32 b ) in slow_float32_add()
1439 float32 slow_float32_sub( float32 a, float32 b ) in slow_float32_sub()
1449 float32 slow_float32_mul( float32 a, float32 b ) in slow_float32_mul()
1458 float32 slow_float32_div( float32 a, float32 b ) in slow_float32_div()
1467 float32 slow_float32_rem( float32 a, float32 b ) in slow_float32_rem()
1476 float32 slow_float32_sqrt( float32 a ) in slow_float32_sqrt()
1483 flag slow_float32_eq( float32 a, float32 b ) in slow_float32_eq()
1490 flag slow_float32_le( float32 a, float32 b ) in slow_float32_le()
1503 flag slow_float32_lt( float32 a, float32 b ) in slow_float32_lt()
[all …]
H A DtestLoops.c300 float32 trueZ, uint8 trueFlags, float32 testZ, uint8 testFlags ) in writeOutputs_z_float32()
472 float32 trueFunction( int32 ), float32 testFunction( int32 ) ) in test_a_int32_z_float32()
686 float32 trueFunction( int64 ), float32 testFunction( int64 ) ) in test_a_int64_z_float32()
900 int32 trueFunction( float32 ), int32 testFunction( float32 ) ) in test_a_float32_z_int32()
957 int64 trueFunction( float32 ), int64 testFunction( float32 ) ) in test_a_float32_z_int64()
1014 float64 trueFunction( float32 ), float64 testFunction( float32 ) ) in test_a_float32_z_float64()
1187 float32 trueFunction( float32 ), float32 testFunction( float32 ) ) in test_az_float32()
1242 flag trueFunction( float32, float32 ), in test_ab_float32_z_flag()
1243 flag testFunction( float32, float32 ) in test_ab_float32_z_flag()
1294 float32 trueFunction( float32, float32 ), in test_abz_float32()
[all …]
H A DtestCases.h57 extern float32 testCases_a_float32;
58 extern float32 testCases_b_float32;
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h154 float32 float32_round_to_int( float32 );
155 float32 float32_add( float32, float32 );
156 float32 float32_sub( float32, float32 );
157 float32 float32_mul( float32, float32 );
158 float32 float32_div( float32, float32 );
159 float32 float32_rem( float32, float32 );
160 float32 float32_sqrt( float32 );
161 !!!flag float32_eq( float32, float32 );
162 !!!flag float32_le( float32, float32 );
163 !!!flag float32_lt( float32, float32 );
[all …]
/freebsd-13.1/lib/libc/softfloat/
H A Dnegsf2.c14 float32 __negsf2(float32);
16 float32
17 __negsf2(float32 a) in __negsf2()
H A Dnesf2.c14 flag __nesf2(float32, float32);
17 __nesf2(float32 a, float32 b) in __nesf2()
H A Dltsf2.c14 flag __ltsf2(float32, float32);
17 __ltsf2(float32 a, float32 b) in __ltsf2()
H A Dgtsf2.c14 flag __gtsf2(float32, float32);
17 __gtsf2(float32 a, float32 b) in __gtsf2()
H A Dgesf2.c14 flag __gesf2(float32, float32);
17 __gesf2(float32 a, float32 b) in __gesf2()
H A Deqsf2.c14 flag __eqsf2(float32, float32);
17 __eqsf2(float32 a, float32 b) in __eqsf2()
H A Dlesf2.c14 flag __lesf2(float32, float32);
17 __lesf2(float32 a, float32 b) in __lesf2()
H A Dunordsf2.c14 flag __unordsf2(float32, float32);
17 __unordsf2(float32 a, float32 b) in __unordsf2()
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c788 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign ) in addFloat32Sigs()
860 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign ) in subFloat32Sigs()
934 float32 float32_add( float32 a, float32 b ) in float32_add()
956 float32 float32_sub( float32 a, float32 b ) in float32_sub()
978 float32 float32_mul( float32 a, float32 b ) in float32_mul()
1037 float32 float32_div( float32 a, float32 b ) in float32_div()
1107 float32 float32_rem( float32 a, float32 b ) in float32_rem()
1194 float32 float32_sqrt( float32 a ) in float32_sqrt()
1253 flag float32_eq( float32 a, float32 b ) in float32_eq()
1276 flag float32_le( float32 a, float32 b ) in float32_le()
[all …]
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1706 static float32 addFloat32Sigs( float32 a, float32 b, flag zSign ) in addFloat32Sigs()
1778 static float32 subFloat32Sigs( float32 a, float32 b, flag zSign ) in subFloat32Sigs()
1852 float32 float32_add( float32 a, float32 b ) in float32_add()
1874 float32 float32_sub( float32 a, float32 b ) in float32_sub()
1896 float32 float32_mul( float32 a, float32 b ) in float32_mul()
1957 float32 float32_div( float32 a, float32 b ) in float32_div()
2021 float32 float32_rem( float32 a, float32 b ) in float32_rem()
2124 float32 float32_sqrt( float32 a ) in float32_sqrt()
2180 flag float32_eq( float32 a, float32 b ) in float32_eq()
2203 flag float32_le( float32 a, float32 b ) in float32_le()
[all …]

12