Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 2871) sorted by relevance

12345678910>>...115

/third_party/ffmpeg/tests/ref/fate/
Dpixelutils1 [OK] [UU] SAD [random] 2x2=409 ref=409
2 [OK] [UU] SAD [random] 4x4=1370 ref=1370
3 [OK] [UU] SAD [random] 8x8=5178 ref=5178
4 [OK] [UU] SAD [random] 16x16=20946 ref=20946
5 [OK] [UU] SAD [random] 32x32=83150 ref=83150
6 [OK] [AU] SAD [random] 2x2=320 ref=320
7 [OK] [AU] SAD [random] 4x4=1522 ref=1522
8 [OK] [AU] SAD [random] 8x8=5821 ref=5821
9 [OK] [AU] SAD [random] 16x16=21951 ref=21951
10 [OK] [AU] SAD [random] 32x32=86983 ref=86983
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_perspective.c42 double ref[4][2]; member
127 double (*ref)[2] = s->ref; in calc_persp_luts() local
142 ret = av_expr_parse_and_eval(&s->ref[i][j], s->expr_str[i][j], in calc_persp_luts()
153 x6 = ((ref[0][0] - ref[1][0] - ref[2][0] + ref[3][0]) * in calc_persp_luts()
154 (ref[2][1] - ref[3][1]) - in calc_persp_luts()
155 ( ref[0][1] - ref[1][1] - ref[2][1] + ref[3][1]) * in calc_persp_luts()
156 (ref[2][0] - ref[3][0])) * h; in calc_persp_luts()
157 x7 = ((ref[0][1] - ref[1][1] - ref[2][1] + ref[3][1]) * in calc_persp_luts()
158 (ref[1][0] - ref[3][0]) - in calc_persp_luts()
159 ( ref[0][0] - ref[1][0] - ref[2][0] + ref[3][0]) * in calc_persp_luts()
[all …]
/third_party/typescript/tests/baselines/reference/
DnormalizedIntersectionTooComplex.types5 ref: T;
6 >ref : T
22 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
23 >"0" : { common?: string | undefined; "0"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
26ref : Obj<{ common?: string | undefined; "0"?: number | undefined; ref?: Obj<any> | Func<any> | un…
28 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
29 >"1" : { common?: string | undefined; "1"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
32ref : Obj<{ common?: string | undefined; "1"?: number | undefined; ref?: Obj<any> | Func<any> | un…
34 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
35 >"2" : { common?: string | undefined; "2"?: number | undefined; ref?: Obj<any> | Func<any> | undefi…
[all …]
DesNextWeakRefs_IterableWeakMap.types3 const IterableWeakMap_cleanup = ({ ref, set }: {
4 >IterableWeakMap_cleanup : ({ ref, set }: { readonly ref: WeakRef<object>; readonly set: Set<WeakRe…
5 …({ ref, set }: { readonly ref: WeakRef<object>; readonly set: Set<WeakRef<object>>;}) => { …
6 >ref : WeakRef<object>
9 readonly ref: WeakRef<object>;
10 >ref : WeakRef<object>
16 set.delete(ref);
17 >set.delete(ref) : boolean
21 >ref : WeakRef<object>
35 #weakMap = new WeakMap<K, { readonly ref: WeakRef<K>; value: V }>();
[all …]
DesNextWeakRefs_IterableWeakMap.js3 const IterableWeakMap_cleanup = ({ ref, set }: { property
4 readonly ref: WeakRef<object>;
7 set.delete(ref);
14 #weakMap = new WeakMap<K, { readonly ref: WeakRef<K>; value: V }>();
31 const ref = new WeakRef(key); constant
33 this.#weakMap.set(key, { ref, value }); property
34 this.#refSet.add(ref);
37 ref, property
38 }, ref);
57 const { ref } = entry;
[all …]
DnonNullReferenceMatching.js15 public thumbYElementRef = (ref: HTMLElement | null) => {
16 …ypeof this.props.thumbYProps!.elementRef === 'function' && this.props.thumbYProps!.elementRef(ref);
18 …eof (this.props.thumbYProps!.elementRef) === 'function' && this.props.thumbYProps!.elementRef(ref);
20 … ((this.props).thumbYProps!.elementRef)! === 'function' && this.props.thumbYProps!.elementRef(ref);
22 … typeof this.props.thumbXProps.elementRef === 'function' && this.props.thumbXProps.elementRef(ref);
24 …ypeof this.props.thumbXProps.elementRef === 'function' && (this.props).thumbXProps.elementRef(ref);
26 …ypeof this.props.thumbXProps.elementRef === 'function' && (this.props.thumbXProps).elementRef(ref);
28 …f this.props.thumbXProps.elementRef === 'function' && ((this.props)!.thumbXProps)!.elementRef(ref);
30 …(this.props.thumbXProps).elementRef === 'function' && ((this.props)!.thumbXProps)!.elementRef(ref);
32 …this.props!.thumbXProps!.elementRef === 'function' && ((this.props)!.thumbXProps)!.elementRef(ref);
[all …]
DnormalizedIntersectionTooComplex.js5 ref: T;
14 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
15 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
16 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
17 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
18 "4": { common?: string; "4"?: number, ref?: Obj<Big["4"]> | Func<Big["4"]>; }
19 "5": { common?: string; "5"?: number, ref?: Obj<Big["5"]> | Func<Big["5"]>; }
20 "6": { common?: string; "6"?: number, ref?: Obj<Big["6"]> | Func<Big["6"]>; }
21 "7": { common?: string; "7"?: number, ref?: Obj<Big["7"]> | Func<Big["7"]>; }
22 "8": { common?: string; "8"?: number, ref?: Obj<Big["8"]> | Func<Big["8"]>; }
[all …]
DnormalizedIntersectionTooComplex.symbols8 ref: T;
9 >ref : Symbol(Obj.ref, Decl(normalizedIntersectionTooComplex.ts, 2, 18))
41 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
45 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 12, 41))
51 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
55 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 13, 41))
61 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
65 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 14, 41))
71 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
75 >ref : Symbol(ref, Decl(normalizedIntersectionTooComplex.ts, 15, 41))
[all …]
DnonNullReferenceMatching.types30 public thumbYElementRef = (ref: HTMLElement | null) => {
31 >thumbYElementRef : (ref: HTMLElement | null) => void
32ref: HTMLElement | null) => { typeof this.props.thumbYProps!.elementRef === 'function' && t…
33 >ref : HTMLElement | null
36 …ypeof this.props.thumbYProps!.elementRef === 'function' && this.props.thumbYProps!.elementRef(ref);
37 >typeof this.props.thumbYProps!.elementRef === 'function' && this.props.thumbYProps!.elementRef(ref
49 >this.props.thumbYProps!.elementRef(ref) : void
58 >ref : HTMLElement | null
60 …eof (this.props.thumbYProps!.elementRef) === 'function' && this.props.thumbYProps!.elementRef(ref);
61 …s.thumbYProps!.elementRef) === 'function' && this.props.thumbYProps!.elementRef(ref) : false | void
[all …]
DnormalizedIntersectionTooComplex.errors.txt9 ref: T;
18 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
19 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
20 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
21 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
22 "4": { common?: string; "4"?: number, ref?: Obj<Big["4"]> | Func<Big["4"]>; }
23 "5": { common?: string; "5"?: number, ref?: Obj<Big["5"]> | Func<Big["5"]>; }
24 "6": { common?: string; "6"?: number, ref?: Obj<Big["6"]> | Func<Big["6"]>; }
25 "7": { common?: string; "7"?: number, ref?: Obj<Big["7"]> | Func<Big["7"]>; }
26 "8": { common?: string; "8"?: number, ref?: Obj<Big["8"]> | Func<Big["8"]>; }
[all …]
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeCommandLine.c164 const char* ref[] = { "hello" }; in deCommandLine_selfTest() local
165 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
169 const char* ref[] = { "hello", "world" }; in deCommandLine_selfTest() local
170 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
174 const char* ref[] = { "hello/world" }; in deCommandLine_selfTest() local
175 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
179 const char* ref[] = { "hello/world", "--help" }; in deCommandLine_selfTest() local
180 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
184 const char* ref[] = { "hello/world", "--help", "foo" }; in deCommandLine_selfTest() local
185 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref)); in deCommandLine_selfTest()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c255 for (struct resource_ref *ref = scene->resources; ref; ref = ref->next) { in lp_scene_end_rasterization() local
256 for (int i = 0; i < ref->count; i++) { in lp_scene_end_rasterization()
260 (void *) ref->resource[i], in lp_scene_end_rasterization()
261 ref->resource[i]->width0, in lp_scene_end_rasterization()
262 ref->resource[i]->height0, in lp_scene_end_rasterization()
263 llvmpipe_resource_size(ref->resource[i])); in lp_scene_end_rasterization()
265 llvmpipe_resource_unmap(ref->resource[i], 0, 0); in lp_scene_end_rasterization()
266 pipe_resource_reference(&ref->resource[i], NULL); in lp_scene_end_rasterization()
270 for (struct resource_ref *ref = scene->writeable_resources; ref; in lp_scene_end_rasterization() local
271 ref = ref->next) { in lp_scene_end_rasterization()
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dpointer.hpp77 ref_holder(const ref_holder &ref) : in ref_holder() argument
78 ref_holder(*ref.p) { in ref_holder()
81 ref_holder(ref_holder &&ref) : in ref_holder() argument
82 p(ref.p) { in ref_holder()
83 ref.p = NULL; in ref_holder()
92 operator=(ref_holder ref) { in operator =() argument
93 std::swap(ref.p, p); in operator =()
98 operator==(const ref_holder &ref) const { in operator ==()
99 return p == ref.p; in operator ==()
103 operator!=(const ref_holder &ref) const { in operator !=()
[all …]
/third_party/skia/bench/
DRefCntBench.cpp30 SkRefCnt ref; in onDraw() local
32 ref.ref(); in onDraw()
33 ref.unref(); in onDraw()
65 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local
67 ref->ref(); in onDraw()
68 ref->unref(); in onDraw()
70 ref->unref(); in onDraw()
91 SkRefCnt* ref = new SkRefCnt(); in onDraw() local
93 ref->ref(); in onDraw()
94 ref->unref(); in onDraw()
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dlines-to-revs.js17 Object.keys(revs.refs).forEach(ref => {
18 const doc = revs.refs[ref]
20 revs.shas[doc.sha] = [ref]
22 revs.shas[doc.sha].push(ref)
30 Object.keys(revs.refs).filter(ref => ref.endsWith('^{}')).forEach(ref => {
31 const peeled = revs.refs[ref]
32 const unpeeled = revs.refs[ref.replace(/\^\{\}$/, '')]
35 delete revs.refs[ref]
63 const refType = ref => {
64 if (ref.startsWith('refs/tags/')) {
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dfunction_ref_test.cc39 FunctionRef<int()> ref(&Function); in TEST() local
40 EXPECT_EQ(1337, ref()); in TEST()
44 FunctionRef<int()> ref(Function); in TEST() local
45 EXPECT_EQ(1337, ref()); in TEST()
52 FunctionRef<int()> ref(NoExceptFunction); in TEST() local
53 EXPECT_EQ(1337, ref()); in TEST()
58 FunctionRef<int(std::unique_ptr<int>)> ref(l); in TEST() local
59 EXPECT_EQ(42, ref(absl::make_unique<int>(42))); in TEST()
64 FunctionRef<std::unique_ptr<int>()> ref(l); in TEST() local
65 EXPECT_EQ(29, *ref()); in TEST()
[all …]
/third_party/typescript/tests/cases/compiler/
DnormalizedIntersectionTooComplex.ts6 ref: T; property
15 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; }
16 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; }
17 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; }
18 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; }
19 "4": { common?: string; "4"?: number, ref?: Obj<Big["4"]> | Func<Big["4"]>; }
20 "5": { common?: string; "5"?: number, ref?: Obj<Big["5"]> | Func<Big["5"]>; }
21 "6": { common?: string; "6"?: number, ref?: Obj<Big["6"]> | Func<Big["6"]>; }
22 "7": { common?: string; "7"?: number, ref?: Obj<Big["7"]> | Func<Big["7"]>; }
23 "8": { common?: string; "8"?: number, ref?: Obj<Big["8"]> | Func<Big["8"]>; }
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.cpp520 void VaryingPacking::collectUserVarying(const ProgramVaryingRef &ref, in collectUserVarying() argument
523 const sh::ShaderVariable *input = ref.frontShader; in collectUserVarying()
524 const sh::ShaderVariable *output = ref.backShader; in collectUserVarying()
529 VaryingInShaderRef frontVarying(ref.frontShaderStage, input); in collectUserVarying()
530 VaryingInShaderRef backVarying(ref.backShaderStage, output); in collectUserVarying()
535 (*uniqueFullNames)[ref.frontShaderStage].insert( in collectUserVarying()
536 mPackedVaryings.back().fullName(ref.frontShaderStage)); in collectUserVarying()
540 (*uniqueFullNames)[ref.backShaderStage].insert( in collectUserVarying()
541 mPackedVaryings.back().fullName(ref.backShaderStage)); in collectUserVarying()
545 void VaryingPacking::collectUserVaryingField(const ProgramVaryingRef &ref, in collectUserVaryingField() argument
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefBaseTests.cpp119 Ref ref(tracker1); in TEST() local
122 { ref.Acquire(tracker2); } in TEST()
131 Ref ref(tracker); in TEST() local
134 { DAWN_UNUSED(ref.Detach()); } in TEST()
140 Ref ref; in TEST() local
141 EXPECT_EQ(ref.Get(), RefTrackerTraits::kNullValue); in TEST()
150 Ref ref(tracker); in TEST() local
184 Ref ref; in TEST() local
186 ref = refA; in TEST()
188 ref = refB; in TEST()
[all …]
/third_party/glfw/docs/
Dnews.dox10 GLFW now supports basic integration with Vulkan with @ref glfwVulkanSupported,
11 @ref glfwGetRequiredInstanceExtensions, @ref glfwGetInstanceProcAddress, @ref
12 glfwGetPhysicalDevicePresentationSupport and @ref glfwCreateWindowSurface.
14 [GLFW_INCLUDE_VULKAN](@ref build_macros).
21 @ref glfwSetWindowMonitor.
26 GLFW now supports window maximization with @ref glfwMaximizeWindow and the
27 [GLFW_MAXIMIZED](@ref window_attribs_wnd) window hint and attribute.
32 GLFW now supports giving windows input focus with @ref glfwFocusWindow.
38 @ref glfwSetWindowSizeLimits and @ref glfwSetWindowAspectRatio.
43 GLFW now supports querying the localized name of printable keys with @ref
[all …]
/third_party/ffmpeg/libavcodec/
Dvp9mvs.c38 VP56mv *pmv, int ref, int z, int idx, int sb) in find_ref_mvs() argument
141 if (mv->ref[0] == ref) in find_ref_mvs()
143 else if (mv->ref[1] == ref) in find_ref_mvs()
148 if (mv->ref[0] == ref) in find_ref_mvs()
150 else if (mv->ref[1] == ref) in find_ref_mvs()
166 if (mv->ref[0] == ref) in find_ref_mvs()
168 else if (mv->ref[1] == ref) in find_ref_mvs()
179 if (mv->ref[0] == ref) in find_ref_mvs()
181 else if (mv->ref[1] == ref) in find_ref_mvs()
202 if (mv->ref[0] != ref && mv->ref[0] >= 0) in find_ref_mvs()
[all …]
/third_party/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp116 RefAnalysis* ref, InstructionBuilder* builder) { in CloneOriginalReference() argument
119 if (ref->desc_load_id != 0) { in CloneOriginalReference()
121 ref->ref_inst->GetSingleWordInOperand(kSpvImageSampleImageIdInIdx); in CloneOriginalReference()
125 std::unique_ptr<Instruction> new_ref_inst(ref->ref_inst->Clone(context())); in CloneOriginalReference()
126 uint32_t ref_result_id = ref->ref_inst->result_id(); in CloneOriginalReference()
138 uid2offset_[ref->ref_inst->unique_id()]; in CloneOriginalReference()
191 RefAnalysis* ref) { in AnalyzeDescriptorReference() argument
192 ref->ref_inst = ref_inst; in AnalyzeDescriptorReference()
194 ref->desc_load_id = 0; in AnalyzeDescriptorReference()
195 ref->ptr_id = ref_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp123 RefAnalysis* ref, InstructionBuilder* builder) { in CloneOriginalReference() argument
126 if (ref->desc_load_id != 0) { in CloneOriginalReference()
128 ref->ref_inst->GetSingleWordInOperand(kSpvImageSampleImageIdInIdx); in CloneOriginalReference()
132 std::unique_ptr<Instruction> new_ref_inst(ref->ref_inst->Clone(context())); in CloneOriginalReference()
133 uint32_t ref_result_id = ref->ref_inst->result_id(); in CloneOriginalReference()
145 uid2offset_[ref->ref_inst->unique_id()]; in CloneOriginalReference()
198 RefAnalysis* ref) { in AnalyzeDescriptorReference() argument
199 ref->ref_inst = ref_inst; in AnalyzeDescriptorReference()
201 ref->desc_load_id = 0; in AnalyzeDescriptorReference()
202 ref->ptr_id = ref_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_bindless_check_pass.cpp123 RefAnalysis* ref, InstructionBuilder* builder) { in CloneOriginalReference() argument
126 if (ref->desc_load_id != 0) { in CloneOriginalReference()
128 ref->ref_inst->GetSingleWordInOperand(kSpvImageSampleImageIdInIdx); in CloneOriginalReference()
132 std::unique_ptr<Instruction> new_ref_inst(ref->ref_inst->Clone(context())); in CloneOriginalReference()
133 uint32_t ref_result_id = ref->ref_inst->result_id(); in CloneOriginalReference()
145 uid2offset_[ref->ref_inst->unique_id()]; in CloneOriginalReference()
198 RefAnalysis* ref) { in AnalyzeDescriptorReference() argument
199 ref->ref_inst = ref_inst; in AnalyzeDescriptorReference()
201 ref->desc_load_id = 0; in AnalyzeDescriptorReference()
202 ref->ptr_id = ref_inst->GetSingleWordInOperand(kSpvLoadPtrIdInIdx); in AnalyzeDescriptorReference()
[all …]
/third_party/openh264/codec/processing/src/loongarch/
Dvaa_lsx.c68 __m128i cur, ref; in VAACalcSad_lsx() local
77 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSad_lsx()
78 DUP2_ARG2(__lsx_vilvl_b, zero, cur, zero, ref, cur, ref); in VAACalcSad_lsx()
80 vec_abs_diff = __lsx_vabsd_h(cur, ref); in VAACalcSad_lsx()
97 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSad_lsx()
98 DUP2_ARG2(__lsx_vilvl_b, zero, cur, zero, ref, cur, ref); in VAACalcSad_lsx()
100 vec_abs_diff = __lsx_vabsd_h(cur, ref); in VAACalcSad_lsx()
117 DUP2_ARG2(__lsx_vld, tmp_cur_row, 0, tmp_ref_row, 0, cur, ref); in VAACalcSad_lsx()
118 DUP2_ARG2(__lsx_vilvl_b, zero, cur, zero, ref, cur, ref); in VAACalcSad_lsx()
120 vec_abs_diff = __lsx_vabsd_h(cur, ref); in VAACalcSad_lsx()
[all …]

12345678910>>...115