Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/FPUtil/
DDivisionAndRemainderOperations.h21 static constexpr int quotientLSBBits = 3; variable
69 if (0 <= exp && exp < quotientLSBBits) in remquo()