/external/mesa3d/src/glsl/ |
D | lower_discard_flow.cpp | 53 lower_discard_flow_visitor(ir_variable *discarded) in lower_discard_flow_visitor() argument 54 : discarded(discarded) in lower_discard_flow_visitor() 56 mem_ctx = ralloc_parent(discarded); in lower_discard_flow_visitor() 70 ir_variable *discarded; member in lower_discard_flow_visitor 88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter() 110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter() 121 ir_rvalue *if_condition = new(mem_ctx) ir_dereference_variable(discarded); in generate_discard_break()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | DfpDec.java | 196 int discarded = in; // not looking at this after this point in round() local 202 discarded |= mant[lsd-1]; in round() 205 discarded |= lsb % (lsbthreshold/10); in round() 209 discarded |= mant[i]; // need to know if there are any discarded bits in round() 222 inc = (n != 0) || (discarded != 0); // round up if n!=0 in round() 235 (n == 5 && discarded != 0) || in round() 236 … (n == 5 && discarded == 0 && ((lsb / lsbthreshold) & 1) == 1); // round half-even in round() 241 (n == 5 && discarded != 0) || in round() 242 … (n == 5 && discarded == 0 && ((lsb / lsbthreshold) & 1) == 0); // round half-odd in round() 246 inc = (sign == 1) && (n != 0 || discarded != 0); // round ceil in round() [all …]
|
/external/kernel-headers/original/uapi/mtd/ |
D | inftl-user.h | 30 __u8 discarded; member 39 __u8 discarded; member
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | ResizableDoubleArray.java | 338 double discarded = internalArray[startIndex]; in addElementRolling() local 353 return discarded; in addElementRolling() 371 double discarded = internalArray[startIndex + (numElements - 1)]; in substituteMostRecentElement() local 375 return discarded; in substituteMostRecentElement()
|
/external/valgrind/docs/internals/ |
D | arm_thumb_notes_gdbserver.txt | 45 instruction must be discarded to have the SB re-instrumented for gdbserver. 54 bit in the range being discarded. 77 * use the debug info : this solution was discarded as often debug 82 This was discarded as this implies that an SB cannot mix thumb
|
D | 3_9_BUGSTATUS.txt | 67 327427 ifunc wrapper crashes when symbols are discarded because of false mmap
|
/external/jdiff/src/jdiff/ |
D | DiffMyers.java | 548 final byte[] discarded = discardable(f.equivCount()); in discard_confusing_lines() 553 filterDiscards(discarded); in discard_confusing_lines() 556 discard(discarded); in discard_confusing_lines()
|
/external/doclava/src/com/google/doclava/parser/ |
D | README.txt | 11 these were ignored and discarded. For use, see the Parse Trees link
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 46 + Test that patches are discarded when appropriate 145 be discarded. Verification is done firstly by a sanity check that the number of 147 that white primitives exist in the area where non-discarded primitives are
|
D | functional.shaders.sample_variables.txt | 107 all fragments should be discarded. 110 SAMPLE_MASK. With multisample render targets, all fragments should be discarded.
|
/external/llvm/docs/ |
D | Extensions.rst | 91 Duplicates are discarded, but the linker issues an error if any have 95 Duplicates are discarded, but the linker issues an error if any duplicates
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.rasterizer_discard.txt | 46 color is not present, the performed operation was not discarded according
|
D | performance.txt | 93 are not discarded early due to Z-culling or any other optimization. The
|
/external/jetty/ |
D | README.android | 33 All other packages were discarded. Prebuilt dependencies (SLF4J, the servlet api and jetty utils)
|
/external/libvorbis/doc/ |
D | a1-encapsulation-ogg.tex | 152 output samples preceeding time zero should be discarded during 155 streams. The number of samples to be discarded must not exceed
|
D | 06-floor0.tex | 98 decode. The extra values are not used and may be ignored or discarded.
|
/external/libxml2/doc/examples/ |
D | Makefile.am | 134 …$(CHECKER) ./xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xp…
|
/external/jarjar/res/com/tonicsystems/jarjar/ |
D | help.txt | 73 via dependency analysis are discarded when writing the output
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.txt | 93 are not discarded early due to Z-culling or any other optimization. The
|
/external/openssh/ |
D | PROTOCOL.chacha20poly1305 | 10 is used as a keystream, with any unused bytes simply discarded.
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 214 * unused, such that they will be discarded rather
|
/external/llvm/test/Linker/ |
D | subprogram-linkonce-weak.ll | 102 ; Check that the debug info for the discarded linkonce version of @foo doesn't
|
/external/bison/tests/ |
D | java.at | 315 # - check the lookahead that triggers an error is not discarded 329 # POSIX says the lookahead causing the error should not be discarded.
|
D | calc.at | 545 # - check the lookahead that triggers an error is not discarded 560 # POSIX says the lookahead causing the error should not be discarded.
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 167 primitives written outside of the specified memory range are discarded. 468 Any pointers into the map should be considered invalid and discarded. 530 The memory within the mapped region is discarded. Cannot be used with
|