/third_party/boost/libs/mpl/example/ |
D | integer.cpp | 39 struct integer struct 57 typedef integer<1>::type int1; argument
|
/third_party/boost/boost/spirit/home/qi/binary/ |
D | binary.hpp | 132 struct integer struct 146 struct integer<8> struct 148 enum { size = 1 }; 149 typedef uint_least8_t type; 153 struct integer<16> struct 155 enum { size = 2 }; 156 typedef uint_least16_t type; 160 struct integer<32> struct 162 enum { size = 4 }; 163 typedef uint_least32_t type; [all …]
|
/third_party/boost/boost/spirit/home/karma/binary/ |
D | binary.hpp | 137 struct integer struct 151 struct integer<8> struct 153 typedef uint_least8_t type; 157 struct integer<16> struct 159 typedef uint_least16_t type; 163 struct integer<32> struct 165 typedef uint_least32_t type; 170 struct integer<64> struct 172 typedef uint_least64_t type;
|
/third_party/boost/libs/hana/test/_include/laws/ |
D | base.hpp | 240 struct integer { struct 245 static constexpr int value = i; 246 constexpr operator int() const { return value; } in operator int() 247 using hana_tag = Integer<policy>; 248 Tracked tracker{i}; 252 struct integer <i, policy, std::enable_if_t<!!(policy & Policy::Constexpr)>> { struct 253 static constexpr int value = i; 254 constexpr operator int() const { return value; } in operator int() 255 using hana_tag = Integer<policy>;
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | exp_fp32.h | 41 MS_INT32X4 integer = MS_CVTQPS_EPI32(MS_DIVQ_F32(input, param[0])); in VexpFp32() local 70 MS_INT32X8 integer = MS_CVT256PS_EPI32(MS_DIV256_F32(input, param[0])); in simd_exp_avx() local 87 int integer = src / param[0]; in single_exp() local
|
/third_party/boost/libs/spirit/classic/test/ |
D | ast_calc_tests.cpp | 64 rule<ScannerT, parser_context<>, parser_tag<integerID> > integer; member 116 rule<ScannerT, parser_context<>, dynamic_parser_tag> integer; member 157 string integer(i->value.begin(), i->value.end()); in eval_expression() local
|
/third_party/jerryscript/tests/jerry/ |
D | variables.js | 17 var integer = -4; variable
|
/third_party/boost/boost/integer/ |
D | mod_inverse.hpp | 13 namespace boost { namespace integer { namespace
|
/third_party/boost/boost/histogram/axis/ |
D | integer.hpp | 42 class integer : public iterator_mixin<integer<Value, MetaData, Options>>, class 80 integer(value_type start, value_type stop, metadata_type meta = {}) in integer() function in boost::histogram::axis::integer 89 integer(const integer& src, index_type begin, index_type end, unsigned merge) in integer() function in boost::histogram::axis::integer
|
/third_party/boost/libs/spirit/classic/example/fundamental/ |
D | parse_tree_calc1.cpp | 47 rule_t expression, term, factor, integer; variable 140 string integer(i->value.begin(), i->value.end()); in eval_integer() local
|
D | ast_calc.cpp | 61 string integer(i->value.begin(), i->value.end()); in eval_expression() local
|
/third_party/boost/boost/ |
D | integer_fwd.hpp | 162 namespace integer namespace
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uelement.h | 41 int32_t integer; member
|
/third_party/node/deps/icu-small/source/common/ |
D | uelement.h | 41 int32_t integer; member
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uelement.h | 41 int32_t integer; member
|
/third_party/icu/icu4c/source/common/ |
D | uelement.h | 41 int32_t integer; member
|
/third_party/boost/boost/asio/detail/ |
D | socket_option.hpp | 136 class integer class 140 integer() in integer() function in boost::asio::detail::socket_option::integer 146 explicit integer(int v) in integer() function in boost::asio::detail::socket_option::integer
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | socket_option.hpp | 136 class integer class 140 integer() in integer() function in boost::asio::detail::socket_option::integer 146 explicit integer(int v) in integer() function in boost::asio::detail::socket_option::integer
|
/third_party/boost/boost/math/tools/ |
D | polynomial_gcd.hpp | 21 namespace integer { namespace 199 namespace integer namespace
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ValueIterator.java | 54 public int integer; field in ValueIterator.Element
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | ValueIterator.java | 52 public int integer; field in ValueIterator.Element
|
/third_party/boost/libs/histogram/test/ |
D | axis_size.cpp | 21 using integer = axis::integer<>; in main() typedef
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | exp_fp16.h | 41 int integer = (float)src / param[0]; in single_exp_fp16() local
|
/third_party/boost/libs/histogram/benchmark/ |
D | axis_size.cpp | 21 using integer = axis::integer<>; in main() typedef
|
/third_party/boost/libs/spirit/test/lex/ |
D | lexer_state_switcher.cpp | 32 boost::spirit::lex::token_def<> identifier, integer; member
|