Searched refs:_DEFINE_DECIMAL_UNARY_OP (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/
H A Ddecimal.h285 #define _DEFINE_DECIMAL_UNARY_OP(_Op, _Tp) \ macro
293 _DEFINE_DECIMAL_UNARY_OP(+, decimal32)
294 _DEFINE_DECIMAL_UNARY_OP(+, decimal64)
295 _DEFINE_DECIMAL_UNARY_OP(+, decimal128)
296 _DEFINE_DECIMAL_UNARY_OP(-, decimal32)
297 _DEFINE_DECIMAL_UNARY_OP(-, decimal64)
298 _DEFINE_DECIMAL_UNARY_OP(-, decimal128)
300 #undef _DEFINE_DECIMAL_UNARY_OP macro

Completed in 68 milliseconds