Home
last modified time | relevance | path

Searched refs:discarded (Results 1 – 25 of 63) sorted by relevance

123

/external/mesa3d/src/glsl/
Dlower_discard_flow.cpp53 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/
DDfpDec.java196 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/
Dinftl-user.h30 __u8 discarded; member
39 __u8 discarded; member
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DResizableDoubleArray.java338 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/
Darm_thumb_notes_gdbserver.txt45 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
D3_9_BUGSTATUS.txt67 327427 ifunc wrapper crashes when symbols are discarded because of false mmap
/external/jdiff/src/jdiff/
DDiffMyers.java548 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/
DREADME.txt11 these were ignored and discarded. For use, see the Parse Trees link
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt46 + 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
Dfunctional.shaders.sample_variables.txt107 all fragments should be discarded.
110 SAMPLE_MASK. With multisample render targets, all fragments should be discarded.
/external/llvm/docs/
DExtensions.rst91 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/
Dfunctional.rasterizer_discard.txt46 color is not present, the performed operation was not discarded according
Dperformance.txt93 are not discarded early due to Z-culling or any other optimization. The
/external/jetty/
DREADME.android33 All other packages were discarded. Prebuilt dependencies (SLF4J, the servlet api and jetty utils)
/external/libvorbis/doc/
Da1-encapsulation-ogg.tex152 output samples preceeding time zero should be discarded during
155 streams. The number of samples to be discarded must not exceed
D06-floor0.tex98 decode. The extra values are not used and may be ignored or discarded.
/external/libxml2/doc/examples/
DMakefile.am134 …$(CHECKER) ./xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xp…
/external/jarjar/res/com/tonicsystems/jarjar/
Dhelp.txt73 via dependency analysis are discarded when writing the output
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt93 are not discarded early due to Z-culling or any other optimization. The
/external/openssh/
DPROTOCOL.chacha20poly130510 is used as a keystream, with any unused bytes simply discarded.
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in214 * unused, such that they will be discarded rather
/external/llvm/test/Linker/
Dsubprogram-linkonce-weak.ll102 ; Check that the debug info for the discarded linkonce version of @foo doesn't
/external/bison/tests/
Djava.at315 # - check the lookahead that triggers an error is not discarded
329 # POSIX says the lookahead causing the error should not be discarded.
Dcalc.at545 # - 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/
Dcontext.rst167 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

123