Home
last modified time | relevance | path

Searched refs:resultSign (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/builtins/
Dfp_add_impl.inc71 const rep_t resultSign = aRep & signBit;
118 if (aExponent >= maxExponent) return fromRep(infRep | resultSign);
137 result |= resultSign;
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp274 const bool resultSign = tcu::compareThreshold(cellColorA, color, threshold); in compare() local
277 if (resultSign != correctSign) in compare()