Home
last modified time | relevance | path

Searched defs:integer (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/boost/libs/mpl/example/
Dinteger.cpp39 struct integer struct
57 typedef integer<1>::type int1; argument
/third_party/boost/boost/spirit/home/qi/binary/
Dbinary.hpp132 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/
Dbinary.hpp137 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/
Dbase.hpp240 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/
Dexp_fp32.h41 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/
Dast_calc_tests.cpp64 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/
Dvariables.js17 var integer = -4; variable
/third_party/boost/boost/integer/
Dmod_inverse.hpp13 namespace boost { namespace integer { namespace
/third_party/boost/boost/histogram/axis/
Dinteger.hpp42 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/
Dparse_tree_calc1.cpp47 rule_t expression, term, factor, integer; variable
140 string integer(i->value.begin(), i->value.end()); in eval_integer() local
Dast_calc.cpp61 string integer(i->value.begin(), i->value.end()); in eval_expression() local
/third_party/boost/boost/
Dinteger_fwd.hpp162 namespace integer namespace
/third_party/skia/third_party/externals/icu/source/common/
Duelement.h41 int32_t integer; member
/third_party/node/deps/icu-small/source/common/
Duelement.h41 int32_t integer; member
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duelement.h41 int32_t integer; member
/third_party/icu/icu4c/source/common/
Duelement.h41 int32_t integer; member
/third_party/boost/boost/asio/detail/
Dsocket_option.hpp136 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/
Dsocket_option.hpp136 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/
Dpolynomial_gcd.hpp21 namespace integer { namespace
199 namespace integer namespace
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DValueIterator.java54 public int integer; field in ValueIterator.Element
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DValueIterator.java52 public int integer; field in ValueIterator.Element
/third_party/boost/libs/histogram/test/
Daxis_size.cpp21 using integer = axis::integer<>; in main() typedef
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dexp_fp16.h41 int integer = (float)src / param[0]; in single_exp_fp16() local
/third_party/boost/libs/histogram/benchmark/
Daxis_size.cpp21 using integer = axis::integer<>; in main() typedef
/third_party/boost/libs/spirit/test/lex/
Dlexer_state_switcher.cpp32 boost::spirit::lex::token_def<> identifier, integer; member

123456