/third_party/boost/libs/geometry/test/cs_undefined/ |
D | setops.cpp | 18 inline void set_idsu(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_idsu() 27 inline void set_ids(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_ids() 35 inline void set_id(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_id() 42 inline void set_i(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_i() 48 inline void set_d(G1 const& g1, G2 const& g2, G3 & g3, S const& s) in set_d() 54 inline void set_idsu_pp(G1 const& g1, G2 const& g2, G3 & g3) in set_idsu_pp() 61 inline void set_idsu_ps(G1 const& g1, G2 const& g2, G3 & g3) in set_idsu_ps() 70 inline void set_idsu_ss(G1 const& g1, G2 const& g2, G3 & g3) in set_idsu_ss() 78 inline void set_ids_pp(G1 const& g1, G2 const& g2, G3 & g3) in set_ids_pp() 85 inline void set_ids_ps(G1 const& g1, G2 const& g2, G3 & g3) in set_ids_ps() [all …]
|
D | test_relops.hpp | 126 inline void rel(G1 const& g1, G2 const& g2, S const& s) in rel() 141 inline void rel_pp(G1 const& g1, G2 const& g2) in rel_pp() 148 inline void rel_ps(G1 const& g1, G2 const& g2) in rel_ps() 157 inline void rel_ss(G1 const& g1, G2 const& g2) in rel_ss()
|
/third_party/ffmpeg/libavutil/ |
D | colorspace.h | 102 #define RGB_TO_U_CCIR(r1, g1, b1, shift)\ argument 106 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\ argument 114 #define RGB_TO_U_JPEG(r1, g1, b1)\ argument 118 #define RGB_TO_V_JPEG(r1, g1, b1)\ argument 130 #define RGB_TO_U_BT709(r1, g1, b1, shift)\ argument 134 #define RGB_TO_V_BT709(r1, g1, b1, shift)\ argument 142 #define RGB_TO_U_BT709_FULL(r1, g1, b1)\ argument 146 #define RGB_TO_V_BT709_FULL(r1, g1, b1)\ argument
|
/third_party/python/Lib/test/ |
D | test_yield_from.py | 26 def g1(): function 49 def g1(): function 80 def g1(): function 109 def g1(): function 146 def g1(): function 190 def g1(): function 231 def g1(): function 265 def g1(): function 306 def g1(): function 368 def g1(): function [all …]
|
/third_party/boost/libs/geometry/test/ |
D | to_svg.hpp | 193 inline void geom_to_svg(G1 const& g1, in geom_to_svg() 203 inline void geom_to_svg(G1 const& g1, G2 const& g2, in geom_to_svg() 216 inline void geom_to_svg(G1 const& g1, std::string const& filename) in geom_to_svg() 228 inline void geom_to_svg(G1 const& g1, G2 const& g2, std::string const& filename) in geom_to_svg() 244 G1 g1; in geom_to_svg() local 254 G1 g1; in geom_to_svg() local 309 inline void to_svg(G1 const& g1, G2 const& g2, std::string const& filename, bool sort = true, bool … in to_svg() 405 G1 g1; in to_svg() local
|
/third_party/boost/libs/mpi/src/ |
D | group.cpp | 45 bool operator==(const group& g1, const group& g2) in operator ==() 53 group operator|(const group& g1, const group& g2) in operator |() 61 group operator&(const group& g1, const group& g2) in operator &() 69 group operator-(const group& g1, const group& g2) in operator -()
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
D | test_intersection.hpp | 62 G1 const& g1, G2 const& g2, in check_result() 172 G1 const& g1, G2 const& g2, in test_intersection() 292 G1 const& g1, G2 const& g2, in test_intersection() 310 G1 g1; in test_one() local 373 Geometry1 g1; in test_point_output() local
|
/third_party/boost/boost/geometry/strategies/transform/ |
D | srs_transformer.hpp | 50 inline bool apply(Geometry1 const& g1, Geometry2 & g2) const in apply() 87 inline bool apply(Geometry1 const& g1, Geometry2 & g2) const in apply()
|
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/ |
D | generatorTypeCheck3.ts | 2 function* g1(): IterableIterator<string> { } generator
|
D | generatorTypeCheck5.ts | 2 function* g1(): any { } generator
|
D | generatorTypeCheck1.ts | 2 function* g1(): Iterator<string> { } generator
|
D | generatorTypeCheck4.ts | 2 function* g1(): {} { } generator
|
D | generatorTypeCheck6.ts | 2 function* g1(): number { } generator
|
D | generatorTypeCheck2.ts | 2 function* g1(): Iterable<string> { } generator
|
D | generatorTypeCheck7.ts | 5 function* g1(): WeirdIter { } generator
|
/third_party/typescript/tests/baselines/reference/ |
D | exportNonInitializedVariablesCommonJS.js | 32 export var g1: D = new D; variable 68 exports.g1 = new D; variable in exports
|
D | exportNonInitializedVariablesES6.js | 32 export var g1: D = new D; variable 65 export var g1 = new D; variable
|
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_stdcall_mf_test.cpp | 46 int __stdcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function 93 bind(&X::g1, &x, 1)(); in member_function_test() local 94 bind(&X::g1, x, 1)(); in member_function_test() local 95 bind(&X::g1, ref(x), 1)(); in member_function_test() local
|
D | bind_void_mf_test.cpp | 52 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function 96 bind<void>(&X::g1, &x, 1)(); in member_function_test() local 97 bind<void>(&X::g1, x, 1)(); in member_function_test() local 98 bind<void>(&X::g1, ref(x), 1)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 46 void __fastcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; } in g1() function 91 bind(&X::g1, &x, 1)(); in member_function_test() local 92 bind(&X::g1, x, 1)(); in member_function_test() local 93 bind(&X::g1, ref(x), 1)(); in member_function_test() local
|
D | bind_mf2_test.cpp | 44 int g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function 89 bind(&X::g1, &x, 1 )(); in member_function_test() local 90 bind(&X::g1, x, 1 )(); in member_function_test() local 91 bind(&X::g1, ref(x), 1 )(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 26 int __cdecl g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function 71 bind(&X::g1, &x, 1)(); in member_function_test() local 72 bind(&X::g1, x, 1)(); in member_function_test() local 73 bind(&X::g1, ref(x), 1)(); in member_function_test() local
|
/third_party/boost/libs/bind/test/ |
D | bind_cdecl_mf_test.cpp | 45 int __cdecl g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function 89 bind(&X::g1, &x, 1)(); in member_function_test() local 90 bind(&X::g1, x, 1)(); in member_function_test() local 91 bind(&X::g1, ref(x), 1)(); in member_function_test() local
|
D | bind_noexcept_mf_test.cpp | 36 int g1(int a1) const noexcept { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function 78 boost::bind(&X::g1, &x, 1)(); in member_function_test() local 79 boost::bind(&X::g1, x, 1)(); in member_function_test() local 80 boost::bind(&X::g1, boost::ref(x), 1)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 45 int __stdcall g1(int a1) const { hash = (hash * 17041 + a1 * 2) % 32768; return 0; } in g1() function 89 bind(&X::g1, &x, 1)(); in member_function_test() local 90 bind(&X::g1, x, 1)(); in member_function_test() local 91 bind(&X::g1, ref(x), 1)(); in member_function_test() local
|