Home
last modified time | relevance | path

Searched refs:result_type (Results 1 – 25 of 271) sorted by relevance

1234567891011

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h85 typedef typename _BEngine::result_type _Engine_result_type; in _GLIBCXX_VISIBILITY()
86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY()
92 result_type in _GLIBCXX_VISIBILITY()
95 result_type __return_value; in _GLIBCXX_VISIBILITY()
97 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY()
100 __return_value = result_type(0); in _GLIBCXX_VISIBILITY()
104 result_type in _GLIBCXX_VISIBILITY()
107 result_type __return_value; in _GLIBCXX_VISIBILITY()
109 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY()
111 else if (!is_integral<result_type>::value) in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc146 typename linear_congruential<_UIntType, __a, __c, __m>::result_type
314 __b, __t, __c, __l>::result_type
349 result_type __z = _M_x[_M_p++]; in operator ()()
463 typename subtract_with_carry<_IntType, __m, __s, __r>::result_type
607 typename subtract_with_carry_01<_RealType, __w, __s, __r>::result_type
640 result_type __ret = 0.0; in operator ()()
707 __p, __r>::result_type
786 const int __w = std::numeric_limits<result_type>::digits; in _M_initialize_max()
788 const result_type __m1 = in _M_initialize_max()
789 std::min(result_type(_M_b1.max() - _M_b1.min()), in _M_initialize_max()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h85 typedef typename _BEngine::result_type _Engine_result_type; in _GLIBCXX_VISIBILITY()
86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY()
92 result_type in _GLIBCXX_VISIBILITY()
95 result_type __return_value; in _GLIBCXX_VISIBILITY()
97 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY()
100 __return_value = result_type(0); in _GLIBCXX_VISIBILITY()
104 result_type in _GLIBCXX_VISIBILITY()
107 result_type __return_value; in _GLIBCXX_VISIBILITY()
109 && is_integral<result_type>::value) in _GLIBCXX_VISIBILITY()
111 else if (!is_integral<result_type>::value) in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc146 typename linear_congruential<_UIntType, __a, __c, __m>::result_type
314 __b, __t, __c, __l>::result_type
349 result_type __z = _M_x[_M_p++]; in operator ()()
463 typename subtract_with_carry<_IntType, __m, __s, __r>::result_type
607 typename subtract_with_carry_01<_RealType, __w, __s, __r>::result_type
640 result_type __ret = 0.0; in operator ()()
707 __p, __r>::result_type
786 const int __w = std::numeric_limits<result_type>::digits; in _M_initialize_max()
788 const result_type __m1 = in _M_initialize_max()
789 std::min(result_type(_M_b1.max() - _M_b1.min()), in _M_initialize_max()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Drandom31 typedef UIntType result_type;
34 static constexpr result_type multiplier = a;
35 static constexpr result_type increment = c;
36 static constexpr result_type modulus = m;
37 static constexpr result_type min() { return c == 0u ? 1u: 0u;}
38 static constexpr result_type max() { return m - 1u;}
39 static constexpr result_type default_seed = 1u;
42 explicit linear_congruential_engine(result_type s = default_seed); // before C++20
44 explicit linear_congruential_engine(result_type s); // C++20
46 void seed(result_type s = default_seed);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.h210 is_unsigned<typename _Sseq::result_type>, in _GLIBCXX_VISIBILITY()
268 typedef _UIntType result_type; in _GLIBCXX_VISIBILITY()
271 static constexpr result_type multiplier = __a; in _GLIBCXX_VISIBILITY()
273 static constexpr result_type increment = __c; in _GLIBCXX_VISIBILITY()
275 static constexpr result_type modulus = __m; in _GLIBCXX_VISIBILITY()
276 static constexpr result_type default_seed = 1u; in _GLIBCXX_VISIBILITY()
293 linear_congruential_engine(result_type __s) in _GLIBCXX_VISIBILITY()
314 seed(result_type __s = default_seed); in _GLIBCXX_VISIBILITY()
333 static constexpr result_type in _GLIBCXX_VISIBILITY()
340 static constexpr result_type in _GLIBCXX_VISIBILITY()
[all …]
H A Duniform_int_dist.h81 typedef _IntType result_type; in _GLIBCXX_VISIBILITY() typedef
97 result_type in _GLIBCXX_VISIBILITY()
101 result_type in _GLIBCXX_VISIBILITY()
146 result_type in _GLIBCXX_VISIBILITY()
150 result_type in _GLIBCXX_VISIBILITY()
172 result_type in _GLIBCXX_VISIBILITY()
179 result_type in _GLIBCXX_VISIBILITY()
187 result_type in _GLIBCXX_VISIBILITY()
192 result_type in _GLIBCXX_VISIBILITY()
213 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.h212 is_unsigned<typename _Sseq::result_type>, in _GLIBCXX_VISIBILITY()
271 typedef _UIntType result_type; in _GLIBCXX_VISIBILITY()
274 static constexpr result_type multiplier = __a; in _GLIBCXX_VISIBILITY()
276 static constexpr result_type increment = __c; in _GLIBCXX_VISIBILITY()
278 static constexpr result_type modulus = __m; in _GLIBCXX_VISIBILITY()
279 static constexpr result_type default_seed = 1u; in _GLIBCXX_VISIBILITY()
296 linear_congruential_engine(result_type __s) in _GLIBCXX_VISIBILITY()
317 seed(result_type __s = default_seed); in _GLIBCXX_VISIBILITY()
336 static constexpr result_type in _GLIBCXX_VISIBILITY()
343 static constexpr result_type in _GLIBCXX_VISIBILITY()
[all …]
H A Duniform_int_dist.h84 typedef _IntType result_type; in _GLIBCXX_VISIBILITY() typedef
100 result_type in _GLIBCXX_VISIBILITY()
104 result_type in _GLIBCXX_VISIBILITY()
150 result_type in _GLIBCXX_VISIBILITY()
154 result_type in _GLIBCXX_VISIBILITY()
176 result_type in _GLIBCXX_VISIBILITY()
183 result_type in _GLIBCXX_VISIBILITY()
191 result_type in _GLIBCXX_VISIBILITY()
196 result_type in _GLIBCXX_VISIBILITY()
217 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drandom75 typedef _UIntType result_type;
78 static constexpr size_t m_w = sizeof(result_type) * 8;
91 _Sseq, simd_fast_mersenne_twister_engine, result_type>::value
96 / sizeof(result_type));
97 static constexpr result_type default_seed = 5489u;
106 simd_fast_mersenne_twister_engine(result_type __sd)
115 seed(result_type __sd = default_seed);
121 static constexpr result_type
125 static constexpr result_type
127 { return std::numeric_limits<result_type>::max(); }
[all …]
H A Drandom.tcc416 typename beta_distribution<_RealType>::result_type
421 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in operator ()()
424 result_type __x, __y; in operator ()()
430 while (__x + __y > result_type(1)); in operator ()()
445 result_type>) in __generate_impl()
447 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in __generate_impl()
452 result_type __x, __y; in __generate_impl()
458 while (__x + __y > result_type(1)); in __generate_impl()
616 typename normal_mv_distribution<_Dimen, _RealType>::result_type
621 result_type __ret; in operator ()()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drandom75 typedef _UIntType result_type;
78 static constexpr size_t m_w = sizeof(result_type) * 8;
91 _Sseq, simd_fast_mersenne_twister_engine, result_type>::value
96 / sizeof(result_type));
97 static constexpr result_type default_seed = 5489u;
106 simd_fast_mersenne_twister_engine(result_type __sd)
115 seed(result_type __sd = default_seed);
121 static constexpr result_type
125 static constexpr result_type
127 { return std::numeric_limits<result_type>::max(); }
[all …]
H A Drandom.tcc416 typename beta_distribution<_RealType>::result_type
421 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in operator ()()
424 result_type __x, __y; in operator ()()
430 while (__x + __y > result_type(1)); in operator ()()
445 result_type>) in __generate_impl()
447 std::__detail::_Adaptor<_UniformRandomNumberGenerator, result_type> in __generate_impl()
452 result_type __x, __y; in __generate_impl()
458 while (__x + __y > result_type(1)); in __generate_impl()
616 typename normal_mv_distribution<_Dimen, _RealType>::result_type
621 result_type __ret; in operator ()()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc52 tree result_type = get_comparison_result_type (cmp_type); in operator ()() local
64 expr = build2 (EQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
68 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
73 build2 (ORDERED_EXPR, result_type, operands[1], in operator ()()
78 expr = build2 (LT_EXPR, result_type, operands[1], operands[2]); in operator ()()
82 expr = build2 (LE_EXPR, result_type, operands[1], operands[2]); in operator ()()
86 expr = build2 (GT_EXPR, result_type, operands[1], operands[2]); in operator ()()
90 expr = build2 (GE_EXPR, result_type, operands[1], operands[2]); in operator ()()
94 expr = build2 (UNEQ_EXPR, result_type, operands[1], operands[2]); in operator ()()
98 expr = build2 (NE_EXPR, result_type, operands[1], operands[2]); in operator ()()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dfrv-asm.c61 enum cgen_parse_operand_result result_type; in parse_symbolic_address() local
64 &result_type, valuep); in parse_symbolic_address()
67 && result_type != CGEN_PARSE_OPERAND_RESULT_QUEUED) in parse_symbolic_address()
71 *resultp = result_type; in parse_symbolic_address()
83 enum cgen_parse_operand_result result_type; in parse_ldd_annotation() local
93 &result_type, &value); in parse_ldd_annotation()
122 enum cgen_parse_operand_result result_type; in parse_call_annotation() local
132 &result_type, &value); in parse_call_annotation()
161 enum cgen_parse_operand_result result_type; in parse_ld_annotation() local
171 &result_type, &value); in parse_ld_annotation()
[all …]
H A Dlm32-asm.c87 enum cgen_parse_operand_result result_type; in parse_hi16() local
93 &result_type, &value); in parse_hi16()
99 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER) in parse_hi16()
120 enum cgen_parse_operand_result result_type; in parse_lo16() local
125 &result_type, &value); in parse_lo16()
130 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER) in parse_lo16()
150 enum cgen_parse_operand_result result_type; in parse_gp16() local
155 & result_type, & value); in parse_gp16()
160 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER) in parse_gp16()
180 enum cgen_parse_operand_result result_type; in parse_got16() local
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dfrv-asm.c61 enum cgen_parse_operand_result result_type; in parse_symbolic_address() local
64 &result_type, valuep); in parse_symbolic_address()
67 && result_type != CGEN_PARSE_OPERAND_RESULT_QUEUED) in parse_symbolic_address()
71 *resultp = result_type; in parse_symbolic_address()
83 enum cgen_parse_operand_result result_type; in parse_ldd_annotation() local
93 &result_type, &value); in parse_ldd_annotation()
122 enum cgen_parse_operand_result result_type; in parse_call_annotation() local
132 &result_type, &value); in parse_call_annotation()
161 enum cgen_parse_operand_result result_type; in parse_ld_annotation() local
171 &result_type, &value); in parse_ld_annotation()
[all …]
H A Dlm32-asm.c87 enum cgen_parse_operand_result result_type; in parse_hi16() local
93 &result_type, &value); in parse_hi16()
99 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER) in parse_hi16()
120 enum cgen_parse_operand_result result_type; in parse_lo16() local
125 &result_type, &value); in parse_lo16()
130 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER) in parse_lo16()
150 enum cgen_parse_operand_result result_type; in parse_gp16() local
155 & result_type, & value); in parse_gp16()
160 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER) in parse_gp16()
180 enum cgen_parse_operand_result result_type; in parse_got16() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_ast_matchers.py108 def unify_type(result_type): argument
110result_type = re.sub(r'^internal::(Bindable)?Matcher<([a-zA-Z_][a-zA-Z0-9_]*)>$', r'\2', result_ty…
111 return result_type
113 def add_matcher(result_type, name, args, comment, is_dyncast=False): argument
121 result_type = unify_type(result_type)
123 docs_result_type = esc('Matcher<%s>' % result_type);
138 lookup = result_type + name
147 lookup = result_type + name + esc(args)
150 lookup = result_type + name + esc(args)
209 for result_type in result_types:
[all …]
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dlm32.opc65 enum cgen_parse_operand_result result_type;
71 &result_type, &value);
77 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
98 enum cgen_parse_operand_result result_type;
103 &result_type, &value);
108 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
128 enum cgen_parse_operand_result result_type;
133 & result_type, & value);
138 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
158 enum cgen_parse_operand_result result_type;
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dlm32.opc65 enum cgen_parse_operand_result result_type;
71 &result_type, &value);
77 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
98 enum cgen_parse_operand_result result_type;
103 &result_type, &value);
108 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
128 enum cgen_parse_operand_result result_type;
133 & result_type, & value);
138 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
158 enum cgen_parse_operand_result result_type;
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dlm32.opc65 enum cgen_parse_operand_result result_type;
71 &result_type, &value);
77 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
98 enum cgen_parse_operand_result result_type;
103 &result_type, &value);
108 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
128 enum cgen_parse_operand_result result_type;
133 & result_type, & value);
138 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
158 enum cgen_parse_operand_result result_type;
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dlm32.opc65 enum cgen_parse_operand_result result_type;
71 &result_type, &value);
77 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
98 enum cgen_parse_operand_result result_type;
103 &result_type, &value);
108 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
128 enum cgen_parse_operand_result result_type;
133 & result_type, & value);
138 && result_type == CGEN_PARSE_OPERAND_RESULT_NUMBER)
158 enum cgen_parse_operand_result result_type;
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Dtestdata_v1.sql77 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
92 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
118 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
134 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
150 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
177 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
187 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
197 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
246 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
289 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
[all …]
H A Dtestdata_v2.sql88 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
114 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
151 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
178 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
205 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
257 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
276 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
295 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
339 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
390 INSERT INTO test_results (test_case_id, result_type, result_reason, start_time,
[all …]

1234567891011