HomeSort by relevance Sort by last modified time
    Searched refs:exponentBits (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
fp_lib.h 92 #define exponentBits (typeWidth - significandBits - 1)
93 #define maxExponent ((1 << exponentBits) - 1)
98 #define signBit (REP_C(1) << (significandBits + exponentBits))
muldf3.c 76 // have (exponentBits + 2) integral digits, all but two of which must be
80 wideMultiply(aSignificand, bSignificand << exponentBits,
mulsf3.c 76 // have (exponentBits + 2) integral digits, all but two of which must be
80 wideMultiply(aSignificand, bSignificand << exponentBits,

Completed in 1170 milliseconds