Home
last modified time | relevance | path

Searched refs:comp (Results 1 – 25 of 1374) sorted by relevance

12345678910>>...55

/third_party/typescript/tests/baselines/reference/
DemitCompoundExponentiationOperator1.types2 var comp: number;
3 >comp : number
5 comp **= 1;
6 >comp **= 1 : number
7 >comp : number
10 comp **= comp ** comp;
11 >comp **= comp ** comp : number
12 >comp : number
13 >comp ** comp : number
14 >comp : number
[all …]
DemitCompoundExponentiationOperator2.js2 var comp: number; variable
4 comp **= 1;
5 comp **= comp **= 1;
6 comp **= comp **= 1 + 2;
7 comp **= comp **= 1 - 2;
8 comp **= comp **= 1 * 2;
9 comp **= comp **= 1 / 2;
11 comp **= comp **= (1 + 2);
12 comp **= comp **= (1 - 2);
13 comp **= comp **= (1 * 2);
[all …]
DemitCompoundExponentiationOperator1.js2 var comp: number; variable
4 comp **= 1;
5 comp **= comp ** comp;
6 comp **= comp ** comp ** 2;
7 comp **= comp ** comp + 2;
8 comp **= comp ** comp - 2;
9 comp **= comp ** comp * 2;
10 comp **= comp ** comp / 2;
11 comp **= comp ** comp % 2;
12 comp **= (comp - 2) ** 5;
[all …]
DemitCompoundExponentiationOperator2.types2 var comp: number;
3 >comp : number
5 comp **= 1;
6 >comp **= 1 : number
7 >comp : number
10 comp **= comp **= 1;
11 >comp **= comp **= 1 : number
12 >comp : number
13 >comp **= 1 : number
14 >comp : number
[all …]
DemitCompoundExponentiationOperator1.symbols2 var comp: number;
3 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator1.ts, 0, 3))
5 comp **= 1;
6 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator1.ts, 0, 3))
8 comp **= comp ** comp;
9 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator1.ts, 0, 3))
10 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator1.ts, 0, 3))
11 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator1.ts, 0, 3))
13 comp **= comp ** comp ** 2;
14 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator1.ts, 0, 3))
[all …]
DemitCompoundExponentiationOperator2.symbols2 var comp: number;
3 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator2.ts, 0, 3))
5 comp **= 1;
6 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator2.ts, 0, 3))
8 comp **= comp **= 1;
9 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator2.ts, 0, 3))
10 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator2.ts, 0, 3))
12 comp **= comp **= 1 + 2;
13 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator2.ts, 0, 3))
14 >comp : Symbol(comp, Decl(emitCompoundExponentiationOperator2.ts, 0, 3))
[all …]
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/
DemitCompoundExponentiationOperator1.ts3 var comp: number; variable
5 comp **= 1;
6 comp **= comp ** comp;
7 comp **= comp ** comp ** 2;
8 comp **= comp ** comp + 2;
9 comp **= comp ** comp - 2;
10 comp **= comp ** comp * 2;
11 comp **= comp ** comp / 2;
12 comp **= comp ** comp % 2;
13 comp **= (comp - 2) ** 5;
[all …]
DemitCompoundExponentiationOperator2.ts3 var comp: number; variable
5 comp **= 1;
6 comp **= comp **= 1;
7 comp **= comp **= 1 + 2;
8 comp **= comp **= 1 - 2;
9 comp **= comp **= 1 * 2;
10 comp **= comp **= 1 / 2;
12 comp **= comp **= (1 + 2);
13 comp **= comp **= (1 - 2);
14 comp **= comp **= (1 * 2);
[all …]
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c114 GstCompare * comp);
127 GstCompare *comp = GST_COMPARE (object); in gst_compare_finalize() local
129 gst_object_unref (comp->cpads); in gst_compare_finalize()
187 gst_compare_init (GstCompare * comp) in gst_compare_init() argument
189 comp->cpads = gst_collect_pads_new (); in gst_compare_init()
190 gst_collect_pads_set_function (comp->cpads, in gst_compare_init()
192 comp); in gst_compare_init()
194 comp->sinkpad = gst_pad_new_from_static_template (&sink_factory, "sink"); in gst_compare_init()
195 GST_PAD_SET_PROXY_CAPS (comp->sinkpad); in gst_compare_init()
196 gst_element_add_pad (GST_ELEMENT (comp), comp->sinkpad); in gst_compare_init()
[all …]
/third_party/ffmpeg/libavutil/
Dpixdesc.c41 AVComponentDescriptor comp = desc->comp[c]; in av_read_image_line2() local
42 int plane = comp.plane; in av_read_image_line2()
43 int depth = comp.depth; in av_read_image_line2()
45 int shift = comp.shift; in av_read_image_line2()
46 int step = comp.step; in av_read_image_line2()
52 int skip = x * step + comp.offset; in av_read_image_line2()
68 x * step + comp.offset; in av_read_image_line2()
106 AVComponentDescriptor comp = desc->comp[c]; in av_write_image_line2() local
107 int plane = comp.plane; in av_write_image_line2()
108 int depth = comp.depth; in av_write_image_line2()
[all …]
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c63 list_for_each_entry(ppir_reg, r, &block->comp->reg_list, list) { in ppir_node_create_reg()
95 static void ppir_node_add_src(ppir_compiler *comp, ppir_node *node, in ppir_node_add_src() argument
101 child = comp->var_nodes[ns->ssa->index]; in ppir_node_add_src()
109 child = comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle]; in ppir_node_add_src()
114 comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle] = child; in ppir_node_add_src()
200 ppir_node_add_src(block->comp, &node->node, ps, &ns->src, src_mask); in ppir_emit_alu()
210 static ppir_block *ppir_block_create(ppir_compiler *comp);
212 static bool ppir_emit_discard_block(ppir_compiler *comp) in ppir_emit_discard_block() argument
214 ppir_block *block = ppir_block_create(comp); in ppir_emit_discard_block()
219 comp->discard_block = block; in ppir_emit_discard_block()
[all …]
Dregalloc.c81 static void ppir_regalloc_update_reglist_ssa(ppir_compiler *comp) in ppir_regalloc_update_reglist_ssa() argument
83 list_for_each_entry(ppir_block, block, &comp->block_list, list) { in ppir_regalloc_update_reglist_ssa()
97 list_addtail(&reg->list, &comp->reg_list); in ppir_regalloc_update_reglist_ssa()
98 comp->reg_num++; in ppir_regalloc_update_reglist_ssa()
105 static void ppir_regalloc_print_result(ppir_compiler *comp) in ppir_regalloc_print_result() argument
108 list_for_each_entry(ppir_block, block, &comp->block_list, list) { in ppir_regalloc_print_result()
180 static bool ppir_update_spilled_src(ppir_compiler *comp, ppir_block *block, in ppir_update_spilled_src() argument
197 comp->num_fills++; in ppir_update_spilled_src()
201 load->index = -comp->prog->state.stack_size; /* index sizes are negative */ in ppir_update_spilled_src()
244 list_addtail(&alu_dest->ssa.list, &comp->reg_list); in ppir_update_spilled_src()
[all …]
/third_party/libxml2/
Dpattern.c83 if ((c)->comp->dict) \
84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
87 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
110 xmlStreamCompPtr comp; /* the compiled stream */ member
119 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
183 xmlPatternPtr comp; /* the result */ member
231 xmlFreePattern(xmlPatternPtr comp) { in xmlFreePattern() argument
232 xmlFreePatternList(comp); in xmlFreePattern()
236 xmlFreePatternInternal(xmlPatternPtr comp) { in xmlFreePatternInternal() argument
240 if (comp == NULL) in xmlFreePatternInternal()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dpattern.c112 if ((c)->comp->dict) \
113 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
116 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
139 xmlStreamCompPtr comp; /* the compiled stream */ member
148 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
212 xmlPatternPtr comp; /* the result */ member
260 xmlFreePattern(xmlPatternPtr comp) { in xmlFreePattern() argument
264 if (comp == NULL) in xmlFreePattern()
266 if (comp->next != NULL) in xmlFreePattern()
267 xmlFreePattern(comp->next); in xmlFreePattern()
[all …]
/third_party/boost/boost/algorithm/
Dminmax_element.hpp58 basic_minmax_element(ForwardIter first, ForwardIter last, Compare comp) in basic_minmax_element() argument
73 if (comp(first, second)) in basic_minmax_element()
83 if (comp(first, second)) { in basic_minmax_element()
84 if (comp(first, min_result)) { in basic_minmax_element()
88 if (comp(max_result, second)) in basic_minmax_element()
91 if (comp(second, min_result)) { in basic_minmax_element()
95 if (comp(max_result, first)) in basic_minmax_element()
104 if (comp(first, min_result)) { in basic_minmax_element()
108 else if (comp(max_result, first)) in basic_minmax_element()
115 && !comp(min_result, potential_min_result)) in basic_minmax_element()
[all …]
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c59 static OMX_ERRORTYPE vid_dec_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name);
60 static OMX_ERRORTYPE vid_dec_Destructor(OMX_COMPONENTTYPE *comp);
63 static OMX_ERRORTYPE vid_dec_MessageHandler(OMX_COMPONENTTYPE *comp, internalRequestMessageType *ms…
66 static void vid_dec_FrameDecoded(OMX_COMPONENTTYPE *comp, OMX_BUFFERHEADERTYPE* input, OMX_BUFFERHE…
68 OMX_ERRORTYPE vid_dec_LoaderComponent(stLoaderComponentType *comp) in vid_dec_LoaderComponent() argument
70 comp->componentVersion.s.nVersionMajor = 0; in vid_dec_LoaderComponent()
71 comp->componentVersion.s.nVersionMinor = 0; in vid_dec_LoaderComponent()
72 comp->componentVersion.s.nRevision = 0; in vid_dec_LoaderComponent()
73 comp->componentVersion.s.nStep = 1; in vid_dec_LoaderComponent()
74 comp->name_specific_length = 4; in vid_dec_LoaderComponent()
[all …]
/third_party/boost/boost/sort/pdqsort/
Dpdqsort.hpp64 inline void insertion_sort(Iter begin, Iter end, Compare comp) { in insertion_sort() argument
73 if (comp(*sift, *sift_1)) { in insertion_sort()
77 while (sift != begin && comp(tmp, *--sift_1)); in insertion_sort()
87 inline void unguarded_insertion_sort(Iter begin, Iter end, Compare comp) { in unguarded_insertion_sort() argument
96 if (comp(*sift, *sift_1)) { in unguarded_insertion_sort()
100 while (comp(tmp, *--sift_1)); in unguarded_insertion_sort()
111 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort() argument
121 if (comp(*sift, *sift_1)) { in partial_insertion_sort()
125 while (sift != begin && comp(tmp, *--sift_1)); in partial_insertion_sort()
138 inline void sort2(Iter a, Iter b, Compare comp) { in sort2() argument
[all …]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c33 gpir_reg *gpir_create_reg(gpir_compiler *comp) in gpir_create_reg() argument
35 gpir_reg *reg = ralloc(comp, gpir_reg); in gpir_create_reg()
36 reg->index = comp->cur_reg++; in gpir_create_reg()
37 list_addtail(&reg->list, &comp->reg_list); in gpir_create_reg()
41 static gpir_reg *reg_for_nir_reg(gpir_compiler *comp, nir_register *nir_reg) in reg_for_nir_reg() argument
44 gpir_reg *reg = comp->reg_for_reg[index]; in reg_for_nir_reg()
47 reg = gpir_create_reg(comp); in reg_for_nir_reg()
48 comp->reg_for_reg[index] = reg; in reg_for_nir_reg()
54 block->comp->node_for_ssa[ssa->index] = node; in register_node_ssa()
81 store->reg = gpir_create_reg(block->comp); in register_node_ssa()
[all …]
/third_party/abseil-cpp/absl/base/internal/
Dendian_test.cc165 uint64_t comp = absl::ghtonll(kInitialNumber); in TEST() local
166 EXPECT_EQ(comp, kInitialInNetworkOrder); in TEST()
167 comp = absl::gntohll(kInitialInNetworkOrder); in TEST()
168 EXPECT_EQ(comp, kInitialNumber); in TEST()
175 comp = absl::ghtonll(absl::gntohll(value)); in TEST()
176 EXPECT_EQ(value, comp); in TEST()
177 comp = absl::gntohll(absl::ghtonll(value)); in TEST()
178 EXPECT_EQ(value, comp); in TEST()
185 uint64_t comp = little_endian::FromHost16(k16Value); in TEST() local
186 EXPECT_EQ(comp, k16ValueLE); in TEST()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dendian_test.cc165 uint64_t comp = absl::ghtonll(kInitialNumber); in TEST() local
166 EXPECT_EQ(comp, kInitialInNetworkOrder); in TEST()
167 comp = absl::gntohll(kInitialInNetworkOrder); in TEST()
168 EXPECT_EQ(comp, kInitialNumber); in TEST()
175 comp = absl::ghtonll(absl::gntohll(value)); in TEST()
176 EXPECT_EQ(value, comp); in TEST()
177 comp = absl::gntohll(absl::ghtonll(value)); in TEST()
178 EXPECT_EQ(value, comp); in TEST()
185 uint64_t comp = little_endian::FromHost16(k16Value); in TEST() local
186 EXPECT_EQ(comp, k16ValueLE); in TEST()
[all …]
/third_party/boost/boost/move/algo/detail/
Dmerge_sort.hpp45 void inplace_stable_sort(RandIt first, RandIt last, Compare comp) in inplace_stable_sort() argument
49 insertion_sort(first, last, comp); in inplace_stable_sort()
53 inplace_stable_sort(first, middle, comp); in inplace_stable_sort()
54 inplace_stable_sort(middle, last, comp); in inplace_stable_sort()
56 (first, middle, last, size_type(middle - first), size_type(last - middle), comp); in inplace_stable_sort()
63 , RandIt2 dest, Compare comp) in merge_sort_copy() argument
69 insertion_sort_copy(first, last, dest, comp); in merge_sort_copy()
73 merge_sort_copy(first + half, last , dest+half , comp); in merge_sort_copy()
74 merge_sort_copy(first , first + half, first + half, comp); in merge_sort_copy()
78 , comp); in merge_sort_copy()
[all …]
Dpdqsort.hpp110 inline bool partial_insertion_sort(Iter begin, Iter end, Compare comp) { in partial_insertion_sort() argument
123 if (comp(*sift, *sift_1)) { in partial_insertion_sort()
127 while (sift != begin && comp(tmp, *--sift_1)); in partial_insertion_sort()
138 inline void sort2(Iter a, Iter b, Compare comp) { in sort2() argument
139 if (comp(*b, *a)) boost::adl_move_iter_swap(a, b); in sort2()
144 inline void sort3(Iter a, Iter b, Iter c, Compare comp) { in sort3() argument
145 sort2(a, b, comp); in sort3()
146 sort2(b, c, comp); in sort3()
147 sort2(a, b, comp); in sort3()
156 pdqsort_detail::pair<Iter, bool> partition_right(Iter begin, Iter end, Compare comp) { in partition_right() argument
[all …]
/third_party/boost/libs/smart_ptr/test/
Downer_less_test.cpp21 boost::owner_less<boost::shared_ptr<int> > comp; in main() local
26 BOOST_TEST(!(comp(x, w) || comp(w, x))); in main()
31 BOOST_TEST(comp(z, w) || comp(w, z)); in main()
35 BOOST_TEST(!(comp(z, zz) || comp(z, zz))); in main()
36 BOOST_TEST(!(comp(z, w) || comp(z, w))); in main()
38 BOOST_TEST(!(comp(z, w) || comp(w, z))); in main()
43 BOOST_TEST(comp(x, z) || comp(z, x)); in main()
48 BOOST_TEST(comp(a, b) || comp(b, a)); in main()
50 BOOST_TEST(!(comp(a, w) || comp(w, a))); in main()
51 BOOST_TEST(comp(b, w) || comp(w, b)); in main()
/third_party/boost/boost/intrusive/
Dsplaytree_algorithms.hpp257 (node_ptr header1, NodePtrCompare comp, node_ptr header2, node_ptr z) in transfer_unique() argument
260 … bool const transferable = bstree_algo::insert_unique_check(header1, z, comp, commit_data).second; in transfer_unique()
272 (node_ptr header1, NodePtrCompare comp, node_ptr header2, node_ptr z) in transfer_equal() argument
275 splay_down(header1, z, comp); in transfer_equal()
276 bstree_algo::insert_equal_upper_bound_check(header1, z, comp, commit_data); in transfer_equal()
296 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count() argument
298 std::pair<node_ptr, node_ptr> ret = equal_range(header, key, comp); in count()
311 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count() argument
312 { return bstree_algo::count(header, key, comp); } in count()
318 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound() argument
[all …]
/third_party/python/Lib/
Dnturl2path.py30 comp = url.split('|')
31 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters:
34 drive = comp[0][-1].upper()
35 components = comp[1].split('/')
37 for comp in components:
38 if comp:
39 path = path + '\\' + urllib.parse.unquote(comp)
70 comp = p.split(':', maxsplit=2)
71 if len(comp) != 2 or len(comp[0]) > 1:
75 drive = urllib.parse.quote(comp[0].upper())
[all …]

12345678910>>...55