Home
last modified time | relevance | path

Searched defs:exponentBits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h222 #define signBit (REP_C(1) << (significandBits + exponentBits)) macro
/llvm-project/flang/unittests/Evaluate/
H A Dreal.cpp97 int exponentBits{R::bits - significandBits - 1}; in basicTests() local