Searched refs:__uexp (Results 1 – 1 of 1) sorted by relevance
82 int __texp, __uexp; in __go() local84 (void)__math::frexp(__u, &__uexp); in __go()85 return (__t < 0) ? (__texp <=> __uexp) : (__uexp <=> __texp); in __go()