Home
last modified time | relevance | path

Searched refs:hiExponent (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
46 hiExponent = ((ldUnion.ull[0] & 0x7FFFFFFFFFFFFFFFll) >> 52) - BIAS; in __fixunstfti()
67 if (hiExponent < 63) { in __fixunstfti()
69 } else if (hiExponent < 128) { in __fixunstfti()
71 shift = hiExponent - 54; in __fixunstfti()