Home
last modified time | relevance | path

Searched refs:roundUp (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp2603 bool roundUp; in convertNormalToHexString() local
2608 roundUp = false; in convertNormalToHexString()
2635 roundUp = roundAwayFromZero(rounding_mode, fraction, bits); in convertNormalToHexString()
2668 if (roundUp) { in convertNormalToHexString()
/external/llvm/lib/Support/
DAPFloat.cpp2774 bool roundUp; in convertNormalToHexString() local
2779 roundUp = false; in convertNormalToHexString()
2806 roundUp = roundAwayFromZero(rounding_mode, fraction, bits); in convertNormalToHexString()
2839 if (roundUp) { in convertNormalToHexString()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp336 …const glw::GLint roundUp = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint>(bbox.get… in verifyState() local
341 if (roundDown == roundUp) in verifyState()
344 builder << "{" << roundDown << ", " << roundUp << "}"; in verifyState()
385 …const glw::GLint64 roundUp = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<glw::GLint64>(bbo… in verifyState() local
390 if (roundDown == roundUp) in verifyState()
393 builder << "{" << roundDown << ", " << roundUp << "}"; in verifyState()
/external/boringssl/src/ssl/test/runner/
Dconn.go378 func roundUp(a, b int) int { func
449 if len(payload)%blockSize != 0 || len(payload) < roundUp(explicitIVLen+macSize+1, blockSize) {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3ConnectionTest.java1221 int framesThatFillWindow = roundUp(DEFAULT_INITIAL_WINDOW_SIZE, peer.maxOutboundDataLength());
1407 static int roundUp(int num, int divisor) {
/external/deqp/framework/common/
DtcuTexture.cpp1593 bool roundUp = (deInt64)floorVal % 2 != 0; in rint() local
1595 return floorVal + (roundUp ? 1.0f : 0.0f); in rint()
/external/sqlite/dist/orig/
Dsqlite3.c131578 int roundUp, /* Round up if true. Round down if false */
131740 if( roundUp ){
/external/sqlite/dist/
Dsqlite3.c131578 int roundUp, /* Round up if true. Round down if false */
131740 if( roundUp ){