/device/linaro/bootloader/edk2/StdLib/Include/Arm/ |
D | softfloat.h | 66 } float128; typedef 130 float128 int32_to_float128( int32 ); 131 float128 uint32_to_float128( uint32 ); 140 float128 int64_to_float128( long long ); 163 float128 float32_to_float128( float32 ); 207 float128 float64_to_float128( float64 ); 246 float128 floatx80_to_float128( floatx80 ); 286 int float128_to_int32( float128 ); 287 int float128_to_int32_round_to_zero( float128 ); 288 long long float128_to_int64( float128 ); [all …]
|
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/ |
D | softfloat.h | 66 } float128; typedef 130 float128 int32_to_float128( int32 ); 131 float128 uint32_to_float128( uint32 ); 140 float128 int64_to_float128( long long ); 163 float128 float32_to_float128( float32 ); 207 float128 float64_to_float128( float64 ); 246 float128 floatx80_to_float128( floatx80 ); 286 int float128_to_int32( float128 ); 287 int float128_to_int32_round_to_zero( float128 ); 288 long long float128_to_int64( float128 ); [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/ |
D | softfloat.h | 60 } float128; typedef 120 float128 int32_to_float128( !!!int32 ); 128 float128 int64_to_float128( !!!int64 ); 145 float128 float32_to_float128( float32 ); 182 float128 float64_to_float128( float64 ); 219 float128 floatx80_to_float128( floatx80 ); 259 !!!int32 float128_to_int32( float128 ); 260 !!!int32 float128_to_int32_round_to_zero( float128 ); 261 !!!int64 float128_to_int64( float128 ); 262 !!!int64 float128_to_int64_round_to_zero( float128 ); [all …]
|
D | softfloat-specialize | 378 flag float128_is_nan( float128 a ) 393 flag float128_is_signaling_nan( float128 a ) 409 static commonNaNT float128ToCommonNaN( float128 a ) 426 static float128 commonNaNToFloat128( commonNaNT a ) 428 float128 z; 443 static float128 propagateFloat128NaN( float128 a, float128 b )
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/ |
D | softfloat.h | 95 } float128; typedef 159 float128 int32_to_float128( int32 ); 160 float128 uint32_to_float128( uint32 ); 169 float128 int64_to_float128( long long ); 192 float128 float32_to_float128( float32 ); 236 float128 float64_to_float128( float64 ); 275 float128 floatx80_to_float128( floatx80 ); 315 int float128_to_int32( float128 ); 316 int float128_to_int32_round_to_zero( float128 ); 317 long long float128_to_int64( float128 ); [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | negtf2.c | 30 float128 __negtf2(float128); 32 float128 33 __negtf2(float128 a) in __negtf2()
|
D | eqtf2.c | 31 flag __eqtf2(float128, float128); 34 __eqtf2(float128 a, float128 b) in __eqtf2()
|
D | getf2.c | 30 flag __getf2(float128, float128); 33 __getf2(float128 a, float128 b) in __getf2()
|
D | letf2.c | 30 flag __letf2(float128, float128); 33 __letf2(float128 a, float128 b) in __letf2()
|
D | gttf2.c | 30 flag __gttf2(float128, float128); 33 __gttf2(float128 a, float128 b) in __gttf2()
|
D | lttf2.c | 30 flag __lttf2(float128, float128); 33 __lttf2(float128 a, float128 b) in __lttf2()
|
D | netf2.c | 30 flag __netf2(float128, float128); 33 __netf2(float128 a, float128 b) in __netf2()
|
D | unordtf2.c | 30 flag __unordtf2(float128, float128); 33 __unordtf2(float128 a, float128 b) in __unordtf2()
|
D | timesoftfloat.c | 193 static void time_a_int32_z_float128( float128 function( int32 ) ) in time_a_int32_z_float128() 348 static void time_a_int64_z_float128( float128 function( int64 ) ) in time_a_int64_z_float128() 506 static void time_a_float32_z_float128( float128 function( float32 ) ) in time_a_float32_z_float128() 823 static void time_a_float64_z_float128( float128 function( float64 ) ) in time_a_float64_z_float128() 1185 static void time_a_floatx80_z_float128( float128 function( floatx80 ) ) in time_a_floatx80_z_float128() 1450 static void time_a_float128_z_int32( int32 function( float128 ) ) in time_a_float128_z_int32() argument 1455 float128 a; in time_a_float128_z_int32() 1482 static void time_a_float128_z_int64( int64 function( float128 ) ) in time_a_float128_z_int64() argument 1487 float128 a; in time_a_float128_z_int64() 1514 static void time_a_float128_z_float32( float32 function( float128 ) ) in time_a_float128_z_float32() argument [all …]
|
D | softfloat-specialize | 443 flag float128_is_nan( float128 a ) 458 flag float128_is_signaling_nan( float128 a ) 474 static commonNaNT float128ToCommonNaN( float128 a ) 491 static float128 commonNaNToFloat128( commonNaNT a ) 493 float128 z; 508 static float128 propagateFloat128NaN( float128 a, float128 b )
|
D | softfloat-history.txt | 25 -- Created the 64-bit (bits64) version, adding the floatx80 and float128
|
D | timesoftfloat.txt | 89 quadruple precision (`float128'). This is inherent to the remainder
|
D | softfloat.txt | 87 precision), `floatx80' (extended double precision), and `float128' 89 terms of 32-bit and 64-bit integer types, respectively, while the `float128'
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
D | softfloat.c | 856 INLINE bits64 extractFloat128Frac1( float128 a ) in extractFloat128Frac1() 869 INLINE bits64 extractFloat128Frac0( float128 a ) in extractFloat128Frac0() 882 INLINE int32 extractFloat128Exp( float128 a ) in extractFloat128Exp() 894 INLINE flag extractFloat128Sign( float128 a ) in extractFloat128Sign() 957 INLINE float128 960 float128 z; in packFloat128() 990 static float128 1091 static float128 1228 float128 int32_to_float128( int32 a ) in int32_to_float128() 1244 float128 uint32_to_float128( uint32 a ) in uint32_to_float128() [all …]
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/ |
D | softfloat-specialize | 439 flag float128_is_nan( float128 a ) 454 flag float128_is_signaling_nan( float128 a ) 470 static commonNaNT float128ToCommonNaN( float128 a ) 487 static float128 commonNaNToFloat128( commonNaNT a ) 489 float128 z; 504 static float128 propagateFloat128NaN( float128 a, float128 b )
|