Home
last modified time | relevance | path

Searched refs:lin (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/libabigail/
Dgen-changelog.py100 for lin in p.stdout.readlines():
101 if lin.startswith("--START-COMMIT--"):
104 hash = lin[16:].strip()
113 elif lin.startswith("--END-COMMIT--"):
116 files.append(lin)
118 buf.append(lin)
130 for lin in p.stdout:
131 match = reltagre.search(lin)
142 for lin in p.stdout:
143 match = starttagre.search(lin)
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-collatz-push-constant-with-nested-min-max/
D0.wgsl37 var lin : vec2<f32>;
43 lin = (vec2<f32>(x_63.x, x_63.y) / x_66);
44 let x_68 : vec2<f32> = lin;
45 lin = floor((x_68 * 8.0));
46 let x_72 : f32 = lin.x;
47 let x_76 : f32 = lin.y;
D0.spvasm11 OpName %lin "lin"
80 %lin = OpVariable %_ptr_Function_v2float Function
89 OpStore %lin %67
90 %68 = OpLoad %v2float %lin
93 OpStore %lin %70
94 %71 = OpAccessChain %_ptr_Function_float %lin %uint_0
98 %75 = OpAccessChain %_ptr_Function_float %lin %uint_1
/third_party/libwebsockets/lib/drivers/led/
Dled-seq.c50 cie_antilog(lws_led_intensity_t lin) in cie_antilog() argument
52 return (cie[lin >> 10] * (0x3ff - (lin & 0x3ff)) + in cie_antilog()
53 cie[(lin >> 10) + 1] * (lin & 0x3ff)) / 0x3ff; in cie_antilog()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp231 std::istringstream lin(line); in parseOutput() local
234 lin >> testName >> testConfig; in parseOutput()
235 EXPECT_TRUE(lin); in parseOutput()
241 lin >> fpsTag >> fps >> frametimeTag >> frametime; in parseOutput()
245 if (!lin) in parseOutput()
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/spv-declare-bvec4/
D0-opt.wgsl89 var lin : vec2<f32>;
93 lin = (vec2<f32>(x_102.x, x_102.y) / x_105);
94 let x_107 : vec2<f32> = lin;
95 lin = floor((x_107 * 32.0));
96 let x_110 : vec2<f32> = lin;
D1.wgsl90 var lin : vec2<f32>;
94 lin = (vec2<f32>(x_105.x, x_105.y) / x_108);
95 let x_110 : vec2<f32> = lin;
96 lin = floor((x_110 * 32.0));
97 let x_113 : vec2<f32> = lin;
D0-opt.spvasm21 OpName %lin "lin"
121 %lin = OpVariable %_ptr_Function_v2float Function
128 OpStore %lin %106
129 %107 = OpLoad %v2float %lin
132 OpStore %lin %109
133 %110 = OpLoad %v2float %lin
D1.spvasm21 OpName %lin "lin"
124 %lin = OpVariable %_ptr_Function_v2float Function
131 OpStore %lin %109
132 %110 = OpLoad %v2float %lin
135 OpStore %lin %112
136 %113 = OpLoad %v2float %lin
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/stable-rects-vec4-clamp-conditional-min-mix/
D1.wgsl102 var lin : vec2<f32>;
106 lin = (vec2<f32>(x_98.x, x_98.y) / x_101);
107 let x_103 : vec2<f32> = lin;
108 lin = floor((x_103 * 32.0));
109 let x_106 : vec2<f32> = lin;
D1.spvasm22 OpName %lin "lin"
115 %lin = OpVariable %_ptr_Function_v2float Function
122 OpStore %lin %102
123 %103 = OpLoad %v2float %lin
126 OpStore %lin %105
127 %106 = OpLoad %v2float %lin
/third_party/ffmpeg/libavfilter/
Dcolorchannelmixer_template.c105 float frout, fgout, fbout, lin, lout; in fn() local
118 rout, gout, bout, max, &lin, &lout); in fn()
119 preservel(&frout, &fgout, &fbout, lin, lout, max); in fn()
213 float lin, lout; in fn() local
216 rout, gout, bout, max, &lin, &lout); in fn()
217 preservel(&frout, &fgout, &fbout, lin, lout, max); in fn()
Dvf_colorchannelmixer.c64 static void preservel(float *r, float *g, float *b, float lin, float lout, float max) in preservel() argument
68 *r *= lin / lout; in preservel()
69 *g *= lin / lout; in preservel()
70 *b *= lin / lout; in preservel()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_shader_state.c398 nv50_vec4_map(uint8_t *map, int mid, uint32_t lin[4], in nv50_vec4_map()
407 lin[mid / 32] |= 1 << (mid % 32); in nv50_vec4_map()
439 uint32_t lin[4]; in nv50_fp_linkage_validate() local
454 memset(lin, 0x00, sizeof(lin)); in nv50_fp_linkage_validate()
463 m = nv50_vec4_map(map, 0, lin, &dummy, &vp->out[0]); in nv50_fp_linkage_validate()
478 m = nv50_vec4_map(map, m, lin, &fp->in[fp->vp.bfc[i]], in nv50_fp_linkage_validate()
501 m = nv50_vec4_map(map, m, lin, in nv50_fp_linkage_validate()
591 PUSH_DATAp(push, lin, 4); in nv50_fp_linkage_validate()
/third_party/cups-filters/filter/pdftopdf/
Dnup.cc162 static inline float lin(Position pos,float size) // {{{ in lin() function
190 ret.xpos+=lin(param.xalign,width-subwidth); in calculate_edit()
194 ret.ypos+=lin(param.yalign,height-subheight); in calculate_edit()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c168 LLVMValueRef lin_thresh, lin, lin_const, is_linear, tmp, pow_final; in lp_build_linear_to_srgb() local
299 lin = lp_build_mul(&f32_bld, src, lin_const); in lp_build_linear_to_srgb()
303 tmp = lp_build_select(&f32_bld, is_linear, lin, pow_final); in lp_build_linear_to_srgb()
/third_party/skia/modules/particles/src/
DSkParticleBinding.cpp33 LinearizedPath lin; in linearize_path() local
40 lin.push_back({pos, {tan.fY, -tan.fX}}); in linearize_path()
43 return lin; in linearize_path()
/third_party/ffmpeg/libavformat/
Dlibsrt.c372 struct linger lin; in libsrt_set_options_pre() local
373 lin.l_linger = s->linger; in libsrt_set_options_pre()
374 lin.l_onoff = lin.l_linger > 0 ? 1 : 0; in libsrt_set_options_pre()
375 if (libsrt_setsockopt(h, fd, SRTO_LINGER, "SRTO_LINGER", &lin, sizeof(lin)) < 0) in libsrt_set_options_pre()
/third_party/skia/third_party/externals/icu/source/data/curr/
Dewo.txt188 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe (1977–2017)",
192 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe",
Dpcm.txt284 "Kẹ́nyá Shílin",
504 "Sọmáliá Shílin",
560 "Tanzániá Shílin",
568 "Yugándá Shílin",
1007 one{"Kẹ́nyá shílin"}
1227 one{"Sọmáliá shílin"}
1283 one{"Tanzániá shílin"}
1291 one{"Yugándá shílin"}
/third_party/icu/icu4c/source/data/curr/
Dewo.txt188 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe (1977–2017)",
192 "Dóbə́ra yá Saó Tomé ai Pəlinəsípe",
Dpcm.txt284 "Kẹ́nyá Shílin",
508 "Sọmáliá Shílin",
564 "Tanzániá Shílin",
572 "Yugándá Shílin",
1011 one{"Kẹ́nyá shílin"}
1235 one{"Sọmáliá shílin"}
1291 one{"Tanzániá shílin"}
1299 one{"Yugándá shílin"}
/third_party/typescript/tests/baselines/reference/
DcontrolFlowCaching.js4 function f(dim, offsets, arr, acommon, centerAnchorLimit, g, has, lin) { argument
72 function f(dim, offsets, arr, acommon, centerAnchorLimit, g, has, lin) {
/third_party/lame/Dll/
DREADME18 Delphi 4 Users: Gabriel G�lin <ggelin@alapage.com> has
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c256 snd_pcm_format_mask_t lin = { SND_PCM_FMTBIT_LINEAR }; in snd_pcm_plug_slave_format() local
266 if (!snd_pcm_format_mask_test(&lin, format) && in snd_pcm_plug_slave_format()
290 snd_mask_intersect(&lin, format_mask); in snd_pcm_plug_slave_format()
292 if (snd_mask_empty(&lin) && snd_mask_empty(&fl)) { in snd_pcm_plug_slave_format()
318 if (snd_mask_empty(&lin)) { in snd_pcm_plug_slave_format()

1234