Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/ppc/
Dfixunstfti.c27 int hiExponent, loExponent, shift; in __fixunstfti() local
47 loExponent = ((ldUnion.ull[1] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()
91 if (loExponent < 63) { in __fixunstfti()
95 shift = loExponent - 54; in __fixunstfti()