/external/lzma/CPP/Windows/Control/ |
D | ReBar.h | 20 void MaximizeBand(unsigned index, bool ideal) in MaximizeBand() argument 21 { SendMsg(RB_MAXIMIZEBAND, index, BoolToBOOL(ideal)); } in MaximizeBand()
|
/external/skqp/tests/ |
D | BlendTest.cpp | 46 ideal = (x*y+127)/255; in test() local 47 if (p != ideal) { in test() 51 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
|
/external/skia/tests/ |
D | BlendTest.cpp | 46 ideal = (x*y+127)/255; in test() local 47 if (p != ideal) { in test() 51 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
|
/external/llvm/test/CodeGen/AArch64/ |
D | bitcast-v2i8.ll | 3 ; Part of PR21549: going through the stack isn't ideal but is correct.
|
D | inlineasm-X-constraint.ll | 103 ; to something else. This is not ideal, but it is a correct behaviour according
|
/external/curl/docs/ |
D | README.md | 6 subdirectories, using several different formats. Some of them are not ideal
|
/external/fio/examples/ |
D | ssd-steadystate.fio | 5 # us a good idea of the ideal write performance, you should see flat graph
|
/external/llvm/test/CodeGen/X86/ |
D | pr11985.ll | 7 ;;; Is either of these sequences ideal?
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 601 tcu::TextureLevel ideal (result.getFormat(), width, height); in verifyGatherOffsets() local 602 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsets() 638 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsets() 679 tcu::Surface ideal (width, height); in verifyGatherOffsetsCompare() local 680 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsetsCompare() 715 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsetsCompare() 728 tcu::Surface ideal (width, height); in verifySingleColored() local 729 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifySingleColored() 751 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifySingleColored()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | machine-licm.ll | 8 ; The generated code is no where near ideal. It's not recognizing the two
|
D | select.ll | 76 ; block generated, odds are good that we have close to the ideal code for this:
|
/external/tensorflow/tensorflow/python/debug/ |
D | README.md | 21 [gdb](https://www.gnu.org/software/gdb/) are not ideal either, because of their
|
/external/python/cpython2/Doc/tutorial/ |
D | index.rst | 10 together with its interpreted nature, make it an ideal language for scripting
|
/external/python/cpython3/Doc/tutorial/ |
D | index.rst | 10 together with its interpreted nature, make it an ideal language for scripting
|
/external/lisa/ipynb/tests/ |
D | Generic_EAS_Tests.ipynb | 476 "## Plot estimated ideal and estimated power usage" 483 …tion for the observed scheduling pattern varies from the estimated power for an ideal schedule.\n", 485 …ideal power, the system was wasting power (e.g. a low-intensity task was unnecessarily placed on a…
|
/external/tensorflow/tensorflow/contrib/lite/models/testdata/ |
D | smartreply_samples.tsv | 39 tomorrow would be ideal. Yes it would
|
/external/pdfium/third_party/libpng16/ |
D | pngpriv.h | 684 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument 685 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | README | 74 possible to create an ideal scenario and hence the decision of PASS/FAIL is
|
/external/libpng/ |
D | pngpriv.h | 757 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument 758 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
|
/external/llvm/test/CodeGen/ARM/ |
D | select.ll | 80 ; block generated, odds are good that we have close to the ideal code for this:
|
D | inlineasm-X-constraint.ll | 109 ; to something else. This is not ideal, but it is a correct behaviour according
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 630 tcu::TextureLevel ideal (result.getFormat(), width, height); in verifyGatherOffsets() local 631 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsets() 667 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsets() 708 tcu::Surface ideal (width, height); in verifyGatherOffsetsCompare() local 709 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsetsCompare() 744 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsetsCompare()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_mfqe_sse2.asm | 210 ; pmaddubsw would be ideal if it took two unsigned values. instead,
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | mfqe_sse2.asm | 209 ; pmaddubsw would be ideal if it took two unsigned values. instead,
|
/external/tensorflow/tensorflow/docs_src/get_started/ |
D | get_started_for_beginners.md | 362 Lots of model types exist; picking the ideal type takes experience. 426 The ideal number of hidden layers and neurons depends on the problem 428 picking the ideal shape of the neural network requires some mixture 528 100 examples. The ideal batch size depends on the problem. As a rule
|