Searched defs:ExponentType (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/multiprecision/ |
D | cpp_dec_float.hpp | 671 cpp_dec_float<Digits10, ExponentType, Allocator>& cpp_dec_float<Digits10, ExponentType, Allocator>:… in operator +=() argument 880 cpp_dec_float<Digits10, ExponentType, Allocator>& cpp_dec_float<Digits10, ExponentType, Allocator>:… in operator -=() argument 890 cpp_dec_float<Digits10, ExponentType, Allocator>& cpp_dec_float<Digits10, ExponentType, Allocator>:… in operator *=() argument 969 cpp_dec_float<Digits10, ExponentType, Allocator>& cpp_dec_float<Digits10, ExponentType, Allocator>:… in operator /=() argument 2708 inline void eval_add(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<… in eval_add() argument 2713 inline void eval_subtract(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_f… in eval_subtract() argument 2718 inline void eval_multiply(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_f… in eval_multiply() argument 2723 inline void eval_divide(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_flo… in eval_divide() argument 2729 inline void eval_add(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const boost::ulong_l… in eval_add() argument 2734 inline void eval_subtract(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const boost::ul… in eval_subtract() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 134 typedef signed short ExponentType; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 147 typedef int32_t ExponentType; typedef
|