Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Df2s.cpp169 const bool __even = (__m2 & 1) == 0; in __f2d() local
170 const bool __acceptBounds = __even; in __f2d()
H A Dd2s.cpp195 const bool __even = (__m2 & 1) == 0; in __d2d() local
196 const bool __acceptBounds = __even; in __d2d()