/third_party/boost/boost/units/ |
D | static_rational.hpp | 40 typedef long integer_type; typedef 43 template<integer_type Value> 46 BOOST_STATIC_CONSTANT(integer_type,value = Value < 0 ? -Value : Value); 70 template<integer_type X> 72 typedef boost::mpl::integral_c<integer_type, X> type; 75 template<integer_type N,integer_type D = 1> 82 typedef boost::mpl::integral_c<integer_type, N> N_type; 83 typedef boost::mpl::integral_c<integer_type, D> D_type; 93 boost::mpl::integral_c<integer_type, 0> 103 BOOST_STATIC_CONSTANT(integer_type, Numerator = [all …]
|
D | io.hpp | 70 template<integer_type N> std::string to_string(const static_rational<N>&) in to_string() 76 template<integer_type N, integer_type D> std::string to_string(const static_rational<N,D>&) in to_string() 82 template<class Char, class Traits, integer_type N, integer_type D> 251 template<integer_type N, integer_type D>
|
/third_party/boost/boost/interprocess/sync/windows/ |
D | named_condition_any.hpp | 111 typedef boost::int32_t integer_type; typedef 115 integer_type &get_nwaiters_blocked() in get_nwaiters_blocked() 118 integer_type &get_nwaiters_gone() in get_nwaiters_gone() 121 integer_type &get_nwaiters_to_unblock() in get_nwaiters_to_unblock() 133 integer_type m_nwaiters_blocked; 134 integer_type m_nwaiters_gone; 135 integer_type m_nwaiters_to_unblock;
|
D | condition.hpp | 81 typedef boost::int32_t integer_type; typedef 94 integer_type &get_nwaiters_blocked() in get_nwaiters_blocked() 97 integer_type &get_nwaiters_gone() in get_nwaiters_gone() 100 integer_type &get_nwaiters_to_unblock() in get_nwaiters_to_unblock()
|
/third_party/boost/boost/interprocess/sync/detail/ |
D | condition_algorithm_8a.hpp | 193 typedef typename ConditionMembers::integer_type integer_type; typedef in boost::interprocess::ipcdetail::condition_algorithm_8a 205 integer_type nsignals_to_issue; in signal() 259 integer_type nsignals_was_left = 0; in wait() 260 integer_type nwaiters_was_gone = 0; in wait() 295 else if ( (std::numeric_limits<integer_type>::max)()/2 in wait()
|
/third_party/boost/boost/log/detail/ |
D | tagged_integer.hpp | 37 typedef IntT integer_type; typedef 42 integer_type value; 45 BOOST_CONSTEXPR operator integer_type() const BOOST_NOEXCEPT { return value; } in operator integer_type()
|
/third_party/boost/boost/multiprecision/ |
D | rational_adaptor.hpp | 31 typedef number<IntBackend> integer_type; typedef 32 typedef boost::rational<integer_type> rational_type; 47 : m_value(static_cast<integer_type>(u)) {} in rational_adaptor() 93 integer_type num(f); in operator =() 94 integer_type denom(1u); in operator =() 188 integer_type n(m_value.numerator()), d(m_value.denominator()); in serialize() 196 integer_type n, d; in serialize()
|
/third_party/boost/boost/detail/ |
D | numeric_traits.hpp | 103 typedef Integer integer_type; typedef 104 typedef std::numeric_limits<integer_type> x;
|
/third_party/boost/boost/math/tools/ |
D | fraction.hpp | 113 typedef typename integer_scalar_type<result_type>::type integer_type; in continued_fraction_b() typedef 116 integer_type const zero(0), one(1); in continued_fraction_b() 208 typedef typename integer_scalar_type<result_type>::type integer_type; in continued_fraction_a() typedef 211 integer_type const zero(0), one(1); in continued_fraction_a()
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 45 template<class float_type, class integer_type> 46 inline float_type pown(const float_type& x, const integer_type p) in pown() 60 if (p < static_cast<integer_type>(0)) in pown() 69 return float_type(1) / pown(x, static_cast<integer_type>(-p)); in pown() 73 if (p == static_cast<integer_type>(0)) in pown() 79 if (p == static_cast<integer_type>(1)) { return x; } in pown() 87 if (p == static_cast<integer_type>(2)) { return (x * x); } in pown() 88 else if (p == static_cast<integer_type>(3)) { return ((x * x) * x); } in pown() 89 … else if (p == static_cast<integer_type>(4)) { const float_type x2 = (x * x); return (x2 * x2); } in pown() 93 … float_type result(((p % integer_type(2)) != integer_type(0)) ? x : float_type(1)); in pown() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | const_folding_rules.cpp | 374 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local 377 assert(integer_type != nullptr); in FoldFToIOp() 378 if (integer_type->width() != 32) return nullptr; in FoldFToIOp() 381 uint32_t result = integer_type->IsSigned() in FoldFToIOp() 388 uint32_t result = integer_type->IsSigned() in FoldFToIOp() 405 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local 408 assert(integer_type != nullptr); in FoldIToFOp() 409 if (integer_type->width() != 32) return nullptr; in FoldIToFOp() 412 float result_val = integer_type->IsSigned() in FoldIToFOp() 419 double result_val = integer_type->IsSigned() in FoldIToFOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | const_folding_rules.cpp | 430 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local 433 assert(integer_type != nullptr); in FoldFToIOp() 434 if (integer_type->width() != 32) return nullptr; in FoldFToIOp() 437 uint32_t result = integer_type->IsSigned() in FoldFToIOp() 444 uint32_t result = integer_type->IsSigned() in FoldFToIOp() 461 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local 464 assert(integer_type != nullptr); in FoldIToFOp() 465 if (integer_type->width() != 32) return nullptr; in FoldIToFOp() 468 float result_val = integer_type->IsSigned() in FoldIToFOp() 475 double result_val = integer_type->IsSigned() in FoldIToFOp()
|
/third_party/spirv-tools/source/opt/ |
D | const_folding_rules.cpp | 374 const analysis::Integer* integer_type = result_type->AsInteger(); in FoldFToIOp() local 377 assert(integer_type != nullptr); in FoldFToIOp() 378 if (integer_type->width() != 32) return nullptr; in FoldFToIOp() 381 uint32_t result = integer_type->IsSigned() in FoldFToIOp() 388 uint32_t result = integer_type->IsSigned() in FoldFToIOp() 405 const analysis::Integer* integer_type = a->type()->AsInteger(); in FoldIToFOp() local 408 assert(integer_type != nullptr); in FoldIToFOp() 409 if (integer_type->width() != 32) return nullptr; in FoldIToFOp() 412 float result_val = integer_type->IsSigned() in FoldIToFOp() 419 double result_val = integer_type->IsSigned() in FoldIToFOp()
|
/third_party/boost/boost/multiprecision/detail/ |
D | generic_interconvert.hpp | 383 … integer_type; in generic_convert_rational_to_float() typedef 384 …typedef mpl::bool_<!std::numeric_limits<integer_type>::is_specialized || std::numeric_limits<integ… in generic_convert_rational_to_float() 386 …integer_type n(numerator(static_cast<actual_from_type>(f))), d(denominator(static_cast<actual_from… in generic_convert_rational_to_float()
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | webidl2.js | 270 function integer_type() { function 291 const num_type = integer_type() || float_type();
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.c | 977 # define BITFIELD_TYPE(orig_type,integer_type) orig_type argument 979 # define BITFIELD_TYPE(orig_type,integer_type) integer_type argument
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_emit.c | 472 unsigned integer_type, in brw_set_math_message() argument 509 brw_inst_set_math_msg_signed_int(devinfo, inst, integer_type); in brw_set_math_message()
|