Searched refs:deFloorToInt32 (Results 1 – 3 of 3) sorted by relevance
126 if (deFloorToInt32(log2((double)value[compNdx]) + 1) > formatBitDepths[compNdx]) in isRepresentableIntegerValue()137 if ((deFloorToInt32(log2((double)deAbs64(value[compNdx])) + 1) + 1) > formatBitDepths[compNdx]) in isRepresentableIntegerValue()
294 DE_INLINE deInt32 deFloorToInt32 (double x) { return (deInt32)(deFloor(x)); } in deFloorToInt32() function
1442 return tcu::IVec2(deFloorToInt32(ij.lo()), deFloorToInt32(ij.hi())); in calculateLinearIJRange()