Searched refs:BINARY_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 | 2720 #define BINARY_OP_FUNCTOR(func, category)\ macro 3121 BINARY_OP_FUNCTOR(pow, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3122 BINARY_OP_FUNCTOR(fmod, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3123 BINARY_OP_FUNCTOR(fmax, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3124 BINARY_OP_FUNCTOR(fmin, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3125 BINARY_OP_FUNCTOR(atan2, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3126 BINARY_OP_FUNCTOR(fdim, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3127 BINARY_OP_FUNCTOR(hypot, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3128 BINARY_OP_FUNCTOR(remainder, number_kind_floating_point) in UNARY_OP_FUNCTOR() 3143 BINARY_OP_FUNCTOR(gcd, number_kind_integer) in UNARY_OP_FUNCTOR() [all …]
|