Home
last modified time | relevance | path

Searched refs:ez (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTexVerifierUtil.cpp83 const float ez = computeFloatingPointError(z, bits.z()); in getPossibleCubeFaces() local
87 if (ay+ey < ax-ex && az+ez < ax-ex) in getPossibleCubeFaces()
92 else if (ax+ex < ay-ey && az+ez < ay-ey) in getPossibleCubeFaces()
97 else if (ax+ex < az-ez && ay+ey < az-ez) in getPossibleCubeFaces()
99 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
100 if (z <= ez) faces[numFaces++] = CUBEFACE_NEGATIVE_Z; in getPossibleCubeFaces()
117 if (az > ez) in getPossibleCubeFaces()
/third_party/musl/src/math/
H A Dfmal.c171 int ex, ey, ez; in fmal() local
190 zs = frexpl(z, &ez); in fmal()
192 spread = ex + ey - ez; in fmal()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmal.c171 int ex, ey, ez; in fmal() local
190 zs = frexpl(z, &ez); in fmal()
192 spread = ex + ey - ez; in fmal()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c81 float ez = v0[2] - v2[2]; in do_offset_tri() local
87 float a = ey*fz - ez*fy; in do_offset_tri()
88 float b = ez*fx - ex*fz; in do_offset_tri()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DToposortStructs.cpp47 Edges<const TStructure *> &ez = g[z]; in BuildGraphImpl() local
48 es.insert(ez.begin(), ez.end()); in BuildGraphImpl()
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c1429 int ez = s->globalmc[ref].zrs_exp; in global_mv() local
1436 int64_t mx = m * (uint64_t)((A[0][0] * (int64_t)x + A[0][1]*(int64_t)y) + (1LL<<ez) * b[0]); in global_mv()
1437 int64_t my = m * (uint64_t)((A[1][0] * (int64_t)x + A[1][1]*(int64_t)y) + (1LL<<ez) * b[1]); in global_mv()
1439 block->u.mv[ref][0] = (mx + (1<<(ez+ep))) >> (ez+ep); in global_mv()
1440 block->u.mv[ref][1] = (my + (1<<(ez+ep))) >> (ez+ep); in global_mv()

Completed in 7 milliseconds