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

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 112 Takes a 64-bit fixed-point value `absZ' with binary point between bits 6
115 integer. Bit 63 of `absZ' must be zero. Ordinarily, the fixed-point input
122 static int32 roundAndPackInt32( flag zSign, bits64 absZ )
146 roundBits = (int8)(absZ & 0x7F);
147 absZ = ( absZ + roundIncrement )>>7;
148 absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
149 z = (int32)absZ;
151 if ( ( absZ>>32 ) || ( z && ( ( z < 0 ) ^ zSign ) ) ) {
    [all...]
  /external/swiftshader/src/Shader/
SamplerCore.cpp     [all...]

Completed in 139 milliseconds