Home
last modified time | relevance | path

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

123

/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int32 );
125 float64 uint32_to_float64( uint32 );
136 float64 int64_to_float64( long long );
159 float64 float32_to_float64( float32 );
194 int float64_to_int32( float64 );
195 int float64_to_int32_round_to_zero( float64 );
197 unsigned int float64_to_uint32_round_to_zero( float64 );
200 long long float64_to_int64( float64 );
201 long long float64_to_int64_round_to_zero( float64 );
[all …]
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.h83 typedef u_int64_t float64; typedef
155 float64 int32_to_float64( int );
164 float64 int64_to_float64( int64_t );
182 float64 float32_to_float64( float32 );
213 int float64_to_int32( float64 );
214 int float64_to_int32_round_to_zero( float64 );
216 int64_t float64_to_int64( float64 );
217 uint64_t float64_to_uint64( float64 );
218 int64_t float64_to_int64_round_to_zero( float64 );
220 float32 float64_to_float32( float64 );
[all …]
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
122 float64 int32_to_float64( int32 );
123 float64 uint32_to_float64( uint32 );
133 float64 int64_to_float64( long long );
151 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
[all …]
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int32 );
124 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
158 float64 float32_to_float64( float32 );
193 int float64_to_int32( float64 );
194 int float64_to_int32_round_to_zero( float64 );
196 unsigned int float64_to_uint32_round_to_zero( float64 );
199 long long float64_to_int64( float64 );
200 long long float64_to_int64_round_to_zero( float64 );
[all …]
H A D__aeabi_dcmple.c16 int __aeabi_dcmple(float64, float64);
19 __aeabi_dcmple(float64 a, float64 b) in __aeabi_dcmple()
H A D__aeabi_dcmpeq.c16 int __aeabi_dcmpeq(float64, float64);
19 __aeabi_dcmpeq(float64 a, float64 b) in __aeabi_dcmpeq()
H A D__aeabi_dcmplt.c16 int __aeabi_dcmplt(float64, float64);
19 __aeabi_dcmplt(float64 a, float64 b) in __aeabi_dcmplt()
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
122 float64 int32_to_float64( int32 );
123 float64 uint32_to_float64( uint32 );
133 float64 int64_to_float64( long long );
151 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
[all …]
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h86 typedef uint64_t float64; typedef
156 float64 int32_to_float64( int );
165 float64 int64_to_float64( int64_t );
185 float64 float32_to_float64( float32 );
220 int float64_to_int32( float64 );
221 int float64_to_int32_round_to_zero( float64 );
223 int64_t float64_to_int64( float64 );
224 int64_t float64_to_int64_round_to_zero( float64 );
226 float32 float64_to_float32( float64 );
228 floatx80 float64_to_floatx80( float64 );
[all …]
H A Dsystfloat.h144 float64 syst_int32_to_float64( int32 );
153 float64 syst_int64_to_float64( int64 );
167 float64 syst_float32_to_float64( float32 );
187 int32 syst_float64_to_int32( float64 );
188 int32 syst_float64_to_int32_round_to_zero( float64 );
190 int64 syst_float64_to_int64( float64 );
191 int64 syst_float64_to_int64_round_to_zero( float64 );
193 float32 syst_float64_to_float32( float64 );
195 floatx80 syst_float64_to_floatx80( float64 );
198 float128 syst_float64_to_float128( float64 );
[all …]
H A DtestLoops.h76 void test_a_int32_z_float64( float64 ( int32 ), float64 ( int32 ) );
85 void test_a_int64_z_float64( float64 ( int64 ), float64 ( int64 ) );
98 void test_a_float32_z_float64( float64 ( float32 ), float64 ( float32 ) );
113 void test_a_float64_z_int32( int32 ( float64 ), int32 ( float64 ) );
115 void test_a_float64_z_int64( int64 ( float64 ), int64 ( float64 ) );
117 void test_a_float64_z_float32( float32 ( float64 ), float32 ( float64 ) );
119 void test_a_float64_z_floatx80( floatx80 ( float64 ), floatx80 ( float64 ) );
122 void test_a_float64_z_float128( float128 ( float64 ), float128 ( float64 ) );
124 void test_az_float64( float64 ( float64 ), float64 ( float64 ) );
127 flag ( float64, float64 ), flag ( float64, float64 ) );
[all …]
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits64 float64; typedef
115 float64 int32_to_float64( !!!int32 );
123 float64 int64_to_float64( !!!int64 );
140 float64 float32_to_float64( float32 );
173 !!!int32 float64_to_int32( float64 );
174 !!!int32 float64_to_int32_round_to_zero( float64 );
175 !!!int64 float64_to_int64( float64 );
176 !!!int64 float64_to_int64_round_to_zero( float64 );
177 float32 float64_to_float32( float64 );
179 floatx80 float64_to_floatx80( float64 );
[all …]
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int32 );
125 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
153 float64 float32_to_float64( float32 );
186 int float64_to_int32( float64 );
187 int float64_to_int32_round_to_zero( float64 );
188 unsigned int float64_to_uint32_round_to_zero( float64 );
189 long long float64_to_int64( float64 );
190 long long float64_to_int64_round_to_zero( float64 );
[all …]
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h57 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int32 );
125 float64 uint32_to_float64( uint32 );
135 float64 int64_to_float64( long long );
153 float64 float32_to_float64( float32 );
188 int float64_to_int32( float64 );
189 int float64_to_int32_round_to_zero( float64 );
190 unsigned int float64_to_uint32_round_to_zero( float64 );
191 long long float64_to_int64( float64 );
192 long long float64_to_int64_round_to_zero( float64 );
[all …]
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h58 typedef unsigned long long float64; typedef
129 float64 int32_to_float64( int32 );
130 float64 uint32_to_float64( uint32 );
140 float64 int64_to_float64( long long );
158 float64 float32_to_float64( float32 );
191 int float64_to_int32( float64 );
192 int float64_to_int32_round_to_zero( float64 );
193 unsigned int float64_to_uint32_round_to_zero( float64 );
194 long long float64_to_int64( float64 );
195 long long float64_to_int64_round_to_zero( float64 );
[all …]
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
122 float64 int32_to_float64( int32 );
123 float64 uint32_to_float64( uint32 );
134 float64 int64_to_float64( long long );
157 float64 float32_to_float64( float32 );
192 int float64_to_int32( float64 );
193 int float64_to_int32_round_to_zero( float64 );
195 unsigned int float64_to_uint32_round_to_zero( float64 );
198 long long float64_to_int64( float64 );
199 long long float64_to_int64_round_to_zero( float64 );
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dfpu-tst.c106 float64
109 float64 z; in syst_int32_to_float64()
126 float64
129 float64 z; in syst_float32_to_float64()
315 int32_t syst_float64_to_int32_round_to_zero( float64 a ) in syst_float64_to_int32_round_to_zero()
324 float32 syst_float64_to_float32( float64 a ) in syst_float64_to_float32()
343 float64 syst_float64_add( float64 a, float64 b ) in syst_float64_add()
345 float64 z; in syst_float64_add()
369 float64 syst_float64_sub( float64 a, float64 b ) in syst_float64_sub()
371 float64 z; in syst_float64_sub()
[all …]
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A Dsystfloat.c76 float64 f64;
114 float64 syst_int32_to_float64( int32 a ) in syst_int32_to_float64()
155 float64 syst_int64_to_float64( int64 a ) in syst_int64_to_float64()
205 float64 syst_float32_to_float64( float32 a ) in syst_float32_to_float64()
298 int32 syst_float64_to_int32_round_to_zero( float64 a ) in syst_float64_to_int32_round_to_zero()
307 int64 syst_float64_to_int64_round_to_zero( float64 a ) in syst_float64_to_int64_round_to_zero()
316 float32 syst_float64_to_float32( float64 a ) in syst_float64_to_float32()
327 floatx80 syst_float64_to_floatx80( float64 a ) in syst_float64_to_floatx80()
340 float128 syst_float64_to_float128( float64 a ) in syst_float64_to_float128()
351 float64 syst_float64_add( float64 a, float64 b ) in syst_float64_add()
[all …]
H A DtestLoops.c351 float64 trueZ, uint8 trueFlags, float64 testZ, uint8 testFlags ) in writeOutputs_z_float64()
426 INLINE flag float64_same( float64 a, float64 b ) in float64_same()
433 INLINE flag float64_isNaN( float64 a ) in float64_isNaN()
442 INLINE flag float64_same( float64 a, float64 b ) in float64_same()
449 INLINE flag float64_isNaN( float64 a ) in float64_isNaN()
554 float64 trueFunction( int32 ), float64 testFunction( int32 ) ) in test_a_int32_z_float64()
557 float64 trueZ, testZ; in test_a_int32_z_float64()
768 float64 trueFunction( int64 ), float64 testFunction( int64 ) ) in test_a_int64_z_float64()
771 float64 trueZ, testZ; in test_a_int64_z_float64()
1045 float64 trueFunction( float32 ), float64 testFunction( float32 ) ) in test_a_float32_z_float64()
[all …]
/netbsd-src/sys/arch/alpha/alpha/
H A Dfp_complete.c149 static float64 float64_unk(float64, float64);
150 static float64 compare_un(float64, float64);
151 static float64 compare_eq(float64, float64);
152 static float64 compare_lt(float64, float64);
153 static float64 compare_le(float64, float64);
163 static float64 (*swfp_t[])(float64, float64) = {
225 static float64
226 compare_lt(float64 a, float64 b) in compare_lt()
231 static float64
232 compare_le(float64 a, float64 b) in compare_le()
[all …]
/netbsd-src/lib/libc/softfloat/bits32/
H A Dsoftfloat.c287 INLINE bits32 extractFloat64Frac1( float64 a ) in extractFloat64Frac1()
300 INLINE bits32 extractFloat64Frac0( float64 a ) in extractFloat64Frac0()
312 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
324 INLINE flag extractFloat64Sign( float64 a ) in extractFloat64Sign()
386 INLINE float64
419 static float64
504 static float64
555 float64 int32_to_float64( int32 a ) in int32_to_float64()
700 float64 float32_to_float64( float32 a ) in float32_to_float64()
1415 int32 float64_to_int32( float64 a ) in float64_to_int32()
[all …]
/netbsd-src/lib/libc/softfloat/
H A Dnegdf2.c16 float64 __negdf2(float64);
18 float64
19 __negdf2(float64 a) in __negdf2()
H A Dltdf2.c16 flag __ltdf2(float64, float64);
19 __ltdf2(float64 a, float64 b) in __ltdf2()
H A Deqdf2.c16 flag __eqdf2(float64, float64);
19 __eqdf2(float64 a, float64 b) in __eqdf2()
H A Dledf2.c16 flag __ledf2(float64, float64);
19 __ledf2(float64 a, float64 b) in __ledf2()

123