Searched defs:floatx80 (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
H A Dsoftfloat.h38 floating-point format `floatx80'. If this macro is not defined, the
39 `floatx80' type will not be defined, and none of the functions that either
40 input or output the `floatx80' type will be defined. The same applies to
61 } floatx80; typedef in typeref:struct:__anon9423
126 floatx80 int32_to_floatx80( int32 );
127 floatx80 uint32_to_floatx80( uint32 );
137 floatx80 int64_to_floatx80( long long );
160 floatx80 float32_to_floatx80( float32 );
204 floatx80 float64_to_floatx80( float64 );
239 int floatx80_to_int32( floatx80 );
[all...]
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
H A Dsoftfloat.h38 floating-point format `floatx80'. If this macro is not defined, the
39 `floatx80' type will not be defined, and none of the functions that either
40 input or output the `floatx80' type will be defined. The same applies to
61 } floatx80; typedef in typeref:struct:__anon9435
126 floatx80 int32_to_floatx80( int32 );
127 floatx80 uint32_to_floatx80( uint32 );
137 floatx80 int64_to_floatx80( long long );
160 floatx80 float32_to_floatx80( float32 );
204 floatx80 float64_to_floatx80( float64 );
239 int floatx80_to_int32( floatx80 );
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
H A Dsoftfloat.h35 floating-point format `floatx80'. If this macro is not defined, the
36 `floatx80' type will not be defined, and none of the functions that either
37 input or output the `floatx80' type will be defined. The same applies to
55 } floatx80; typedef in typeref:struct:__anon9513
117 floatx80 int32_to_floatx80( !!!int32 );
125 floatx80 int64_to_floatx80( !!!int64 );
142 floatx80 float32_to_floatx80( float32 );
179 floatx80 float64_to_floatx80( float64 );
212 !!!int32 floatx80_to_int32( floatx80 );
213 !!!int32 floatx80_to_int32_round_to_zero( floatx80 );
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
H A Dsoftfloat.h38 floating-point format `floatx80'. If this macro is not defined, the
39 `floatx80' type will not be defined, and none of the functions that either
40 input or output the `floatx80' type will be defined. The same applies to
90 } floatx80; typedef in typeref:struct:__anon3292
155 floatx80 int32_to_floatx80( int32 );
156 floatx80 uint32_to_floatx80( uint32 );
166 floatx80 int64_to_floatx80( long long );
189 floatx80 float32_to_floatx80( float32 );
233 floatx80 float64_to_floatx80( float64 );
268 int floatx80_to_int32( floatx80 );
[all...]

Completed in 46 milliseconds