Searched refs:float64 (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_double.c39 flag __unorddf2(float64, float64);
42 int __aeabi_dcmpeq_vfp(float64, float64);
43 int __aeabi_dcmplt_vfp(float64, float64);
44 int __aeabi_dcmple_vfp(float64, float64);
45 int __aeabi_dcmpgt_vfp(float64, float64);
[all...]
H A Daeabi_float.c49 float64 __aeabi_f2d_vfp(float32);
69 float64 AEABI_FUNC(f2d, float32, float32_to_float64)
/freebsd-11-stable/lib/libc/softfloat/
H A Dnegdf2.c14 float64 __negdf2(float64);
16 float64
17 __negdf2(float64 a)
H A Deqdf2.c14 flag __eqdf2(float64, float64);
17 __eqdf2(float64 a, float64 b)
H A Dgedf2.c14 flag __gedf2(float64, float64);
17 __gedf2(float64 a, float64 b)
H A Dgtdf2.c14 flag __gtdf2(float64, float64);
17 __gtdf2(float64 a, float64 b)
H A Dledf2.c14 flag __ledf2(float64, float64);
17 __ledf2(float64 a, float64 b)
H A Dltdf2.c14 flag __ltdf2(float64, float64);
17 __ltdf2(float64 a, float64 b)
H A Dnedf2.c14 flag __nedf2(float64, float64);
17 __nedf2(float64 a, float64 b)
H A Dunorddf2.c14 flag __unorddf2(float64, float64);
17 __unorddf2(float64 a, float64 b)
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsoftfloat.h53 typedef unsigned long float64; typedef
109 float64 int32_to_float64( int );
117 float64 int64_to_float64( long );
132 float64 float32_to_float64( float32 );
161 int float64_to_int32( float64 );
162 int float64_to_int32_round_to_zero( float64 );
163 long float64_to_int64( float64 );
164 long float64_to_int64_round_to_zero( float64 );
165 float32 float64_to_float32( float64 );
167 floatx80 float64_to_floatx80( float64 );
[all...]
H A Dsystfloat.h95 float64 syst_int32_to_float64( int32 );
104 float64 syst_int64_to_float64( int64 );
118 float64 syst_float32_to_float64( float32 );
138 int32 syst_float64_to_int32( float64 );
139 int32 syst_float64_to_int32_round_to_zero( float64 );
141 int64 syst_float64_to_int64( float64 );
142 int64 syst_float64_to_int64_round_to_zero( float64 );
144 float32 syst_float64_to_float32( float64 );
146 floatx80 syst_float64_to_floatx80( float64 );
149 float128 syst_float64_to_float128( float64 );
[all...]
H A Dfpu_util.c66 typedef unsigned long float64; typedef
186 float64
213 float64
250 float64
384 syst_float64_to_int32_round_to_zero(float64 a)
393 syst_float64_to_int64_round_to_zero(float64 a)
402 syst_float64_to_float32(float64 a)
411 syst_float64_to_float128(float64 a)
419 float64
420 syst_float64_add(float64
[all...]
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat.h34 float64 slow_int32_to_float64( int32 );
43 float64 slow_int64_to_float64( int64 );
58 float64 slow_float32_to_float64( float32 );
80 int32 slow_float64_to_int32( float64 );
81 int32 slow_float64_to_int32_round_to_zero( float64 );
83 int64 slow_float64_to_int64( float64 );
84 int64 slow_float64_to_int64_round_to_zero( float64 );
86 float32 slow_float64_to_float32( float64 );
88 floatx80 slow_float64_to_floatx80( float64 );
91 float128 slow_float64_to_float128( 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 ) );
[all...]
H A Dsystfloat.c40 float64 syst_int32_to_float64( int32 a )
42 float64 z;
86 float64 syst_int64_to_float64( int64 a )
88 float64 z;
141 float64 syst_float32_to_float64( float32 a )
143 float64 z;
233 int32 syst_float64_to_int32_round_to_zero( float64 a )
242 int64 syst_float64_to_int64_round_to_zero( float64 a )
251 float32 syst_float64_to_float32( float64 a )
262 floatx80 syst_float64_to_floatx80( float64
[all...]
H A DtestCases.h59 extern float64 testCases_a_float64;
60 extern float64 testCases_b_float64;
H A DwriteHex.h34 void writeHex_float64( float64, FILE * );
H A Dslowfloat-32.c367 static floatX float64ToFloatX( float64 a )
416 static float64 floatXToFloat64( floatX zx )
421 float64 z;
879 float64 slow_int32_to_float64( int32 a )
906 float64 slow_float32_to_float64( float32 a )
1033 int32 slow_float64_to_int32( float64 a )
1040 int32 slow_float64_to_int32_round_to_zero( float64 a )
1053 float32 slow_float64_to_float32( float64 a )
1060 float64 slow_float64_round_to_int( float64
[all...]
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
126 float64 int32_to_float64( int );
134 float64 int64_to_float64( long long );
152 float64 float32_to_float64( float32 );
187 int float64_to_int32( float64 );
188 int float64_to_int32_round_to_zero( float64 );
189 unsigned int float64_to_uint32_round_to_zero( float64 );
190 long long float64_to_int64( float64 );
191 long long float64_to_int64_round_to_zero( float64 );
192 float32 float64_to_float32( float64 );
[all...]
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
126 float64 int32_to_float64( int );
134 float64 int64_to_float64( long long );
152 float64 float32_to_float64( float32 );
187 int float64_to_int32( float64 );
188 int float64_to_int32_round_to_zero( float64 );
189 unsigned int float64_to_uint32_round_to_zero( float64 );
190 long long float64_to_int64( float64 );
191 long long float64_to_int64_round_to_zero( float64 );
192 float32 float64_to_float32( float64 );
[all...]
/freebsd-11-stable/lib/libc/arm/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int );
133 float64 int64_to_float64( long long );
156 float64 float32_to_float64( float32 );
191 int float64_to_int32( float64 );
192 int float64_to_int32_round_to_zero( float64 );
194 unsigned int float64_to_uint32_round_to_zero( float64 );
197 long long float64_to_int64( float64 );
198 long long float64_to_int64_round_to_zero( float64 );
200 float32 float64_to_float32( float64 );
[all...]
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dsoftfloat.h56 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int );
133 float64 int64_to_float64( long long );
156 float64 float32_to_float64( float32 );
191 int float64_to_int32( float64 );
192 int float64_to_int32_round_to_zero( float64 );
194 unsigned int float64_to_uint32_round_to_zero( float64 );
197 long long float64_to_int64( float64 );
198 long long float64_to_int64_round_to_zero( float64 );
200 float32 float64_to_float32( float64 );
[all...]
/freebsd-11-stable/lib/libc/softfloat/templates/
H A Dsoftfloat.h51 typedef !!!bits64 float64; typedef
116 float64 int32_to_float64( !!!int32 );
124 float64 int64_to_float64( !!!int64 );
141 float64 float32_to_float64( float32 );
174 !!!int32 float64_to_int32( float64 );
175 !!!int32 float64_to_int32_round_to_zero( float64 );
176 !!!int64 float64_to_int64( float64 );
177 !!!int64 float64_to_int64_round_to_zero( float64 );
178 float32 float64_to_float32( float64 );
180 floatx80 float64_to_floatx80( float64 );
[all...]
/freebsd-11-stable/lib/libc/softfloat/bits32/
H A Dsoftfloat.c18 * This differs from the standard bits32/softfloat.c in that float64
279 INLINE bits32 extractFloat64Frac1( float64 a )
292 INLINE bits32 extractFloat64Frac0( float64 a )
304 INLINE int16 extractFloat64Exp( float64 a )
316 INLINE flag extractFloat64Sign( float64 a )
378 INLINE float64
411 static float64
496 static float64
547 float64 int32_to_float64( int32 a )
692 float64 float32_to_float6
[all...]

Completed in 97 milliseconds

12