Home
last modified time | relevance | path

Searched refs:trimSize (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/libc/utils/FPUtil/
DNearestIntegerOperations.h46 int trimSize = MantissaWidth<T>::value - exponent; in trunc() local
47 bits.mantissa = (bits.mantissa >> trimSize) << trimSize; in trunc()
75 uint32_t trimSize = MantissaWidth<T>::value - exponent; in ceil() local
76 bits.mantissa = (bits.mantissa >> trimSize) << trimSize; in ceil()
135 uint32_t trimSize = MantissaWidth<T>::value - exponent; in round() local
136 bool halfBitSet = bits.mantissa & (UIntType(1) << (trimSize - 1)); in round()
137 bits.mantissa = (bits.mantissa >> trimSize) << trimSize; in round()
/external/skia/src/xps/
DSkXPSDevice.h69 const SkSize& trimSize,
DSkXPSDevice.cpp133 const SkSize& trimSize, in beginSheet() argument
142 this->fCurrentCanvasSize = trimSize; in beginSheet()
/external/skqp/src/xps/
DSkXPSDevice.h69 const SkSize& trimSize,
DSkXPSDevice.cpp144 const SkSize& trimSize, in beginSheet() argument
153 this->fCurrentCanvasSize = trimSize; in beginSheet()