Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dstrong_order.h82 int __texp, __uexp; in __go() local
84 (void)__math::frexp(__u, &__uexp); in __go()
85 return (__t < 0) ? (__texp <=> __uexp) : (__uexp <=> __texp); in __go()