Searched defs:fz (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp101 void fz() { Z z; } function in namespace:A::B::PR14029
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c83 float fz = v1[2] - v2[2]; local
86 float a = ey*fz - ez*fy;
87 float b = ez*fx - ex*fz;
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_tritmp.h143 const GLfloat fz = z[1] - z[2]; local
145 const GLfloat dzdx = FABSF((ey * fz - ez * fy) * oneOverArea);
146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c111 GLfloat u[3], two_nu, fx, fy, fz; local
117 fz = f[i][2] = u[2] - norm[2] * two_nu;
118 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
139 GLfloat u[3], two_nu, fx, fy, fz; local
146 fz = f[i][2] = u[2] - norm[2] * two_nu;
147 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h233 GLfloat fz = z[1] - z[2]; local
234 GLfloat a = ey*fz - ez*fy;
235 GLfloat b = ez*fx - ex*fz;
465 GLfloat fz = z[3] - z[1]; local
466 GLfloat a = ey*fz - ez*fy;
467 GLfloat b = ez*fx - ex*fz;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsintrp.c454 cmsFloat32Number fx, fy, fz, local
469 z0 = (int) _cmsQuickFloor(pz); fz = pz - (cmsFloat32Number) z0;
501 dxyz = LERP(fz, dxy0, dxy1);
523 cmsS15Fixed16Number fx, fy, fz; local
543 fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]);
544 z0 = FIXED_TO_INT(fz);
545 rz = FIXED_REST_TO_INT(fz);
698 cmsS15Fixed16Number fx, fy, fz; local
707 fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]);
711 z0 = FIXED_TO_INT(fz);
835 cmsS15Fixed16Number fx, fy, fz; local
[all...]
H A Dcmspcs.c136 cmsFloat64Number fx, fy, fz; local
143 fz = f(xyz->Z / WhitePoint->Z);
147 Lab->b = 200.0*(fy - fz);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1340 @brief Calculates a matrix corresponding to scaling of fx, fy and fz
1343 static PVRTMat3 Scale(const VERTTYPE fx,const VERTTYPE fy,const VERTTYPE fz) argument
1347 0,0,fz);
1353 @brief Calculates a matrix corresponding to scaling of fx, fy and fz
1806 @brief Calculates a matrix corresponding to scaling of fx, fy and fz
1810 static PVRTMat4 Scale(const VERTTYPE fx,const VERTTYPE fy,const VERTTYPE fz) argument
1814 0,0,fz,0,
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp183 void mergeFinalData(const FinalZone& fz);
1362 void ZoneInfo::mergeFinalData(const FinalZone& fz) { argument
1363 int32_t year = fz.year;
1384 finalYear = fz.year;
1385 finalOffset = fz.offset;
1386 finalRuleID = fz.ruleid;
1393 void mergeOne(const string& zoneid, const FinalZone& fz) { argument
1397 ZONEINFO[zoneid].mergeFinalData(fz);
1407 const FinalZone& fz = p.second; local
1409 mergeOne(id, fz);
[all...]
/external/swiftshader/src/Renderer/
H A DSurface.cpp1028 float fz = z - z0; local
1030 c000 *= (1 - fx) * (1 - fy) * (1 - fz);
1031 c100 *= fx * (1 - fy) * (1 - fz);
1032 c010 *= (1 - fx) * fy * (1 - fz);
1033 c110 *= fx * fy * (1 - fz);
1034 c001 *= (1 - fx) * (1 - fy) * fz;
1035 c101 *= fx * (1 - fy) * fz;
1036 c011 *= (1 - fx) * fy * fz;
1037 c111 *= fx * fy * fz;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1503 milliseconds