HomeSort by relevance Sort by last modified time
    Searched defs:float128 (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 #define FLOAT128
63 #ifdef FLOAT128
66 } float128; typedef in typeref:struct:__anon12090
129 #ifdef FLOAT128
130 float128 int32_to_float128( int32 );
131 float128 uint32_to_float128( uint32 );
139 #ifdef FLOAT128
140 float128 int64_to_float128( long long );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
63 #ifdef FLOAT128
66 } float128; typedef in typeref:struct:__anon12102
129 #ifdef FLOAT128
130 float128 int32_to_float128( int32 );
131 float128 uint32_to_float128( uint32 );
139 #ifdef FLOAT128
140 float128 int64_to_float128( long long );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
softfloat.h 38 the `FLOAT128' macro and the quadruple-precision format `float128'.
42 #define FLOAT128
57 #ifdef FLOAT128
60 } float128; typedef in typeref:struct:__anon12180
119 #ifdef FLOAT128
120 float128 int32_to_float128( !!!int32 );
127 #ifdef FLOAT128
128 float128 int64_to_float128( !!!int64 );
144 #ifdef FLOAT128
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/
softfloat.h 41 the `FLOAT128' macro and the quadruple-precision format `float128'.
45 /* #define FLOAT128 */
92 #ifdef FLOAT128
95 } float128; typedef in typeref:struct:__anon5959
158 #ifdef FLOAT128
159 float128 int32_to_float128( int32 );
160 float128 uint32_to_float128( uint32 );
168 #ifdef FLOAT128
169 float128 int64_to_float128( long long );
    [all...]

Completed in 5352 milliseconds