Home
last modified time | relevance | path

Searched defs:changesign (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dsign.hpp39 inline T (changesign)(T x) in T() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/
H A Dsignbit.hpp74 template<class T> T (changesign)(T x) in T() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dsign.hpp168 template <class T> typename tools::promote_args_permissive<T>::type (changesign)(const T& x) in type() argument
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_emu.h164 #define changesign(a) { signbyte(a) ^= 0x80; } macro