| /netbsd-src/lib/libc/arch/powerpc/softfloat/ |
| H A D | softfloat.h | 54 typedef unsigned int float32; typedef 120 float32 int32_to_float32( int32 ); 121 float32 uint32_to_float32( uint32 ); 132 float32 int64_to_float32( long long ); 146 int float32_to_int32( float32 ); 147 int float32_to_int32_round_to_zero( float32 ); 148 unsigned int float32_to_uint32_round_to_zero( float32 ); 149 long long float32_to_int64( float32 ); 150 long long float32_to_int64_round_to_zero( float32 ); 151 float64 float32_to_float64( float32 ); [all …]
|
| /netbsd-src/lib/libc/arch/mips/softfloat/ |
| H A D | softfloat.h | 56 typedef unsigned int float32; typedef 122 float32 int32_to_float32( int32 ); 123 float32 uint32_to_float32( uint32 ); 135 float32 int64_to_float32( long long ); 150 int float32_to_int32( float32 ); 151 int float32_to_int32_round_to_zero( float32 ); 153 unsigned int float32_to_uint32_round_to_zero( float32 ); 156 long long float32_to_int64( float32 ); 157 long long float32_to_int64_round_to_zero( float32 ); 159 float64 float32_to_float64( float32 ); [all …]
|
| /netbsd-src/lib/libc/arch/arm/softfloat/ |
| H A D | softfloat.h | 55 typedef unsigned int float32; typedef 121 float32 int32_to_float32( int32 ); 122 float32 uint32_to_float32( uint32 ); 134 float32 int64_to_float32( long long ); 149 int float32_to_int32( float32 ); 150 int float32_to_int32_round_to_zero( float32 ); 152 unsigned int float32_to_uint32_round_to_zero( float32 ); 155 long long float32_to_int64( float32 ); 156 long long float32_to_int64_round_to_zero( float32 ); 158 float64 float32_to_float64( float32 ); [all …]
|
| H A D | __aeabi_fcmplt.c | 16 int __aeabi_fcmplt(float32, float32); 19 __aeabi_fcmplt(float32 a, float32 b) in __aeabi_fcmplt()
|
| H A D | __aeabi_fcmpeq.c | 16 int __aeabi_fcmpeq(float32, float32); 19 __aeabi_fcmpeq(float32 a, float32 b) in __aeabi_fcmpeq()
|
| H A D | __aeabi_fcmple.c | 16 int __aeabi_fcmple(float32, float32); 19 __aeabi_fcmple(float32 a, float32 b) in __aeabi_fcmple()
|
| /netbsd-src/lib/libc/arch/or1k/softfloat/ |
| H A D | softfloat.h | 54 typedef unsigned int float32; typedef 120 float32 int32_to_float32( int32 ); 121 float32 uint32_to_float32( uint32 ); 132 float32 int64_to_float32( long long ); 146 int float32_to_int32( float32 ); 147 int float32_to_int32_round_to_zero( float32 ); 148 unsigned int float32_to_uint32_round_to_zero( float32 ); 149 long long float32_to_int64( float32 ); 150 long long float32_to_int64_round_to_zero( float32 ); 151 float64 float32_to_float64( float32 ); [all …]
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
| H A D | softfloat.h | 85 typedef uint32_t float32; typedef 155 float32 int32_to_float32( int ); 164 float32 int64_to_float32( int64_t ); 179 int float32_to_int32( float32 ); 180 int float32_to_int32_round_to_zero( float32 ); 182 int64_t float32_to_int64( float32 ); 183 int64_t float32_to_int64_round_to_zero( float32 ); 185 float64 float32_to_float64( float32 ); 187 floatx80 float32_to_floatx80( float32 ); 190 float128 float32_to_float128( float32 ); [all …]
|
| H A D | systfloat.h | 143 float32 syst_int32_to_float32( int32 ); 152 float32 syst_int64_to_float32( int64 ); 161 int32 syst_float32_to_int32( float32 ); 162 int32 syst_float32_to_int32_round_to_zero( float32 ); 164 int64 syst_float32_to_int64( float32 ); 165 int64 syst_float32_to_int64_round_to_zero( float32 ); 167 float64 syst_float32_to_float64( float32 ); 169 floatx80 syst_float32_to_floatx80( float32 ); 172 float128 syst_float32_to_float128( float32 ); 174 float32 syst_float32_round_to_int( float32 ); [all …]
|
| H A D | testLoops.h | 75 void test_a_int32_z_float32( float32 ( int32 ), float32 ( int32 ) ); 84 void test_a_int64_z_float32( float32 ( int64 ), float32 ( int64 ) ); 94 void test_a_float32_z_int32( int32 ( float32 ), int32 ( float32 ) ); 96 void test_a_float32_z_int64( int64 ( float32 ), int64 ( float32 ) ); 98 void test_a_float32_z_float64( float64 ( float32 ), float64 ( float32 ) ); 100 void test_a_float32_z_floatx80( floatx80 ( float32 ), floatx80 ( float32 ) ); 103 void test_a_float32_z_float128( float128 ( float32 ), float128 ( float32 ) ); 105 void test_az_float32( float32 ( float32 ), float32 ( float32 ) ); 108 flag ( float32, float32 ), flag ( float32, float32 ) ); 111 float32 ( float32, float32 ), float32 ( float32, float32 ) ); [all …]
|
| /netbsd-src/sys/lib/libkern/ |
| H A D | softfloat.h | 82 typedef u_int32_t float32; typedef 154 float32 int32_to_float32( int ); 163 float32 int64_to_float32( int64_t ); 176 int float32_to_int32( float32 ); 177 int float32_to_int32_round_to_zero( float32 ); 179 int64_t float32_to_int64( float32 ); 180 int64_t float32_to_int64_round_to_zero( float32 ); 182 float64 float32_to_float64( float32 ); 184 floatx80 float32_to_floatx80( float32 ); 187 float128 float32_to_float128( float32 ); [all …]
|
| /netbsd-src/lib/libc/softfloat/templates/ |
| H A D | softfloat.h | 49 typedef !!!bits32 float32; typedef 114 float32 int32_to_float32( !!!int32 ); 122 float32 int64_to_float32( !!!int64 ); 136 !!!int32 float32_to_int32( float32 ); 137 !!!int32 float32_to_int32_round_to_zero( float32 ); 138 !!!int64 float32_to_int64( float32 ); 139 !!!int64 float32_to_int64_round_to_zero( float32 ); 140 float64 float32_to_float64( float32 ); 142 floatx80 float32_to_floatx80( float32 ); 145 float128 float32_to_float128( float32 ); [all …]
|
| /netbsd-src/lib/libc/arch/sparc64/softfloat/ |
| H A D | softfloat.h | 56 typedef unsigned int float32; typedef 122 float32 int32_to_float32( int32 ); 123 float32 uint32_to_float32( uint32 ); 134 float32 int64_to_float32( long long ); 148 int float32_to_int32( float32 ); 149 int float32_to_int32_round_to_zero( float32 ); 150 unsigned int float32_to_uint32_round_to_zero( float32 ); 151 long long float32_to_int64( float32 ); 152 long long float32_to_int64_round_to_zero( float32 ); 153 float64 float32_to_float64( float32 ); [all …]
|
| /netbsd-src/lib/libc/arch/m68k/softfloat/ |
| H A D | softfloat.h | 56 typedef unsigned int float32; typedef 122 float32 int32_to_float32( int32 ); 123 float32 uint32_to_float32( uint32 ); 134 float32 int64_to_float32( long long ); 148 int float32_to_int32( float32 ); 149 int float32_to_int32_round_to_zero( float32 ); 150 unsigned int float32_to_uint32_round_to_zero( float32 ); 151 long long float32_to_int64( float32 ); 152 long long float32_to_int64_round_to_zero( float32 ); 153 float64 float32_to_float64( float32 ); [all …]
|
| /netbsd-src/lib/libc/arch/aarch64/softfloat/ |
| H A D | softfloat.h | 57 typedef unsigned int float32; typedef 127 float32 int32_to_float32( int32 ); 128 float32 uint32_to_float32( uint32 ); 139 float32 int64_to_float32( long long ); 153 int float32_to_int32( float32 ); 154 int float32_to_int32_round_to_zero( float32 ); 155 unsigned int float32_to_uint32_round_to_zero( float32 ); 156 long long float32_to_int64( float32 ); 157 long long float32_to_int64_round_to_zero( float32 ); 158 float64 float32_to_float64( float32 ); [all …]
|
| /netbsd-src/lib/libc/arch/sh3/softfloat/ |
| H A D | softfloat.h | 54 typedef unsigned int float32; typedef 120 float32 int32_to_float32( int32 ); 121 float32 uint32_to_float32( uint32 ); 133 float32 int64_to_float32( long long ); 148 int float32_to_int32( float32 ); 149 int float32_to_int32_round_to_zero( float32 ); 151 unsigned int float32_to_uint32_round_to_zero( float32 ); 154 long long float32_to_int64( float32 ); 155 long long float32_to_int64_round_to_zero( float32 ); 157 float64 float32_to_float64( float32 ); [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| H A D | fpu-tst.c | 95 float32 98 float32 z; in syst_int32_to_float32() 117 syst_float32_to_int32_round_to_zero( float32 a ) in syst_float32_to_int32_round_to_zero() 127 syst_float32_to_float64 (float32 a) in syst_float32_to_float64() 137 float32 syst_float32_add( float32 a, float32 b ) in syst_float32_add() 139 float32 z; in syst_float32_add() 162 float32 syst_float32_sub( float32 a, float32 b ) in syst_float32_sub() 164 float32 z; in syst_float32_sub() 186 float32 syst_float32_mul( float32 a, float32 b ) in syst_float32_mul() 188 float32 z; in syst_float32_mul() [all …]
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
| H A D | systfloat.c | 72 float32 f32; 106 float32 syst_int32_to_float32( int32 a ) in syst_int32_to_float32() 148 float32 syst_int64_to_float32( int64 a ) in syst_int64_to_float32() 186 int32 syst_float32_to_int32_round_to_zero( float32 a ) in syst_float32_to_int32_round_to_zero() 196 int64 syst_float32_to_int64_round_to_zero( float32 a ) in syst_float32_to_int64_round_to_zero() 205 float64 syst_float32_to_float64( float32 a ) in syst_float32_to_float64() 217 floatx80 syst_float32_to_floatx80( float32 a ) in syst_float32_to_floatx80() 230 float128 syst_float32_to_float128( float32 a ) in syst_float32_to_float128() 241 float32 syst_float32_add( float32 a, float32 b ) in syst_float32_add() 250 float32 syst_float32_sub( float32 a, float32 b ) in syst_float32_sub() [all …]
|
| /netbsd-src/lib/libc/softfloat/bits32/ |
| H A D | softfloat.c | 117 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac() 129 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 141 INLINE flag extractFloat32Sign( float32 a ) in extractFloat32Sign() 179 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32() 209 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig ) in roundAndPackFloat32() 271 static float32 537 float32 int32_to_float32( int32 a ) in int32_to_float32() 589 int32 float32_to_int32( float32 a ) in float32_to_int32() 660 int32 float32_to_int32_round_to_zero( float32 a ) in float32_to_int32_round_to_zero() 700 float64 float32_to_float64( float32 a ) in float32_to_float64() [all …]
|
| /netbsd-src/lib/libc/softfloat/ |
| H A D | negsf2.c | 16 float32 __negsf2(float32); 18 float32 19 __negsf2(float32 a) in __negsf2()
|
| H A D | gesf2.c | 16 flag __gesf2(float32, float32); 19 __gesf2(float32 a, float32 b) in __gesf2()
|
| H A D | ltsf2.c | 16 flag __ltsf2(float32, float32); 19 __ltsf2(float32 a, float32 b) in __ltsf2()
|
| H A D | nesf2.c | 16 flag __nesf2(float32, float32); 19 __nesf2(float32 a, float32 b) in __nesf2()
|
| H A D | eqsf2.c | 16 flag __eqsf2(float32, float32); 19 __eqsf2(float32 a, float32 b) in __eqsf2()
|
| H A D | lesf2.c | 16 flag __lesf2(float32, float32); 19 __lesf2(float32 a, float32 b) in __lesf2()
|