HomeSort by relevance Sort by last modified time
    Searched refs:line0 (Results 1 - 16 of 16) sorted by null

  /external/libxcam/cl_kernel/
kernel_wavelet_coeff.cl 65 float16 line0 = *((__local float16 *)(local_src_data + local_id_y * SLM_CELL_X_SIZE + local_id_x));
72 line_sum[0] = mad(line0.s0123, line0.s0123, line_sum[0]);
73 line_sum[0] = mad(line0.s1234, line0.s1234, line_sum[0]);
74 line_sum[0] = mad(line0.s2345, line0.s2345, line_sum[0]);
75 line_sum[0] = mad(line0.s3456, line0.s3456, line_sum[0]);
76 line_sum[0] = mad(line0.s4567, line0.s4567, line_sum[0])
    [all...]
  /external/deqp/scripts/src_util/
check_boms.py 34 line0 = f.readline()
35 if line0.startswith(codecs.BOM_UTF8):
check_include_guards.py 40 line0 = f.readline().strip()
43 if line0 != ("#ifndef %s" % includeGuard):
  /external/jdiff/src/jdiff/
DiffMyers.java 374 int line0 = i0, line1 = i1; local
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
408 int line0 = i0, line1 = i1; local
415 script = new change(i0, i1, line0 - i0, line1 - i1, script);
471 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
475 If DELETED is 0 then LINE0 is the number of the line before
486 public final int line0; field in class:DiffMyers.change
491 LINE0 and LINE1 are the first affected lines in the two files (origin 0).
495 If DELETED is 0 then LINE0 is the number of the line befor
    [all...]
Diff.java 135 int first0 = hunk.line0; // Index of first deleted word
140 first0 == lasthunk.line0 + lasthunk.deleted + 1 &&
190 int first0 = hunk.line0; // Index of first deleted word
192 int last0 = hunk.line0 + hunk.deleted - 1;
    [all...]
  /external/freetype/src/tools/docmaker/
sources.py 279 for line0 in self.lines:
280 m = self.format.column.match( line0 )
  /external/ltp/testcases/kernel/fs/mongo/
mongo_compare.c 53 char line0[100]; local
  /external/deqp/execserver/tools/
xsTest.cpp 600 const char line0[] = "Foo\n"; local
605 XS_CHECK(deFile_write(file, line0, sizeof(line0)-1, &numWritten) == DE_FILERESULT_SUCCESS);
606 XS_CHECK(numWritten == sizeof(line0)-1);
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
refactor.py 654 for type, value, (line0, col0), (line1, col1), line_text in tokens:
655 line0 += lineno - 1
662 yield type, value, (line0, col0), (line1, col1), line_text
  /external/python/cpython2/Lib/lib2to3/
refactor.py 660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
661 line0 += lineno - 1
668 yield type, value, (line0, col0), (line1, col1), line_text
  /external/python/cpython3/Lib/lib2to3/
refactor.py 641 for type, value, (line0, col0), (line1, col1), line_text in tokens:
642 line0 += lineno - 1
649 yield type, value, (line0, col0), (line1, col1), line_text
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 227 static bool isInColorBounds (const LookupPrecision& prec, const ColorLine& line0, const ColorLine& line1, const Vec4& result)
229 const tcu::Vec4 minVal = min(min(line0), min(line1)) - prec.colorThreshold;
230 const tcu::Vec4 maxVal = max(max(line0), max(line1)) + prec.colorThreshold;
398 const ColorLine& line0,
413 if (!isInColorBounds(prec, line0, line1, result))
419 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0;
1054 ColorLine line0; local
    [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 7706 milliseconds