Home
last modified time | relevance | path

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

123

/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.cpp139 double cx, cy, cz; in subDivide() local
143 cz = 1; in subDivide()
147 cz = conic_eval_denominator(fWeight, t2); in subDivide()
151 cz = 1; in subDivide()
155 double bz = 2 * dz - (az + cz) / 2; in subDivide()
156 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}}, in subDivide()
157 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()
603 cz = utf_wctomb(ts, c2 - 0x100); in yylex()
604 ts[cz] = 0; in yylex()
605 cz = 0; in yylex()
608 *wp++ = ts[cz]; in yylex()
609 } 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
Dracoon.conf.sample-natt2 # Contributed by: Michal Ludvig <mludvig@suse.cz>, SUSE Labs
/external/hyphenation-patterns/de/
Dhyph-de-1996.lic.txt18 % http://repo.or.cz/w/wortliste.git?a=commit;h=43e8e53dd38c4ba975e944fe07db3d8945fb30e0
Dhyph-de-ch-1901.lic.txt19 % 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/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/icu/icu4c/source/data/translit/
Dpl_pl_FONIPA.txt18 cz → t \u0361 ʂ ;
Des_es_FONIPA.txt16 $bow { cz → | z ; # czar
/external/libmicrohttpd/
DAUTHORS28 Milan Straka <straka@ufal.mff.cuni.cz>
/external/skia/src/utils/
DSkCamera.cpp88 SkScalar cz = SkScalarMul(fU.fX, fV.fY) - SkScalarMul(fU.fY, fV.fX); in dotWith() local
90 return SkScalarMul(cx, dx) + SkScalarMul(cy, dy) + SkScalarMul(cz, dz); in dotWith()
/external/ltrace/
DCREDITS81 E: mludvig@suse.cz
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jar ... cn/ org/apache/lucene/analysis/cz/ org/apache/lucene/analysis/de ...
/external/strace/
DCREDITS.in40 Jakub Jelinek jj@ultra.linux.cz
/external/dbus/
DAUTHORS72 Miloslav Trmac <mitr@volny.cz>
/external/libexif/
DNEWS76 * Updated translations: cz, pl, vi
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dstereo_pcmu.rtp34 …OtPqKj>i=j>k?lB�����������mClArL|e|f����������������xXxXz_~u~}����������}k{cz]y[wVxX|h}jz\wVxYxWtN…
43cz`x[~z������y]wW����z_z_�����|i��~s��|g{vS����{cxY}j}��{e{f~t������vU������|f{f~v��{c{cy^��~z�…
/external/bison/
DTHANKS73 Martin Mokrejs mmokrejs@natur.cuni.cz

123