Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/FPUtil/
DFloatProperties.h30 static constexpr uint32_t exponentOffset = 127;
49 static constexpr uint32_t exponentOffset = 1023;
DFloatOperations.h49 e -= Properties::exponentOffset; // Zero adjust. in getExponentFromBits()
/external/angle/src/compiler/translator/
Dutil.cpp113 int exponentOffset = -1; in NumericLexFloat32OutOfRangeToInfinity() local
149 ++exponentOffset; in NumericLexFloat32OutOfRangeToInfinity()
154 --exponentOffset; in NumericLexFloat32OutOfRangeToInfinity()
211 static_cast<long long>(exponent) + static_cast<long long>(exponentOffset); in NumericLexFloat32OutOfRangeToInfinity()