Home
last modified time | relevance | path

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

12

/freebsd/lib/libc/arm/aeabi/
H A Daeabi_double.c38 flag __unorddf2(float64, float64);
41 int __aeabi_dcmpeq_vfp(float64, float64);
42 int __aeabi_dcmplt_vfp(float64, float64);
43 int __aeabi_dcmple_vfp(float64, float64);
44 int __aeabi_dcmpgt_vfp(float64, float64);
45 int __aeabi_dcmpge_vfp(float64, float64);
46 int __aeabi_dcmpun_vfp(float64, float64);
47 int __aeabi_d2iz_vfp(float64);
48 float32 __aeabi_d2f_vfp(float64);
49 float64 __aeabi_i2d_vfp(int);
[all …]
H A Daeabi_float.c48 float64 __aeabi_f2d_vfp(float32);
68 float64 AEABI_FUNC(f2d, float32, float32_to_float64) in AEABI_FUNC2()
/freebsd/lib/libc/arm/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int );
132 float64 int64_to_float64( long long );
155 float64 float32_to_float64( float32 );
190 int float64_to_int32( float64 );
191 int float64_to_int32_round_to_zero( float64 );
193 unsigned int float64_to_uint32_round_to_zero( float64 );
196 long long float64_to_int64( float64 );
197 long long float64_to_int64_round_to_zero( float64 );
199 float32 float64_to_float32( float64 );
[all …]
/freebsd/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
125 float64 int32_to_float64( int );
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 );
191 float32 float64_to_float32( float64 );
[all …]
/freebsd/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
125 float64 int32_to_float64( int );
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 );
191 float32 float64_to_float32( float64 );
[all …]
/freebsd/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
125 float64 int32_to_float64( int );
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 );
191 float32 float64_to_float32( float64 );
[all …]
/freebsd/lib/libc/riscv/softfloat/
H A Dsoftfloat.h55 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int );
132 float64 int64_to_float64( long long );
155 float64 float32_to_float64( float32 );
190 int float64_to_int32( float64 );
191 int float64_to_int32_round_to_zero( float64 );
193 unsigned int float64_to_uint32_round_to_zero( float64 );
196 long long float64_to_int64( float64 );
197 long long float64_to_int64_round_to_zero( float64 );
199 float32 float64_to_float32( float64 );
[all …]
/freebsd/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 …]
H A Dsoftfloat-specialize170 flag float64_is_nan( float64 a )
183 flag float64_is_signaling_nan( float64 a )
199 static commonNaNT float64ToCommonNaN( float64 a )
217 static float64 commonNaNToFloat64( commonNaNT a )
234 static float64 propagateFloat64NaN( float64 a, float64 b )
/freebsd/lib/libc/softfloat/
H A Dnegdf2.c11 float64 __negdf2(float64);
13 float64
14 __negdf2(float64 a) in __negdf2()
H A Dledf2.c11 flag __ledf2(float64, float64);
14 __ledf2(float64 a, float64 b) in __ledf2()
H A Deqdf2.c11 flag __eqdf2(float64, float64);
14 __eqdf2(float64 a, float64 b) in __eqdf2()
H A Dgedf2.c11 flag __gedf2(float64, float64);
14 __gedf2(float64 a, float64 b) in __gedf2()
H A Dgtdf2.c11 flag __gtdf2(float64, float64);
14 __gtdf2(float64 a, float64 b) in __gtdf2()
H A Dltdf2.c11 flag __ltdf2(float64, float64);
14 __ltdf2(float64 a, float64 b) in __ltdf2()
H A Dnedf2.c11 flag __nedf2(float64, float64);
14 __nedf2(float64 a, float64 b) in __nedf2()
H A Dunorddf2.c11 flag __unorddf2(float64, float64);
14 __unorddf2(float64 a, float64 b) in __unorddf2()
H A Dtimesoftfloat.c128 static void time_a_int32_z_float64( float64 function( int32 ) ) in time_a_int32_z_float64()
283 static void time_a_int64_z_float64( float64 function( int64 ) ) in time_a_int64_z_float64()
441 static void time_a_float32_z_float64( float64 function( float32 ) ) in time_a_float32_z_float64()
669 static const float64 inputs_float64[ numInputs_float64 ] = {
704 static void time_a_float64_z_int32( int32 function( float64 ) ) in time_a_float64_z_int32() argument
731 static void time_a_float64_z_int64( int64 function( float64 ) ) in time_a_float64_z_int64() argument
758 static void time_a_float64_z_float32( float32 function( float64 ) ) in time_a_float64_z_float32() argument
787 static void time_a_float64_z_floatx80( floatx80 function( float64 ) ) in time_a_float64_z_floatx80() argument
818 static void time_a_float64_z_float128( float128 function( float64 ) ) in time_a_float64_z_float128() argument
847 static void time_az_float64( float64 function( float64 ) ) in time_az_float64() argument
[all …]
H A Dsoftfloat-specialize221 flag float64_is_nan( float64 a )
239 flag float64_is_signaling_nan( float64 a )
255 static commonNaNT float64ToCommonNaN( float64 a )
273 static float64 commonNaNToFloat64( commonNaNT a )
290 static float64 propagateFloat64NaN( float64 a, float64 b )
H A Dsoftfloat.txt86 file defines four types: `float32' (single precision), `float64' (double
88 (quadruple precision). The `float32' and `float64' types are defined in
97 header file defines only two types: `float32' and `float64'. Because
100 `float64' type is defined as a structure of two 32-bit integers, with the
105 Standard, then the `float32' and `float64' types should be indistinguishable
107 when `float32' or `float64' values are placed in processor registers by
157 (`float64'), respectively. When rounding to reduced precision, additional
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat.c276 INLINE bits32 extractFloat64Frac1( float64 a ) in extractFloat64Frac1()
289 INLINE bits32 extractFloat64Frac0( float64 a ) in extractFloat64Frac0()
301 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
313 INLINE flag extractFloat64Sign( float64 a ) in extractFloat64Sign()
375 INLINE float64
408 static float64
493 static float64
544 float64 int32_to_float64( int32 a ) in int32_to_float64()
689 float64 float32_to_float64( float32 a ) in float32_to_float64()
1404 int32 float64_to_int32( float64 a ) in float64_to_int32()
[all …]
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat.c378 INLINE bits64 extractFloat64Frac( float64 a ) in extractFloat64Frac()
390 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
402 INLINE flag extractFloat64Sign( float64 a ) in extractFloat64Sign()
440 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
471 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig ) in roundAndPackFloat64()
535 static float64
1144 float64 int32_to_float64( int32 a ) in int32_to_float64()
1161 float64 uint32_to_float64( uint32 a ) in uint32_to_float64()
1291 float64 int64_to_float64( int64 a ) in int64_to_float64()
1540 float64 float32_to_float64( float32 a ) in float32_to_float64()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dnifty87 >0 leshort =64 \b, float64 datatype
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h94 static constexpr LLT float64() { in float64() function
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc17 // It uses 3 iterations for float32, 4 for float64 and 5 for float128,

12