/external/mesa3d/src/compiler/glsl/ |
D | lower_discard_flow.cpp | 54 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 __anond66d9f4e0111::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/ |
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/cronet/net/spdy/ |
D | spdy_read_queue_unittest.cc | 87 void OnBufferDiscarded(bool* discarded, in OnBufferDiscarded() argument 92 *discarded = true; in OnBufferDiscarded() 117 bool discarded = false; in TEST_F() local 120 base::BindRepeating(&OnBufferDiscarded, &discarded, &discarded_bytes)); in TEST_F() 125 EXPECT_FALSE(discarded); in TEST_F() 131 EXPECT_TRUE(discarded); in TEST_F()
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | ringbuf.c | 68 skel->bss->discarded = 0; in trigger_samples() 197 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf() 198 1L, skel->bss->discarded); in test_ringbuf() 235 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf() 236 1L, skel->bss->discarded); in test_ringbuf() 259 skel->bss->discarded = 0; in test_ringbuf() 292 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf() 293 1L, skel->bss->discarded); in test_ringbuf()
|
/external/libchrome/base/strings/ |
D | safe_sprintf.cc | 342 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/cronet/base/strings/ |
D | safe_sprintf.cc | 352 size_t discarded = 0; in IToASCII() local 370 ++discarded; in IToASCII() 380 ++discarded; in IToASCII() 414 if (discarded > 8*sizeof(num) + prefix_length) { in IToASCII() 434 IncrementCount(discarded); in IToASCII() 435 return !discarded; in IToASCII()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/webvtt/ |
D | typical_with_bad_timestamps | 11 This should be discarded (too many dots). 14 This should be discarded (not a timestamp).
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/webvtt/ |
D | typical_with_bad_timestamps | 11 This should be discarded (too many dots). 14 This should be discarded (not a timestamp).
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_ringbuf.c | 27 long discarded = 0; variable 66 __sync_fetch_and_add(&discarded, 1); in test_ringbuf()
|
/external/kernel-headers/original/uapi/mtd/ |
D | inftl-user.h | 31 __u8 discarded; member 40 __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/angle/build/android/docs/ |
D | java_optimization.md | 78 ### Classes expected to be discarded 90 Item void org.chromium.base.library_loader.LibraryPrefetcherJni.<init>() was not discarded. 108 ### JNI wrapper classes not discarded 113 error message is an example when a JNI wrapper class wasn't discarded (notice
|
/external/cronet/build/android/docs/ |
D | java_optimization.md | 78 ### Classes expected to be discarded 90 Item void org.chromium.base.library_loader.LibraryPrefetcherJni.<init>() was not discarded. 108 ### JNI wrapper classes not discarded 113 error message is an example when a JNI wrapper class wasn't discarded (notice
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/testdata/ |
D | r8-test-rules.pro | 5 # Validate that service-loader & debugger classes are discarded
|
/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/llvm/test/Linker/ |
D | comdat13.ll | 5 ; The IR would be ilegal on ELF ("relocation refers to discarded section"),
|
/external/cronet/third_party/metrics_proto/ukm/ |
D | report.proto | 74 // Number of sources discarded due to not matching a navigation URL. 86 // created to the moment it was discarded from memory, if pruning happened
|
/external/doclava/src/com/google/doclava/parser/ |
D | README.txt | 11 these were ignored and discarded. For use, see the Parse Trees link
|
/external/webrtc/api/test/ |
D | video_quality_analyzer_interface.h | 107 bool discarded) {} in OnFrameEncoded() argument
|
/external/llvm/test/DebugInfo/COFF/ |
D | globals-discarded.ll | 3 ; This tests that we don't emit information about globals that were discarded
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | example_video_quality_analyzer.h | 48 bool discarded) override;
|
/external/perfetto/protos/perfetto/common/ |
D | trace_stats.proto | 76 // Num. chunks discarded (i.e. loss of data). Can be > 0 only when a buffer 176 // Num. chunks that were discarded by the service before attempting to commit 180 // Num. patches that were discarded by the service before attempting to apply
|
/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
|