Home
last modified time | relevance | path

Searched refs:bits16 (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
Darm-gcc.h64 typedef unsigned short int bits16; typedef
/device/linaro/bootloader/edk2/StdLib/Include/Arm/
Darm-gcc.h68 typedef unsigned short int bits16; typedef
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Darm-gcc.h68 typedef unsigned short int bits16; typedef
Dsoftfloat-specialize388 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat.h53 !!!bits16 high;
Dsoftfloat-specialize327 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat-macros389 bits16 aHigh, aLow, bHigh, bLow;
523 static const bits16 sqrtOddAdjustments[] = {
527 static const bits16 sqrtEvenAdjustments[] = {
Dsoftfloat.c233 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
441 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat-macros389 bits16 aHigh, aLow, bHigh, bLow;
523 static const bits16 sqrtOddAdjustments[] = {
527 static const bits16 sqrtEvenAdjustments[] = {
Dsoftfloat.c234 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
442 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c337 if ( 0xFD <= (bits16) zExp ) { in roundAndPackFloat32()
507 if ( 0x7FD <= (bits16) zExp ) { in roundAndPackFloat64()
627 z.high = ( ( (bits16) zSign )<<15 ) + zExp; in packFloatx80()
4127 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq()
4157 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le()
4191 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt()
4223 && ( (bits16) ( ( a.high | b.high )<<1 ) == 0 ) ) in floatx80_eq_signaling()
4256 || ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_le_quiet()
4293 && ( ( ( (bits16) ( ( a.high | b.high )<<1 ) ) | a.low | b.low ) in floatx80_lt_quiet()
Dsoftfloat-macros598 static const bits16 sqrtOddAdjustments[] = {
602 static const bits16 sqrtEvenAdjustments[] = {
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-specialize392 z.high = ( ( (bits16) a.sign )<<15 ) | 0x7FFF;
Dtimesoftfloat.c1018 bits16 high;
1336 bits16 high;