Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 7566) sorted by relevance

12345678910>>...303

/third_party/libxml2/result/
Dsvg3.rde4 1 1 g 0 0
10 1 15 g 0 0
13 1 1 g 0 0
19 1 15 g 0 0
22 1 1 g 0 0
28 1 15 g 0 0
31 1 1 g 0 0
37 1 15 g 0 0
40 1 1 g 0 0
46 1 15 g 0 0
[all …]
Dsvg3.rdr4 1 1 g 0 0
10 1 15 g 0 0
13 1 1 g 0 0
19 1 15 g 0 0
22 1 1 g 0 0
28 1 15 g 0 0
31 1 1 g 0 0
37 1 15 g 0 0
40 1 1 g 0 0
46 1 15 g 0 0
[all …]
Dsvg2.rde5 1 1 g 0 0
14 1 15 g 0 0
17 1 1 g 0 0
23 1 15 g 0 0
26 1 1 g 0 0
29 1 15 g 0 0
32 1 1 g 0 0
38 1 15 g 0 0
41 1 1 g 0 0
47 1 15 g 0 0
[all …]
/third_party/boost/libs/geometry/test/cs_undefined/
Ddistance.cpp16 geom g; in test_main() local
18 bg::distance(g.pt, g.pt, bg::strategy::distance::pythagoras<>()); in test_main()
19 bg::distance(g.pt, g.pt, bg::strategy::distance::haversine<>()); in test_main()
20 bg::distance(g.pt, g.pt, bg::strategy::distance::geographic<>()); in test_main()
21 bg::distance(g.pt, g.mpt, bg::strategy::distance::pythagoras<>()); in test_main()
22 bg::distance(g.pt, g.mpt, bg::strategy::distance::haversine<>()); in test_main()
23 bg::distance(g.pt, g.mpt, bg::strategy::distance::geographic<>()); in test_main()
24 bg::distance(g.mpt, g.mpt, bg::strategy::distance::pythagoras<>()); in test_main()
25 bg::distance(g.mpt, g.mpt, bg::strategy::distance::haversine<>()); in test_main()
26 bg::distance(g.mpt, g.mpt, bg::strategy::distance::geographic<>()); in test_main()
[all …]
Dsetops.cpp175 geom g; in test_main() local
178 ::set_idsu_pp(g.pt, g.pt, g.mpt); in test_main()
179 ::set_idsu_pp(g.pt, g.mpt, g.mpt); in test_main()
180 ::set_idsu_pp(g.mpt, g.mpt, g.mpt); in test_main()
183 ::set_id_ps(g.pt, g.s, g.mpt); in test_main()
184 ::set_id_ps(g.pt, g.ls, g.mpt); in test_main()
185 ::set_id_ps(g.pt, g.mls, g.mpt); in test_main()
186 ::set_id_ps(g.mpt, g.s, g.mpt); in test_main()
187 ::set_id_ps(g.mpt, g.ls, g.mpt); in test_main()
188 ::set_id_ps(g.mpt, g.mls, g.mpt); in test_main()
[all …]
Drelops1.cpp14 geom g; in test_main() local
16 bg::disjoint(g.pt, g.b, bg::strategy::covered_by::cartesian_point_box()); in test_main()
17 bg::disjoint(g.pt, g.b, bg::strategy::covered_by::spherical_point_box()); in test_main()
18 bg::disjoint(g.b, g.b, bg::strategy::disjoint::cartesian_box_box()); in test_main()
19 bg::disjoint(g.b, g.b, bg::strategy::disjoint::spherical_box_box()); in test_main()
20 bg::within(g.pt, g.b, bg::strategy::within::cartesian_point_box()); in test_main()
21 bg::within(g.pt, g.b, bg::strategy::within::spherical_point_box()); in test_main()
22 bg::within(g.b, g.b, bg::strategy::within::cartesian_box_box()); in test_main()
23 bg::within(g.b, g.b, bg::strategy::within::spherical_box_box()); in test_main()
24 bg::covered_by(g.pt, g.b, bg::strategy::covered_by::cartesian_point_box()); in test_main()
[all …]
Drelops2.cpp14 geom g; in test_main() local
21 ::rel_ss(g.ls, g.ls); in test_main()
22 ::rel_ss(g.ls, g.mls); in test_main()
24 ::rel_ss(g.mls, g.ls); in test_main()
25 ::rel_ss(g.mls, g.mls); in test_main()
28 ::rel_ss(g.ls, g.r); in test_main()
29 ::rel_ss(g.mls, g.r); in test_main()
31 ::rel_ss(g.ls, g.po); in test_main()
32 ::rel_ss(g.mls, g.po); in test_main()
34 ::rel_ss(g.ls, g.mpo); in test_main()
[all …]
Denvelope_expand.cpp17 geom g; in test_main() local
19 bg::expand(g.b, g.pt, bg::strategy::expand::cartesian_point()); in test_main()
20 bg::expand(g.b, g.pt, bg::strategy::expand::spherical_point()); in test_main()
21 bg::expand(g.b, g.b, bg::strategy::expand::cartesian_box()); in test_main()
22 bg::expand(g.b, g.b, bg::strategy::expand::spherical_box()); in test_main()
23 bg::expand(g.b, g.s, bg::strategy::expand::cartesian_segment()); in test_main()
24 bg::expand(g.b, g.s, bg::strategy::expand::spherical_segment<>()); in test_main()
25 bg::expand(g.b, g.s, bg::strategy::expand::geographic_segment<>()); in test_main()
27 bg::envelope(g.pt, g.b, bg::strategy::envelope::cartesian_point()); in test_main()
28 bg::envelope(g.pt, g.b, bg::strategy::envelope::spherical_point()); in test_main()
[all …]
/third_party/ffmpeg/libavcodec/
Dgif_parser.c56 static int gif_find_frame_end(GIFParseContext *g, const uint8_t *buf, in gif_find_frame_end() argument
62 if (!g->state) { in gif_find_frame_end()
65 g->state = GIF_HEADER; in gif_find_frame_end()
66 g->found_sig++; in gif_find_frame_end()
68 g->state = GIF_EXTENSION; in gif_find_frame_end()
69 g->found_start = 1; in gif_find_frame_end()
71 g->state = GIF_IMAGE; in gif_find_frame_end()
73 g->state = 0; in gif_find_frame_end()
74 g->found_end = 1; in gif_find_frame_end()
75 g->found_sig = 0; in gif_find_frame_end()
[all …]
Daaccoder_twoloop.h59 static inline int ff_pns_bits(SingleChannelElement *sce, int w, int g) in ff_pns_bits() argument
61 return (!g || !sce->zeroes[w*16+g-1] || !sce->can_pns[w*16+g-1]) ? 9 : 5; in ff_pns_bits()
72 int start = 0, i, w, w2, g, recomprd; in search_for_quantizers_twoloop() local
220 for (g = start = 0; g < sce->ics.num_swb; start += sce->ics.swb_sizes[g++]) { in search_for_quantizers_twoloop()
224 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop()
226 sce->zeroes[(w+w2)*16+g] = 1; in search_for_quantizers_twoloop()
236 FFPsyBand *band = &s->psy.ch[s->cur_channel].psy_bands[(w+w2)*16+g]; in search_for_quantizers_twoloop()
245 uplims[w*16+g] = uplim; in search_for_quantizers_twoloop()
246 energies[w*16+g] = energy; in search_for_quantizers_twoloop()
247 nzs[w*16+g] = nz; in search_for_quantizers_twoloop()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-collect-glyphs.c48 hb_codepoint_t g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans() local
54 g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans()
55 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans()
56 g_assert_cmpuint (54, ==, g); in test_ot_layout_lookup_collect_glyphs_source_sans()
59 g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans()
60 g_assert (hb_set_next (output, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans()
61 g_assert_cmpuint (574, ==, g); in test_ot_layout_lookup_collect_glyphs_source_sans()
69 g = HB_SET_VALUE_INVALID; in test_ot_layout_lookup_collect_glyphs_source_sans()
70 g_assert (hb_set_next (input, &g)); in test_ot_layout_lookup_collect_glyphs_source_sans()
71 g_assert_cmpuint (2, ==, g); in test_ot_layout_lookup_collect_glyphs_source_sans()
[all …]
/third_party/libpsl/fuzz/libpsl_load_fuzzer.in/
D06b3d4837737a1dcfee839932aea25e80915cb602 !ㄖ㍿g㌖㍿gg㍿g㌖FScn
3 !㌖㍿g㌖㍿ggFScn
4 !㌖㍿g㌖㍿gg㍿g㌖FS
5 !㌖㍿g㌖㍿gg㍿g㌖FS
6 !㌖㍿g㌖㍿gg㍿g㌖FS
7 !㌖㍿g㌖㍿gg㍿g㌖FS
8 !㌖㍿g㌖㍿gg㍿g㌖FS
9 !㌖㍿g㌖㍿gg㍿ggg㍿g㌖FS
10 !㌖㍿g㌖㍿gg㍿g㌖FS
11 !㌖㍿g㌖㍿gg�)g㌖FS
[all …]
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp134 fs_reg g[16]; in TEST_F() local
135 for (unsigned i = 0; i < ARRAY_SIZE(g); i++) in TEST_F()
136 g[i] = v->vgrf(glsl_type::int_type); in TEST_F()
140 bld.ADD( x, g[1], g[2]); in TEST_F()
141 bld.MUL( y, g[3], g[4]); in TEST_F()
142 bld.AND(g[5], x, y); in TEST_F()
161 fs_reg g[16]; in TEST_F() local
162 for (unsigned i = 0; i < ARRAY_SIZE(g); i++) in TEST_F()
163 g[i] = v->vgrf(glsl_type::int_type); in TEST_F()
166 bld.ADD( x, g[1], g[2]); in TEST_F()
[all …]
/third_party/zlib/examples/
Denough.c234 } g; variable
239 (left >> 1) - 1) * (g.max - 1) + in map()
245 if (g.done != NULL) { in cleanup()
246 for (size_t n = 0; n < g.size; n++) in cleanup()
247 if (g.done[n].len) in cleanup()
248 free(g.done[n].vec); in cleanup()
249 g.size = 0; in cleanup()
250 free(g.done); g.done = NULL; in cleanup()
252 free(g.num); g.num = NULL; in cleanup()
253 free(g.code); g.code = NULL; in cleanup()
[all …]
/third_party/boost/libs/graph_parallel/test/
Dadjlist_remove_test.cpp41 Graph g(&edges[0], &edges[0] + 3, 6); in test_bidirectional_graph() local
42 assert(num_processes(g.process_group()) == 2); in test_bidirectional_graph()
44 if (process_id(g.process_group()) == 0) in test_bidirectional_graph()
46 synchronize(g.process_group()); in test_bidirectional_graph()
48 graph_traits<Graph>::vertex_iterator vi = vertices(g).first; in test_bidirectional_graph()
52 BOOST_CHECK(vi == vertices(g).second); in test_bidirectional_graph()
54 BOOST_CHECK((process_id(g.process_group()) == 0 && out_degree(u, g) == 1) in test_bidirectional_graph()
55 || (process_id(g.process_group()) == 1 && in_degree(u, g) == 1)); in test_bidirectional_graph()
57 BOOST_CHECK((process_id(g.process_group()) == 0 && out_degree(v, g) == 1) in test_bidirectional_graph()
58 || (process_id(g.process_group()) == 1 && in_degree(v, g) == 1)); in test_bidirectional_graph()
[all …]
/third_party/python/Lib/test/
Dformatfloat_testcases.txt205 -- 'g' code formatting.
208 %.0g 0 -> 0
209 %.1g 0 -> 0
210 %.2g 0 -> 0
211 %.3g 0 -> 0
212 %.4g 0 -> 0
213 %.10g 0 -> 0
214 %.50g 0 -> 0
215 %.100g 0 -> 0
217 -- precision 0 doesn't make a lot of sense for the 'g' code (what does
[all …]
Dpstats.pck2 …���g�h㈵��>g�����>(���u'���/home/gbr/devel/python/Lib/sre_parse.pyi���u���_parse(���i���i���g
3g��6�4DE?(���u)���/home/gbr/devel/python/Lib/sre_compile.pyic��u���_simple(���ir���ir���g?�̔��…
11g�ͮ{+R?gǟ�lXSy?0(���u4���/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyiS���u ���_build_in…
/third_party/flutter/skia/src/gpu/ccpr/
DGrGSCoverageProcessor.cpp54 GrGLSLGeometryBuilder* g, const char* rtAdjust) const { in emitGeometryShader() argument
60 g->codeAppendf("float%ix2 pts = transpose(float2x%i(sk_in[0].%s, sk_in[1].%s));", in emitGeometryShader()
64 g->declareGlobal(wind); in emitGeometryShader()
65 Shader::CalcWind(proc, g, "pts", wind.c_str()); in emitGeometryShader()
69 g->codeAppendf("%s *= half(sk_in[0].sk_Position.w);", wind.c_str()); in emitGeometryShader()
84 g->emitFunction(kVoid_GrSLType, "emitVertex", emitArgs.count(), emitArgs.begin(), [&]() { in emitGeometryShader()
106 g->emitVertex(&fnBody, "vertexpos", rtAdjust); in emitGeometryShader()
116 g->defineConstant("bloat", bloat); in emitGeometryShader()
120 g->declareGlobal(fEdgeDistanceEquation); in emitGeometryShader()
121 g->codeAppendf("float2 p0 = pts[0], p1 = pts[%i];", numInputPoints - 1); in emitGeometryShader()
[all …]
/third_party/boost/libs/graph/example/
Dmodify_graph.cpp41 template < class MutableGraph > void modify_demo(MutableGraph& g) in modify_demo() argument
51 = get(edge_name, g); in modify_demo()
56 v = add_vertex(g); in modify_demo()
58 assert(num_vertices(g) == n + 1); in modify_demo()
59 assert(size_type(vertices(g).second - vertices(g).first) == n + 1); in modify_demo()
60 assert(v == *std::find(vertices(g).first, vertices(g).second, v)); in modify_demo()
63 remove_vertex(v, g); in modify_demo()
65 assert(num_vertices(g) == n); in modify_demo()
66 assert(size_type(vertices(g).second - vertices(g).first) == n); in modify_demo()
70 u = add_vertex(g); in modify_demo()
[all …]
/third_party/libxml2/test/
Dsvg32 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
4 </g>
5 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
7 </g>
8 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
10 </g>
11 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
13 </g>
14 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172">
16 </g>
[all …]
/third_party/mesa3d/src/util/
Dregister_allocate.c477 ra_add_node_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_add_node_adjacency() argument
479 BITSET_SET(g->nodes[n1].adjacency, n2); in ra_add_node_adjacency()
483 int n1_class = g->nodes[n1].class; in ra_add_node_adjacency()
484 int n2_class = g->nodes[n2].class; in ra_add_node_adjacency()
485 g->nodes[n1].q_total += g->regs->classes[n1_class]->q[n2_class]; in ra_add_node_adjacency()
487 util_dynarray_append(&g->nodes[n1].adjacency_list, unsigned int, n2); in ra_add_node_adjacency()
491 ra_node_remove_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_node_remove_adjacency() argument
493 BITSET_CLEAR(g->nodes[n1].adjacency, n2); in ra_node_remove_adjacency()
497 int n1_class = g->nodes[n1].class; in ra_node_remove_adjacency()
498 int n2_class = g->nodes[n2].class; in ra_node_remove_adjacency()
[all …]
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp1740 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() argument
1743 if (g < b) in ColorConvertRGBtoHSV()
1745 ImSwap(g, b); in ColorConvertRGBtoHSV()
1748 if (r < g) in ColorConvertRGBtoHSV()
1750 ImSwap(r, g); in ColorConvertRGBtoHSV()
1754 const float chroma = r - (g < b ? g : b); in ColorConvertRGBtoHSV()
1755 out_h = ImFabs(K + (g - b) / (6.f * chroma + 1e-20f)); in ColorConvertRGBtoHSV()
2231 ImGuiContext& g = *GImGui; in RenderText() local
2232 ImGuiWindow* window = g.CurrentWindow; in RenderText()
2249 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_display_… in RenderText()
[all …]
/third_party/boost/libs/graph/test/
Dlayout_test.cpp43 const Graph& g, PositionMap position, const Topology& topology) in print_graph_layout() argument
47 Point min_point = position[*vertices(g).first], max_point = min_point; in print_graph_layout()
48 BGL_FORALL_VERTICES_T(v, g, Graph) in print_graph_layout()
61 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; in print_graph_layout()
78 void dump_graph_layout(std::string name, const Graph& g, PositionMap position) in dump_graph_layout() argument
84 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in dump_graph_layout()
86 out << " n" << get(vertex_index, g, *vi) << "[ pos=\"" in dump_graph_layout()
92 for (boost::tie(ei, ei_end) = edges(g); ei != ei_end; ++ei) in dump_graph_layout()
94 out << " n" << get(vertex_index, g, source(*ei, g)) << " -- n" in dump_graph_layout()
95 << get(vertex_index, g, target(*ei, g)) << ";\n"; in dump_graph_layout()
[all …]
Dbasic_planarity_test.cpp20 template < typename Graph > void reset(Graph& g) in reset()
23 = get(vertex_index, g); in reset()
26 for (boost::tie(vi, vi_end) = vertices(g); vi != vi_end; ++vi) in reset()
41 Graph g; in test_K_5() local
42 vertex_t v1 = add_vertex(g); in test_K_5()
43 vertex_t v2 = add_vertex(g); in test_K_5()
44 vertex_t v3 = add_vertex(g); in test_K_5()
45 vertex_t v4 = add_vertex(g); in test_K_5()
46 vertex_t v5 = add_vertex(g); in test_K_5()
47 vertex_index.reset(g); in test_K_5()
[all …]
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1834 …int g = ImLerp((int)(col_a >> IM_COL32_G_SHIFT) & 0xFF, (int)(col_b >> IM_COL32_G_SHIFT) & 0xFF, t… in ImAlphaBlendColors() local
1836 return IM_COL32(r, g, b, 0xFF); in ImAlphaBlendColors()
1861 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() argument
1864 if (g < b) in ColorConvertRGBtoHSV()
1866 ImSwap(g, b); in ColorConvertRGBtoHSV()
1869 if (r < g) in ColorConvertRGBtoHSV()
1871 ImSwap(r, g); in ColorConvertRGBtoHSV()
1875 const float chroma = r - (g < b ? g : b); in ColorConvertRGBtoHSV()
1876 out_h = ImFabs(K + (g - b) / (6.f * chroma + 1e-20f)); in ColorConvertRGBtoHSV()
2240 ImGuiContext& g = *GImGui; in GetSkipItemForListClipping() local
[all …]

12345678910>>...303