Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_clip_tmp.h61 const GLfloat cz = from[2]; in TAG() local
141 const GLfloat cz = from[2]; in TAG() local
195 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in TAG() local
Dm_debug_clip.c84 const GLfloat cz = from[2]; in ref_cliptest_points4() local
139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in ref_cliptest_points3() local
/third_party/abseil-cpp/absl/time/
Dtime_zone_test.cc49 const cctz::time_zone cz = cctz::utc_time_zone(); in TEST() local
62 const cctz::time_zone cz = cctz::fixed_time_zone(cctz::seconds(123)); in TEST() local
Dtime.h1029 time_internal::cctz::time_zone cz; in LoadTimeZone() local
/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
62 const cctz::time_zone cz = cctz::fixed_time_zone(cctz::seconds(123)); in TEST() local
Dtime.h1078 time_internal::cctz::time_zone cz; in LoadTimeZone() local
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_void_dm_test.cpp57 Z const cz = z; in member_data_test() local
/third_party/boost/libs/bind/test/
Dbind_void_dm_test.cpp47 Z const cz = z; in member_data_test() local
/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
208 any<dst_concept, const _a&> cz(as_const(x), table); in BOOST_AUTO_TEST_CASE() local
281 any<dst_concept, const _a&> cz(as_const(x), table); in BOOST_AUTO_TEST_CASE() local
Dtest_construct_ref.cpp126 any<dst_concept, _a&> cz(as_const(x), table); in BOOST_AUTO_TEST_CASE() local
/third_party/pixman/pixman/
Dpixman-conical-gradient.c72 double cz = 0.; in conical_get_scanline() local
/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c1125 double cx, cy, cz, jr, jg, jb, jmax; in fill_in_tongue() local
1250 double cz; in filter_rgb48() local
1262 double cz; in filter_rgba64() local
1274 double cz; in filter_rgb24() local
1286 double cz; in filter_rgba() local
/third_party/boost/boost/geometry/srs/projections/proj/
Doea.hpp95 T N, M, xp, yp, z, Az, cz, sz, cAz; in inv() local
/third_party/skia/src/utils/
DSkCamera.cpp47 SkScalar cz = fU.x * fV.y - fU.y * fV.x; in dotWith() local
/third_party/skia/src/pathops/
DSkPathOpsConic.cpp143 double cx, cy, cz; in subDivide() local
/third_party/flutter/skia/src/pathops/
DSkPathOpsConic.cpp143 double cx, cy, cz; in subDivide() local
/third_party/typescript_eslint/
Dpackage.json27 "cz": "git-cz", string
/third_party/skia/tests/
DUtilsTest.cpp461 SkZip<const uint16_t, const float, const int, int, int> cz = z; in DEF_TEST() local
/third_party/flutter/skia/src/utils/
DSkCamera.cpp88 SkScalar cz = fU.fX * fV.fY - fU.fY * fV.fX; in dotWith() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DMatrix.cpp339 float cz = cos(v.z); in eulerRotate() local
/third_party/mksh/
Dlex.c203 size_t cz; in yylex() local
/third_party/boost/boost/graph/
Dhoward_cycle_ratio.hpp211 float_t cz = (std::numeric_limits< float_t >::max)(); // Closest to in mcr_bound() local
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp1515 Coordinate cz(DIM_Z, 0); in GetDataEquation() local
1953 Coordinate cz(DIM_Z, 0); in GenMetaEquation() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c1769 nir_ssa_def *cz = nir_fmul(b, sz, nir_vector_extract(b, v_c, kz)); in intersect_ray_amd_software_tri() local
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2474 LLVMValueRef cz = LLVMBuildLoad(gallivm->builder, outputs[cv][2], ""); in CompileVS() local