Home
last modified time | relevance | path

Searched defs:g1 (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/boost/libs/geometry/test/cs_undefined/
Dsetops.cpp18 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 …]
Dtest_relops.hpp126 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/
Dcolorspace.h102 #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/
Dtest_yield_from.py26 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/
Dto_svg.hpp193 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/
Dgroup.cpp45 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/
Dtest_intersection.hpp62 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/
Dsrs_transformer.hpp50 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/
DgeneratorTypeCheck3.ts2 function* g1(): IterableIterator<string> { } generator
DgeneratorTypeCheck5.ts2 function* g1(): any { } generator
DgeneratorTypeCheck1.ts2 function* g1(): Iterator<string> { } generator
DgeneratorTypeCheck4.ts2 function* g1(): {} { } generator
DgeneratorTypeCheck6.ts2 function* g1(): number { } generator
DgeneratorTypeCheck2.ts2 function* g1(): Iterable<string> { } generator
DgeneratorTypeCheck7.ts5 function* g1(): WeirdIter { } generator
/third_party/typescript/tests/baselines/reference/
DexportNonInitializedVariablesCommonJS.js32 export var g1: D = new D; variable
68 exports.g1 = new D; variable in exports
DexportNonInitializedVariablesES6.js32 export var g1: D = new D; variable
65 export var g1 = new D; variable
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_stdcall_mf_test.cpp46 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
Dbind_void_mf_test.cpp52 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
Dbind_fastcall_mf_test.cpp46 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
Dbind_mf2_test.cpp44 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
Dbind_cdecl_mf_test.cpp26 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/
Dbind_cdecl_mf_test.cpp45 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
Dbind_noexcept_mf_test.cpp36 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
Dbind_stdcall_mf_test.cpp45 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

123456789