Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dstrong_order.h77 int __texp, __uexp; in __go() local
78 (void)std::frexp(__t, &__texp); in __go()
80 return (__t < 0) ? (__texp <=> __uexp) : (__uexp <=> __texp); in __go()