HomeSort by relevance Sort by last modified time
    Searched defs:discarded (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/glsl/
lower_discard_flow.cpp 35 * the shader" sounds like the discarded fragments should effectively
41 * point that the only active channels left are discarded pixels" or
42 * "discarded pixels become inactive at the point that control flow
53 lower_discard_flow_visitor(ir_variable *discarded)
54 : discarded(discarded)
56 mem_ctx = ralloc_parent(discarded);
70 ir_variable *discarded; member in class:lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 196 int discarded = in; // not looking at this after this point local
202 discarded |= mant[lsd-1];
205 discarded |= lsb % (lsbthreshold/10);
209 discarded |= mant[i]; // need to know if there are any discarded bits
222 inc = (n != 0) || (discarded != 0); // round up if n!=0
235 (n == 5 && discarded != 0) ||
236 (n == 5 && discarded == 0 && ((lsb / lsbthreshold) & 1) == 1); // round half-even
241 (n == 5 && discarded != 0) ||
242 (n == 5 && discarded == 0 && ((lsb / lsbthreshold) & 1) == 0); // round half-od
    [all...]
  /external/libchrome/base/strings/
safe_sprintf.cc 342 size_t discarded = 0; local
360 ++discarded;
363 // Need to increment either |count_| or |discarded| to make progress.
370 ++discarded;
403 if (discarded > 8*sizeof(num) + prefix_length) {
422 IncrementCount(discarded);
423 return !discarded;
  /bionic/libc/kernel/uapi/mtd/
inftl-user.h 40 __u8 discarded; member in struct:inftl_unithead1
50 __u8 discarded; member in struct:inftl_unithead2
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 324 * element in the array. Returns the discarded first element.
334 * @return the value which has been discarded or "pushed" out of the array
338 double discarded = internalArray[startIndex]; local
353 return discarded;
371 double discarded = internalArray[startIndex + (numElements - 1)]; local
375 return discarded;
440 * to be discarded, leaving 3,4 in the array. Throws illegalArgumentException
457 * to be discarded, leaving 1,2 in the array. Throws illegalArgumentException
475 * to be discarded, leaving 1,2 in the array.
478 * to be discarded, leaving 3,4 in the array
    [all...]
  /external/kernel-headers/original/uapi/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
inftl-user.h 30 __u8 discarded; member in struct:inftl_unithead1
39 __u8 discarded; member in struct:inftl_unithead2
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 847 int32_t discarded = outputDelayRingBufferGetSamples(0, discard); local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 5677 int32_t discarded = 0; local
6095 int32_t discarded = 0; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 527 milliseconds