Home
last modified time | relevance | path

Searched refs:cz (Results 1 – 25 of 106) sorted by relevance

12345

/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
71 mask |= (((cw < cz) << CLIP_FAR_SHIFT)); in TAG()
72 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT)); in TAG()
81 if (-cz + cw < 0) mask |= CLIP_FAR_BIT; in TAG()
82 if ( cz + cw < 0) mask |= CLIP_NEAR_BIT; in TAG()
99 vProj[i][2] = cz * oow; in TAG()
141 const GLfloat cz = from[2]; in TAG() local
151 mask |= (((cw < cz) << CLIP_FAR_SHIFT)); in TAG()
152 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT)); in TAG()
161 if (-cz + cw < 0) mask |= CLIP_FAR_BIT; in TAG()
[all …]
Dm_debug_clip.c84 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()
/external/autotest/client/profilers/powertop/src/po/
Dpl.po54 msgstr " A - włącz oszczędzanie energii AC97 "
58 msgstr " B - wyłącz Bluetooth "
66 msgstr " I - wyłącz zasilanie WiFi "
75 msgstr " L - włącz tryb laptopa "
79 msgstr " N - wyłącz NMI watchdog "
83 msgstr " O - włącz zarządcę ondemand "
87 msgstr " Q - Zakończ "
99 msgstr " T - włącz noatime "
107 msgstr " V - Wyłącz wyjście TV "
111 msgstr " W - Włącz oszczędzanie energii WiFi "
[all …]
/external/skia/src/pathops/
DSkPathOpsConic.cpp142 double cx, cy, cz; in subDivide() local
146 cz = 1; in subDivide()
150 cz = conic_eval_denominator(fWeight, t2); in subDivide()
154 cz = 1; in subDivide()
158 double bz = 2 * dz - (az + cz) / 2; in subDivide()
159 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}} in subDivide()
161 SkDoubleToScalar(bz / sqrt(az * cz)) }; in subDivide()
/external/mksh/src/
Dlex.c196 size_t cz; in yylex() local
404 cz = strlen(sp) + 1; in yylex()
405 XcheckN(ws, wp, cz); in yylex()
407 memcpy(wp, sp, cz); in yylex()
408 wp += cz; in yylex()
592 cz = utf_wctomb(ts, c2 - 0x100); in yylex()
593 ts[cz] = 0; in yylex()
594 cz = 0; in yylex()
597 *wp++ = ts[cz]; in yylex()
598 } while (ts[++cz]); in yylex()
[all …]
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-plainrsa2 # Contributed by: Michal Ludvig <mludvig@suse.cz>, SUSE Labs
3 # http://www.logix.cz/michal
Dracoon.conf.sample-inherit2 # Contributed by: Michal Ludvig <mludvig@suse.cz>, SUSE Labs
/external/swiftshader/src/Renderer/
DMatrix.cpp339 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()
/external/libnl/doc/images/icons/
DREADME2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
/external/strace/
DCREDITS78 Jakub Jelinek <jj@ultra.linux.cz>
119 Michal Ludvig <mludvig@suse.cz>
132 Pavel Machek <pavel@ucw.cz>
157 Stanislav Brabec <sbrabec@suse.cz>
/external/hyphenation-patterns/de/
Dhyph-de-ch-1901.lic.txt19 % http://repo.or.cz/w/wortliste.git?a=commit;h=43e8e53dd38c4ba975e944fe07db3d8945fb30e0
Dhyph-de-1996.lic.txt18 % http://repo.or.cz/w/wortliste.git?a=commit;h=43e8e53dd38c4ba975e944fe07db3d8945fb30e0
Dhyph-de-1901.lic.txt18 % http://repo.or.cz/w/wortliste.git?a=commit;h=43e8e53dd38c4ba975e944fe07db3d8945fb30e0
DREADME.android1 URL: http://repo.or.cz/wortliste.git/snapshot/43e8e53dd38c4ba975e944fe07db3d8945fb30e0.zip
/external/ipsec-tools/
DREADME15 by Michal Ludvig <mludvig@suse.cz>, Aidas Kasparas <a.kasparas@gmc.lt>
/external/ltp/m4/
Dltp-acl.m418 dnl Author: Cyril Hrubis <chrubis@suse.cz>
Dltp-mremap_fixed.m418 dnl Author: Cyril Hrubis <chrubis@suse.cz>
Dltp-madvise.m418 dnl Author: Cyril Hrubis <chrubis@suse.cz>
Dltp-fortify_source.m42 dnl Copyright (c) 2013 Cyril Hrubis <chrubis@suse.cz>
Dltp-fs_ioc_flags.m418 dnl Author: Cyril Hrubis <chrubis@suse.cz>
Dltp-perf_event_open.m44 dnl Copyright (c) 2014 Cyril Hrubis <chrubis@suse.cz>
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_kdt_posd.pkb32 …%�C����K0�hu�fy�?@�ܲ�6�6ç�5}�V�p�e������7lZ��� � ���<��;�@МOР,#(S�3cz�����ܨ&�}�`˄@������…
/external/ltp/doc/
Dmini-howto-building-ltp-from-git.txt12 * Embedded comments from Cyril Hrubis <chrubis@suse.cz>
/external/icu/icu4c/source/data/translit/
Dpl_pl_FONIPA.txt27 cz → t \u0361 ʂ ;
/external/openssh/
DCREDITS74 Pavel Kankovsky <peak@argo.troja.mff.cuni.cz> - Security fixes
75 Pavel Troller <patrol@omni.sinus.cz> - Bugfixes

12345