Home
last modified time | relevance | path

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

1234567

/third_party/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()
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_void_dm_test.cpp57 Z const cz = z; in member_data_test() local
58 Z const * pcz = &cz; in member_data_test()
60 bind<void>( &Z::m, _1 )( cz ); in member_data_test()
63 bind<void>( &Z::m, cz )(); in member_data_test()
65 bind<void>( &Z::m, boost::ref(cz) )(); in member_data_test()
/third_party/boost/libs/bind/test/
Dbind_void_dm_test.cpp47 Z const cz = z; in member_data_test() local
48 Z const * pcz = &cz; in member_data_test()
50 boost::bind<void>( &Z::m, _1 )( cz ); in member_data_test()
53 boost::bind<void>( &Z::m, cz )(); in member_data_test()
55 boost::bind<void>( &Z::m, boost::ref(cz) )(); in member_data_test()
/third_party/flutter/skia/src/pathops/
DSkPathOpsConic.cpp143 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/src/pathops/
DSkPathOpsConic.cpp143 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/abseil-cpp/absl/time/
Dtime_zone_test.cc49 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/abseil-cpp/absl/time/
Dtime_zone_test.cc49 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/
DVEInstrInfo.td119 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 …]
DVEInstrFormats.td34 bits<1> cz = 0;
42 let Inst{31} = cz;
/third_party/boost/boost/geometry/srs/projections/proj/
Doea.hpp95 T N, M, xp, yp, z, Az, cz, sz, cAz; in inv() local
104 cz = cos(z); in inv()
105 lp_lat = aasin(this->m_proj_parm.sp0 * cz + this->m_proj_parm.cp0 * sz * cAz); in inv()
107 this->m_proj_parm.cp0 * cz - this->m_proj_parm.sp0 * sz * cAz); in inv()
/third_party/alsa-utils/utils/
Dalsa-utils.spec.in21 * 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/pixman/pixman/
Dpixman-conical-gradient.c72 double cz = 0.; in conical_get_scanline() local
93 cz = image->common.transform->matrix[2][0] / 65536.; in conical_get_scanline()
160 rz += cz; in conical_get_scanline()
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c1125 double cx, cy, cz, jr, jg, jb, jmax; in fill_in_tongue() local
1133 cz = 1.0 - (cx + cy); in fill_in_tongue()
1139 cz = 1.0 - (cx + cy); in fill_in_tongue()
1143 cz = 1.0 - (cx + cy); in fill_in_tongue()
1148 xyz_to_rgb(m, cx, cy, cz, &jr, &jg, &jb); in fill_in_tongue()
1250 double cz; in filter_rgb48() local
1252 rgb_to_xy(r, g, b, cx, cy, &cz, (const double (*)[3])s->m); in filter_rgb48()
1262 double cz; in filter_rgba64() local
1264 rgb_to_xy(r, g, b, cx, cy, &cz, (const double (*)[3])s->m); in filter_rgba64()
1274 double cz; in filter_rgb24() local
[all …]
/third_party/boost/libs/type_erasure/test/
Dtest_construct_cref.cpp126 any<dst_concept, const _a&> cz(as_const(x), table); in BOOST_AUTO_TEST_CASE() local
127 BOOST_CHECK_EQUAL(any_cast<const int*>(&cz), &i); in BOOST_AUTO_TEST_CASE()
208 any<dst_concept, const _a&> cz(as_const(x), table); in BOOST_AUTO_TEST_CASE() local
209 BOOST_CHECK_EQUAL(any_cast<const int*>(&cz), &i); in BOOST_AUTO_TEST_CASE()
281 any<dst_concept, const _a&> cz(as_const(x), table); in BOOST_AUTO_TEST_CASE() local
282 BOOST_CHECK_EQUAL(any_cast<const int*>(&cz), ip); in BOOST_AUTO_TEST_CASE()
/third_party/mksh/
Dlex.c203 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/gstreamer/gstplugins_bad/po/
Dcs.po3 # Copyright (C) 2004 Miloslav Trmac <mitr@volny.cz>.
6 # Miloslav Trmac <mitr@volny.cz>, 2004.
7 # Petr Kovar <pknbe@volny.cz>, 2007, 2008, 2009.
8 # Marek Černocký <marek@manet.cz>, 2013, 2015, 2017.
16 "Last-Translator: Marek Černocký <marek@manet.cz>\n"
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_pl.txt86 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/popt/po/
Dcs.po4 # 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/skia/third_party/externals/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()
/third_party/alsa-lib/utils/
Dalsa-lib.spec.in33 * Tue Nov 20 2001 Jaroslav Kysela <perex@perex.cz>
39 * Sun Nov 11 2001 Miroslav Benes <mbenes@tenez.cz>
/third_party/gstreamer/gstplugins_bad/
DREQUIREMENTS49 (http://www.penguin.cz/~utx/amr)
51 (http://www.penguin.cz/~utx/amr)
/third_party/alsa-lib/src/conf/cards/SI7018/
Dsndop-mixer.alisp4 ; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
Dsndoc-mixer.alisp4 ; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
/third_party/ltp/m4/
Dltp-libmnl.m42 dnl Copyright (c) 2020 Petr Vorel <pvorel@suse.cz>

1234567