Searched refs:zl (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | div.c | 14 static long zl = LONG_MIN % -1; variable
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteCubeMapSamplersAs2DArray.cpp | 579 TIntermTyped *zl = in declareCoordTranslationFunction() local 584 calculateZL->appendStatement(new TIntermBinary(EOpAssign, l->deepCopy(), zl)); in declareCoordTranslationFunction()
|
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 1990 zl = numpy_array_from_structure(litems, fmt, tl) 1992 zl[lslices] = zr[rslices] 1998 itemsize=zl.itemsize, fmt=fmt, readonly=False, 1999 ndim=zl.ndim, shape=zl.shape, 2000 strides=zl.strides, lst=zl.tolist())
|
Completed in 7 milliseconds