/third_party/boost/boost/math/tools/ |
D | fraction.hpp | 31 template <class Gen> 34 typedef typename Gen::result_type result_type; 35 typedef typename Gen::result_type value_type; 47 template <class Gen> 50 typedef typename Gen::result_type value_type; 63 template <class Gen> 66 is_pair<typename Gen::result_type>::value, 67 fraction_traits_pair<Gen>, 68 fraction_traits_simple<Gen> >::type 104 template <class Gen, class U> [all …]
|
/third_party/boost/libs/math/doc/internals/ |
D | fraction.qbk | 11 template <class Gen, class U> 12 typename detail::fraction_traits<Gen>::result_type 13 continued_fraction_b(Gen& g, const U& tolerance, boost::uintmax_t& max_terms) 15 template <class Gen, class U> 16 typename detail::fraction_traits<Gen>::result_type 17 continued_fraction_b(Gen& g, const U& tolerance) 19 template <class Gen, class U> 20 typename detail::fraction_traits<Gen>::result_type 21 continued_fraction_a(Gen& g, const U& tolerance, boost::uintmax_t& max_terms) 23 template <class Gen, class U> [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | baseExpressionTypeParameters.js | 11 class Gen<T> extends base<T>() {} // Error, T not in scope 12 class Spec extends Gen<string> {} 41 var Gen = /** @class */ (function (_super) { class 42 __extends(Gen, _super); 43 function Gen() { class in Gen 46 return Gen; 54 }(Gen));
|
D | baseExpressionTypeParameters.types | 17 class Gen<T> extends base<T>() {} // Error, T not in scope 18 >Gen : Gen<T> 22 class Spec extends Gen<string> {} 24 >Gen : Gen<string>
|
D | baseExpressionTypeParameters.symbols | 19 class Gen<T> extends base<T>() {} // Error, T not in scope 20 >Gen : Symbol(Gen, Decl(baseExpressionTypeParameters.ts, 7, 1)) 24 class Spec extends Gen<string> {} 26 >Gen : Symbol(Gen, Decl(baseExpressionTypeParameters.ts, 7, 1))
|
D | baseExpressionTypeParameters.errors.txt | 14 class Gen<T> extends base<T>() {} // Error, T not in scope 17 class Spec extends Gen<string> {}
|
/third_party/boost/boost/test/data/monomorphic/generators/ |
D | random.hpp | 142 typedef monomorphic::random_t<SampleType> Gen; in random() typedef 143 typedef typename Gen::distr_type distr_type; in random() 144 return monomorphic::generated_by<Gen>( Gen( distr_type(begin,end) ) ); in random() 167 typedef typename ds_detail::random_gen_type<Params>::type Gen; in random() typedef 168 typedef typename Gen::distr_type distr_type; in random() 169 typedef typename Gen::engine_type engine_type; in random() 181 Gen G( std::move(E), std::move(D) ); in random() 186 return monomorphic::generated_by<Gen>( std::move(G) ); in random()
|
/third_party/boost/libs/random/extra/ |
D | test_haertel.cpp | 23 template<class Gen, class T> 24 inline void check_validation(Gen & gen, T value, const std::string & name) in check_validation() 29 typename Gen::result_type actual = gen(); in check_validation() 36 template<class Gen, class T> 39 Gen gen(1234567); in validate()
|
/third_party/boost/boost/graph/ |
D | random_spanning_tree.hpp | 95 template < typename Graph, typename Gen, typename PredMap, typename ColorMap > 96 void random_spanning_tree(const Graph& g, Gen& gen, in random_spanning_tree() 100 unweighted_random_out_edge_gen< Graph, Gen > random_oe(gen); in random_spanning_tree() 105 template < typename Graph, typename Gen, typename PredMap, typename WeightMap, 107 void random_spanning_tree(const Graph& g, Gen& gen, in random_spanning_tree() 111 weighted_random_out_edge_gen< Graph, WeightMap, Gen > random_oe( in random_spanning_tree() 116 template < typename Graph, typename Gen, typename P, typename T, typename R > 118 const Graph& g, Gen& gen, const bgl_named_params< P, T, R >& params) in random_spanning_tree()
|
D | loop_erased_random_walk.hpp | 99 template < typename Graph, typename Gen > class unweighted_random_out_edge_gen 101 Gen& gen; 106 unweighted_random_out_edge_gen(Gen& gen) : gen(gen) {} in unweighted_random_out_edge_gen() 117 template < typename Graph, typename WeightMap, typename Gen > 121 Gen& gen; 126 weighted_random_out_edge_gen(const WeightMap& weight, Gen& gen) in weighted_random_out_edge_gen()
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 33 - After calling Gen* or Create* 34 - After calling Gen* or Create*, then Delete* 35 - After calling Gen*, then Bind* 36 - After calling Gen*, then Bind*, then Delete* 37 - After calling Bind* without preceding Gen* 62 The "gen.*" test cases call the object type's Gen* or Create* function 65 of the corresponding Is* function). In OpenGL ES 2.0, the Gen* functions 69 The "delete.*" test cases call an object type's Gen* or Create* function 73 The "bind.*" test cases call an object type's Gen* function followed by 76 The "delete_bound.*" test cases call an object type's Gen* function [all …]
|
/third_party/mesa3d/src/intel/genxml/ |
D | gen_bits_header.py | 123 class Gen(object): class 158 assert isinstance(gen, Gen) 184 if not isinstance(gen, Gen): 185 gen = Gen(gen) 201 assert isinstance(gen, Gen) 219 if not isinstance(gen, Gen): 220 gen = Gen(gen) 247 self.gen = Gen(attrs['gen'])
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 37 - After calling Gen* or Create* 38 - After calling Gen* or Create*, then Delete* 39 - After calling Gen*, then Bind* 40 - After calling Gen*, then Bind*, then Delete* 41 - After calling Bind* without preceding Gen* 68 The "gen.*" test cases call the object type's Gen* or Create* function 73 the other Gen* functions must never create an object. 75 The "delete.*" test cases call an object type's Gen* or Create* function 79 The "bind.*" test cases call an object type's Gen* function followed by 82 The "delete_bound.*" test cases call an object type's Gen* function [all …]
|
/third_party/mindspore/mindspore/lite/src/ops/ |
D | ops_def.h | 34 std::string Gen##type() { \ 44 PrimitiveTypeRegister g_gen##type(Gen##type); \ 55 std::string Gen##OP##Def() { \ 136 SchemaOpRegister g_schema_op_##OP(Gen##OP##Def); \ 156 std::string Gen##OP##Def() { \ 178 SchemaOpRegister g_schema_op_##OP(Gen##OP##Def); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() argument 22 return std::uniform_int_distribution<T>(Min, Max)(Gen); in uniform() 26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() argument 27 return uniform<T>(Gen, std::numeric_limits<T>::min(), in uniform()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/ |
D | read.adb | 53 Gen : Random_Elements.Generator; variable 91 Item (J) := Random_Elements.Random (Gen); 106 Random_Elements.Reset (Gen, Init_Random);
|
D | mtest.adb | 37 Gen : Random_Elements.Generator; variable 109 Random_Elements.Reset (Gen); 115 Buffer (J) := Random_Elements.Random (Gen);
|
/third_party/zlib/contrib/ada/ |
D | read.adb | 53 Gen : Random_Elements.Generator; variable 91 Item (J) := Random_Elements.Random (Gen); 106 Random_Elements.Reset (Gen, Init_Random);
|
D | mtest.adb | 37 Gen : Random_Elements.Generator; variable 109 Random_Elements.Reset (Gen); 115 Buffer (J) := Random_Elements.Random (Gen);
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/ |
D | read.adb | 53 Gen : Random_Elements.Generator; variable 91 Item (J) := Random_Elements.Random (Gen); 106 Random_Elements.Reset (Gen, Init_Random);
|
D | mtest.adb | 37 Gen : Random_Elements.Generator; variable 109 Random_Elements.Reset (Gen); 115 Buffer (J) := Random_Elements.Random (Gen);
|
/third_party/typescript/tests/cases/compiler/ |
D | baseExpressionTypeParameters.ts | 10 class Gen<T> extends base<T>() {} // Error, T not in scope class 11 class Spec extends Gen<string> {}
|
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/ |
D | qc_serious.rs | 3 use quickcheck::{Arbitrary, Gen}; 36 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() 116 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() 121 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() 126 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary()
|
/third_party/boost/boost/detail/ |
D | named_template_params.hpp | 34 template <class Gen> struct default_generator { 50 typedef typename default_generator<DefaultGen>::type Gen; typedef 51 typedef typename Gen::template select<Base,Traits>::type type;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
D | utility.h | 108 struct Gen { 110 typename Extend<typename Gen<T, N / 2>::type, N / 2, N % 2>::type; 114 struct Gen<T, 0> { 142 using make_integer_sequence = typename utility_internal::Gen<T, N>::type;
|