/freebsd/lib/libc/arm/aeabi/ |
H A D | aeabi_double.c | 38 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 D | aeabi_float.c | 48 float64 __aeabi_f2d_vfp(float32); 68 float64 AEABI_FUNC(f2d, float32, float32_to_float64) in AEABI_FUNC2()
|
/freebsd/lib/libc/arm/softfloat/ |
H A D | softfloat.h | 55 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 D | softfloat.h | 55 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 D | softfloat.h | 55 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 D | softfloat.h | 55 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 D | softfloat.h | 55 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 D | softfloat.h | 50 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 D | softfloat-specialize | 170 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 D | negdf2.c | 11 float64 __negdf2(float64); 13 float64 14 __negdf2(float64 a) in __negdf2()
|
H A D | ledf2.c | 11 flag __ledf2(float64, float64); 14 __ledf2(float64 a, float64 b) in __ledf2()
|
H A D | eqdf2.c | 11 flag __eqdf2(float64, float64); 14 __eqdf2(float64 a, float64 b) in __eqdf2()
|
H A D | gedf2.c | 11 flag __gedf2(float64, float64); 14 __gedf2(float64 a, float64 b) in __gedf2()
|
H A D | gtdf2.c | 11 flag __gtdf2(float64, float64); 14 __gtdf2(float64 a, float64 b) in __gtdf2()
|
H A D | ltdf2.c | 11 flag __ltdf2(float64, float64); 14 __ltdf2(float64 a, float64 b) in __ltdf2()
|
H A D | nedf2.c | 11 flag __nedf2(float64, float64); 14 __nedf2(float64 a, float64 b) in __nedf2()
|
H A D | unorddf2.c | 11 flag __unorddf2(float64, float64); 14 __unorddf2(float64 a, float64 b) in __unorddf2()
|
H A D | timesoftfloat.c | 128 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 D | softfloat-specialize | 221 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 D | softfloat.txt | 86 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 D | softfloat.c | 276 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 D | softfloat.c | 378 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 D | nifty | 87 >0 leshort =64 \b, float64 datatype
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | LowLevelType.h | 94 static constexpr LLT float64() { in float64() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 17 // It uses 3 iterations for float32, 4 for float64 and 5 for float128,
|