Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp2171 const source_type orig_div_round = s / Rounder::nearbyint(s); in nearbyint() local
2174 if ((orig_div_round > 1 ? orig_div_round - 1 : 1 - orig_div_round) > eps) in nearbyint()