Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp111 bool have_hex = false; in operator =() local
114 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator =()
117 have_hex = true; in operator =()
126 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator =()
129 have_hex = true; in operator =()
H A Dnumber.hpp1823 bool have_hex = false; in operator >>() local
1827 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator >>()
1830 have_hex = true; in operator >>()
1843 … c == '-' || c == '+' || (c >= '0' && c <= '9') || (have_hex && (c >= 'a' && c <= 'f')) || (have_h… in operator >>()
1846 have_hex = true; in operator >>()