Searched refs:UNARY_OP_FUNCTOR (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 2658 #define UNARY_OP_FUNCTOR(func, category)\ macro 3090 UNARY_OP_FUNCTOR(fabs, number_kind_floating_point) in UNARY_OP_FUNCTOR() function 3091 UNARY_OP_FUNCTOR(sqrt, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3092 UNARY_OP_FUNCTOR(floor, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3093 UNARY_OP_FUNCTOR(ceil, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3094 UNARY_OP_FUNCTOR(trunc, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3095 UNARY_OP_FUNCTOR(round, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3096 UNARY_OP_FUNCTOR(exp, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3097 UNARY_OP_FUNCTOR(exp2, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3098 UNARY_OP_FUNCTOR(log, number_kind_floating_point) in UNARY_OP_FUNCTOR() [all …]
|