/third_party/skia/src/pathops/ |
D | SkPathOpsConic.cpp | 143 double cx, cy, cz; in subDivide() local 147 cz = 1; in subDivide() 151 cz = conic_eval_denominator(fWeight, t2); in subDivide() 155 cz = 1; in subDivide() 159 double bz = 2 * dz - (az + cz) / 2; in subDivide() 163 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}} in subDivide() 165 SkDoubleToScalar(bz / sqrt(az * cz)) }; in subDivide()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | time_zone_test.cc | 49 const cctz::time_zone cz = cctz::utc_time_zone(); in TEST() local 50 const absl::TimeZone tz(cz); in TEST() 51 EXPECT_EQ(cz, cctz::time_zone(tz)); in TEST() 62 const cctz::time_zone cz = cctz::fixed_time_zone(cctz::seconds(123)); in TEST() local 63 EXPECT_EQ(tz, absl::TimeZone(cz)); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEInstrInfo.td | 119 let cz = 1; 127 let cz = 0; 140 { let cy = 1; let cz = 1; let hasSideEffects = 0; } 150 { let cy = 0; let cz = 1; let hasSideEffects = 0; } 158 { let cy = 0; let cz = 0; let sz = 0; let hasSideEffects = 0; } 167 let cz = 0; 194 let cz = 1; 226 let cy = 0, sy = 0, cz = 1 in { 235 let cx = 0, cy = 0, sy = 0, cz = 1 in { 244 cz = 1, sz = 0x10 /* SX10 */, imm32 = 0, Uses = [SX10], [all …]
|
D | VEInstrFormats.td | 34 bits<1> cz = 0; 42 let Inst{31} = cz;
|
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_clip.c | 84 const GLfloat cz = from[2]; in ref_cliptest_points4() local 92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT; in ref_cliptest_points4() 93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT; in ref_cliptest_points4() 108 vProj[i][2] = cz * oow; in ref_cliptest_points4() 139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in ref_cliptest_points3() local 146 if ( cz > 1.0 ) mask |= CLIP_FAR_BIT; in ref_cliptest_points3() 147 else if ( cz < -1.0 ) mask |= CLIP_NEAR_BIT; in ref_cliptest_points3()
|
/third_party/ltp/ |
D | .mailmap | 1 Petr Vorel <pvorel@suse.cz> <petr.vorel@gmail.com> 2 Petr Vorel <pvorel@suse.cz> <pevik@users.noreply.github.com>
|
/third_party/ffmpeg/libavfilter/ |
D | vf_ciescope.c | 1132 float cx, cy, cz, jr, jg, jb, jmax; in fill_in_tongue() local 1140 cz = 1.0 - (cx + cy); in fill_in_tongue() 1146 cz = 1.0 - (cx + cy); in fill_in_tongue() 1150 cz = 1.0 - (cx + cy); in fill_in_tongue() 1155 xyz_to_rgb(m, cx, cy, cz, &jr, &jg, &jb); in fill_in_tongue() 1261 float cz; in filter_rgb48() local 1263 rgb_to_xy(r, g, b, cx, cy, &cz, (const float (*)[3])s->m); in filter_rgb48() 1276 float cz; in filter_rgba64() local 1278 rgb_to_xy(r, g, b, cx, cy, &cz, (const float (*)[3])s->m); in filter_rgba64() 1291 float cz; in filter_rgb24() local [all …]
|
/third_party/mksh/ |
D | lex.c | 203 size_t cz; in yylex() local 409 cz = strlen(sp) + 1; in yylex() 410 XcheckN(ws, wp, cz); in yylex() 412 memcpy(wp, sp, cz); in yylex() 413 wp += cz; in yylex() 605 cz = utf_wctomb(ts, c2 - 0x100); in yylex() 606 ts[cz] = 0; in yylex() 607 cz = 0; in yylex() 610 *wp++ = ts[cz]; in yylex() 611 } while (ts[++cz]); in yylex() [all …]
|
/third_party/alsa-utils/utils/ |
D | alsa-utils.spec.in | 21 * Sun Oct 1 2006 Jaroslav Kysela <perex@perex.cz> 35 * Tue Nov 20 2001 Jaroslav Kysela <perex@perex.cz> 41 * Sun Nov 11 2001 Miroslav Benes <mbenes@tenez.cz>
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestRandomWordsUDHR_pl.txt | 86 Sesja samowolnie członków 212 człowiek przestępstwa 242 azyl obrony człowieka 438 człowiek barbarzyństwa 443 ponadto człowieka 481 zbiera członków rządu 604 człowiek ubiegać 657 konieczne członek małżonków 712 samowolnie człowieka 746 człowiek [all …]
|
/third_party/e2fsprogs/ |
D | 0002-libss-add-newer-libreadline.so.8-to-dlopen-path.patch | 2 From: Jan Kara <jack@suse.cz> 9 Signed-off-by: Jan Kara <jack@suse.cz>
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Matrix.cpp | 339 float cz = cos(v.z); in eulerRotate() local 349 return Matrix(cy * cz - sxsy * sz, -cy * sz - sxsy * cz, -sy * cx, in eulerRotate() 350 cx * sz, cx * cz, -sx, in eulerRotate() 351 sy * cz + sxcy * sz, -sy * sz + sxcy * cz, cy * cx); in eulerRotate()
|
/third_party/popt/po/ |
D | cs.po | 4 # Milan Kerslager <kerslage@linux.cz>, 2001. 5 # Petr Pisar <petr.pisar@atlas.cz>, 2008. 13 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
|
/third_party/alsa-lib/utils/ |
D | alsa-lib.spec.in | 33 * Tue Nov 20 2001 Jaroslav Kysela <perex@perex.cz> 39 * Sun Nov 11 2001 Miroslav Benes <mbenes@tenez.cz>
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "cp" | "cq" | "cr" | "cs" | "ct" | "cu" | "cv" | "cw" | "cx" | "cy" | "cz" | "da" | "db" | "dc… 9 …cz: "aa.cz"; da: "aa.da"; db: "aa.db"; dc: "aa.dc"; dd: "aa.dd"; de: "aa.de"; df: "aa.df"; dg: "aa… 10 …cz: "aa.cz"; da: "aa.da"; db: "aa.db"; dc: "aa.dc"; dd: "aa.dd"; de: "aa.de"; df: "aa.df"; dg: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "cp" | "cq" | "cr" | "cs" | "ct" | "cu" | "cv" | "cw" | "cx" | "cy" | "cz" | "da" | "db" | "dc… 9 …cz: "aa.cz"; da: "aa.da"; db: "aa.db"; dc: "aa.dc"; dd: "aa.dd"; de: "aa.de"; df: "aa.df"; dg: "aa… 10 …cz: "aa.cz"; da: "aa.da"; db: "aa.db"; dc: "aa.dc"; dd: "aa.dd"; de: "aa.de"; df: "aa.df"; dg: "aa…
|
/third_party/ltp/m4/ |
D | ltp-libmnl.m4 | 2 dnl Copyright (c) 2020 Petr Vorel <pvorel@suse.cz>
|
D | ltp-host-cpu.m4 | 2 dnl Copyright (c) 2018 Petr Vorel <pvorel@suse.cz>
|
D | ltp-keyutils.m4 | 3 dnl Copyright (c) 2017 Petr Vorel <pvorel@suse.cz>
|
D | ltp-fortify_source.m4 | 2 dnl Copyright (c) 2013 Cyril Hrubis <chrubis@suse.cz>
|
D | ltp-mremap_fixed.m4 | 3 dnl Author: Cyril Hrubis <chrubis@suse.cz>
|
D | ltp-acl.m4 | 3 dnl Author: Cyril Hrubis <chrubis@suse.cz>
|
D | ltp-perf_event_open.m4 | 3 dnl Copyright (c) 2014 Cyril Hrubis <chrubis@suse.cz>
|
/third_party/alsa-lib/src/conf/cards/SI7018/ |
D | sndop-mixer.alisp | 4 ; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
|
D | sndoc-mixer.alisp | 4 ; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
|