Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 25 of 101) sorted by relevance

12345

/external/lzma/CPP/Windows/Control/
DReBar.h20 void MaximizeBand(unsigned index, bool ideal) in MaximizeBand() argument
21 { SendMsg(RB_MAXIMIZEBAND, index, BoolToBOOL(ideal)); } in MaximizeBand()
/external/skqp/tests/
DBlendTest.cpp50 ideal = (x*y+127)/255; in test() local
51 if (p != ideal) { in test()
55 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
/external/skia/tests/
DBlendTest.cpp50 ideal = (x*y+127)/255; in test() local
51 if (p != ideal) { in test()
55 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
/external/llvm/test/CodeGen/AArch64/
Dbitcast-v2i8.ll3 ; Part of PR21549: going through the stack isn't ideal but is correct.
Dinlineasm-X-constraint.ll103 ; to something else. This is not ideal, but it is a correct behaviour according
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dbitcast-v2i8.ll3 ; Part of PR21549: going through the stack isn't ideal but is correct.
/external/curl/docs/
DREADME.md6 subdirectories, using several different formats. Some of them are not ideal
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dpr34186.ll4 ; expression, so we emit a diagnostic twice. This is, not ideal, but the
/external/llvm/test/CodeGen/X86/
Dpr11985.ll7 ;;; Is either of these sequences ideal?
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr11985.ll7 ;;; Is either of these sequences ideal?
/external/curl/lib/
Dtransfer.c1025 ULONG ideal; in win_update_buffer_size() local
1028 &ideal, sizeof(ideal), &ideallen, 0, 0); in win_update_buffer_size()
1031 (const char *)&ideal, sizeof(ideal)); in win_update_buffer_size()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp601 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/
Dmachine-licm.ll8 ; The generated code is no where near ideal. It's not recognizing the two
Dselect.ll76 ; block generated, odds are good that we have close to the ideal code for this:
/external/python/cpython3/Doc/tutorial/
Dindex.rst10 together with its interpreted nature, make it an ideal language for scripting
/external/python/cpython2/Doc/tutorial/
Dindex.rst10 together with its interpreted nature, make it an ideal language for scripting
/external/tensorflow/tensorflow/python/debug/
DREADME.md21 [gdb](https://www.gnu.org/software/gdb/) are not ideal either, because of their
/external/tensorflow/tensorflow/lite/models/testdata/
Dsmartreply_samples.tsv39 tomorrow would be ideal. Yes it would
/external/pdfium/third_party/libpng16/
Dpngpriv.h684 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument
685 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/ltp/testcases/kernel/controllers/cpuctl/
DREADME74 possible to create an ideal scenario and hence the decision of PASS/FAIL is
/external/libpng/
Dpngpriv.h757 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument
758 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/llvm/test/CodeGen/ARM/
Dselect.ll80 ; block generated, odds are good that we have close to the ideal code for this:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dselect.ll80 ; block generated, odds are good that we have close to the ideal code for this:
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp630 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/vp8/common/x86/
Dmfqe_sse2.asm209 ; pmaddubsw would be ideal if it took two unsigned values. instead,

12345