Home
last modified time | relevance | path

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

12345

/external/mesa3d/src/compiler/glsl/
Dlower_discard_flow.cpp54 lower_discard_flow_visitor(ir_variable *discarded) in lower_discard_flow_visitor() argument
55 : discarded(discarded) in lower_discard_flow_visitor()
57 mem_ctx = ralloc_parent(discarded); in lower_discard_flow_visitor()
71 ir_variable *discarded; member in __anon87aff2c80111::lower_discard_flow_visitor
91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter()
96 ir->condition = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter()
120 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); in visit_enter()
131 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/libchrome/base/strings/
Dsafe_sprintf.cc342 size_t discarded = 0; in IToASCII() local
360 ++discarded; in IToASCII()
370 ++discarded; in IToASCII()
403 if (discarded > 8*sizeof(num) + prefix_length) { in IToASCII()
422 IncrementCount(discarded); in IToASCII()
423 return !discarded; in IToASCII()
/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
/external/r8/src/test/examples/assumevalues2/
Dkeep-rules-discard.txt20 # Check that methods has been discarded.
/external/r8/src/test/examples/assumenosideeffects1/
Dkeep-rules-discard.txt20 # Check that methods has been discarded.
/external/r8/src/test/examples/assumenosideeffects5/
Dkeep-rules-discard.txt20 # Check that methods has been discarded.
/external/r8/src/test/examples/assumenosideeffects3/
Dkeep-rules-discard.txt22 # Check that methods has been discarded.
/external/llvm/test/Linker/
Dcomdat13.ll5 ; The IR would be ilegal on ELF ("relocation refers to discarded section"),
/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/r8/src/test/examples/assumenosideeffects4/
Dkeep-rules-discard.txt26 # Check that methods has been discarded.
/external/llvm/test/DebugInfo/COFF/
Dglobals-discarded.ll3 ; This tests that we don't emit information about globals that were discarded
/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/ply/ply/example/yply/
DREADME12 original file is just discarded.
/external/deqp/doc/testspecs/GLES3/
Dfunctional.rasterizer_discard.txt46 color is not present, the performed operation was not discarded according
/external/python/cpython2/Doc/library/
Dsmtpd.rst50 Messages will be discarded, and printed on stdout.
Dxml.sax.reader.rst106 can be discarded or reset. As a limitation, the current implementation only
119 discarded.
131 events will be discarded.
Dweakref.rst143 discarded when there is no longer a strong reference to the key. This can be
181 discarded when no strong reference to the value exists any more.
213 discarded when no strong reference to it exists any more.
/external/libxml2/doc/examples/
DMakefile.am134 …@$(CHECKER) ./xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/x…
/external/jarjar/res/com/tonicsystems/jarjar/
Dhelp.txt73 via dependency analysis are discarded when writing the output

12345