Searched refs:halfway (Results 1 – 11 of 11) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 94 int index, row, col, halfway=16; in initBuf() local 105 if(((row/8)+(col/8))%2==0) buf[index]=(row<halfway)? 255:0; in initBuf() 106 else buf[index]=(row<halfway)? 76:226; in initBuf() 121 if(row>=halfway) buf[index*ps+3]=0; in initBuf() 126 if(row<halfway) buf[index*ps+1]=0; in initBuf() 142 if(row<halfway) in initBuf() 152 if(row>=halfway) buf[index*ps+goffset]=255; in initBuf() 189 int halfway=16*sf.num/sf.denom; in checkBuf() local 208 if(row<halfway) checkval255(k) in checkBuf() 214 if(row<halfway) checkval0(m) in checkBuf() [all …]
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 160 int index, row, col, halfway = 16; in initBuf() local 171 buf[index] = (row < halfway) ? (byte)255 : 0; in initBuf() 173 buf[index] = (row < halfway) ? 76 : (byte)226; in initBuf() 187 if (row >= halfway) buf[index * ps + 3] = 0; in initBuf() 190 if (row < halfway) in initBuf() 206 if (row < halfway) { in initBuf() 213 if (row >= halfway) in initBuf() 228 int index, row, col, halfway = 16; in initIntBuf() local 238 if (row < halfway) { in initIntBuf() 245 if (row >= halfway) in initIntBuf() [all …]
|
/external/libvncserver/test/ |
D | tjunittest.c | 79 int index, row, col, halfway=16; in initBuf() local 90 if(((row/8)+(col/8))%2==0) buf[index]=(row<halfway)? 255:0; in initBuf() 91 else buf[index]=(row<halfway)? 76:226; in initBuf() 105 if(row<halfway) in initBuf() 115 if(row>=halfway) buf[index*ps+goffset]=255; in initBuf() 152 int halfway=16*sf.num/sf.denom; in checkBuf() local 168 if(row<halfway) in checkBuf() 181 if(row<halfway) in checkBuf() 192 if(row<halfway) in checkBuf()
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc_impl.inc | 56 const src_rep_t halfway = SRC_REP_C(1) << (srcSigBits - dstSigBits - 1); 88 if (roundBits > halfway) 91 else if (roundBits == halfway) 124 if (roundBits > halfway) 127 else if (roundBits == halfway)
|
/external/skia/tests/ |
D | PathTest.cpp | 3635 SkPoint halfway; in test_contains() local 3637 SkEvalQuadAt(&qPts[index], 0.5f, &halfway, nullptr); in test_contains() 3638 REPORTER_ASSERT(reporter, p.contains(halfway.fX, halfway.fY)); in test_contains() 3653 halfway = conic.evalAt(0.5f); in test_contains() 3654 REPORTER_ASSERT(reporter, p.contains(halfway.fX, halfway.fY)); in test_contains() 3673 SkEvalCubicAt(&pts[i], 0.5f, &halfway, nullptr, nullptr); in test_contains() 3674 REPORTER_ASSERT(reporter, p.contains(halfway.fX, halfway.fY)); in test_contains() 3675 SkEvalCubicAt(&pts[i + 3], 0.5f, &halfway, nullptr, nullptr); in test_contains() 3676 REPORTER_ASSERT(reporter, p.contains(halfway.fX, halfway.fY)); in test_contains()
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_1.glslf | 77 * Notice that the V plane starts halfway through the last scanline
|
/external/v8/test/cctest/ |
D | test-parsing.cc | 632 unsigned halfway = start + sub_length / 2; in TestCharacterStream() local 633 uc16_stream.SeekForward(halfway - i); in TestCharacterStream() 634 string_stream.SeekForward(halfway - i); in TestCharacterStream() 635 utf8_stream.SeekForward(halfway - i); in TestCharacterStream() 636 i = halfway; in TestCharacterStream()
|
/external/valgrind/helgrind/tests/ |
D | tc19_shadowmem.c | 285 if (wot >= 500) goto halfway; in steer() 1288 halfway: in steer()
|
/external/gptfdisk/ |
D | NEWS | 198 disks, so I'm starting Midnight BSD's numbering halfway through the
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 280 ADJ "halfway" :G2P
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 7432 半途而廢 < give\-up\-halfway; 17169 半途 < halfway; 22794 半途而廢 > give\-up\-halfway; 32706 半途 > halfway; 32711 半路 > halfway;
|