Home
last modified time | relevance | path

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

1234

/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/skia/tests/
DBlendTest.cpp46 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/liblzf/
DREADME3 compression algorithm. It is ideal for applications where you want to
4 save *some* space but not at the cost of speed. It is ideal for
/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/fio/examples/
Dssd-steadystate.fio5 # us a good idea of the ideal write performance, you should see flat graph
/external/llvm/test/CodeGen/X86/
Dpr11985.ll7 ;;; Is either of these sequences ideal?
Dmemcpy-2.ll187 ;;; Is either of the sequences ideal?
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp585 tcu::TextureLevel ideal (result.getFormat(), width, height); in verifyGatherOffsets() local
586 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsets()
622 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsets()
663 tcu::Surface ideal (width, height); in verifyGatherOffsetsCompare() local
664 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsetsCompare()
699 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsetsCompare()
712 tcu::Surface ideal (width, height); in verifySingleColored() local
713 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifySingleColored()
735 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/cpython2/Doc/tutorial/
Dindex.rst10 together with its interpreted nature, make it an ideal language for scripting
/external/lisa/ipynb/tests/
DGeneric_EAS_Tests.ipynb476 "## Plot estimated ideal and estimated power usage"
483 …tion for the observed scheduling pattern varies from the estimated power for an ideal schedule.\n",
485ideal power, the system was wasting power (e.g. a low-intensity task was unnecessarily placed on a…
/external/ltp/testcases/kernel/controllers/cpuctl/
DREADME74 possible to create an ideal scenario and hence the decision of PASS/FAIL is
/external/pdfium/third_party/libpng16/
Dpngpriv.h684 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument
685 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/skia/third_party/libpng/
Dpngpriv.h684 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument
685 ( (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:
Dinlineasm-X-constraint.ll109 ; to something else. This is not ideal, but it is a correct behaviour according
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_klex.pkb174 huérfanoi huéspedes8i7!2i\/7!2i_dont_understand9,3#.!98>#,8#./;=#>!,8.idea�ideali
/external/libpng/
Dpngpriv.h713 #define PNG_OUT_OF_RANGE(value, ideal, delta) \ argument
714 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/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/vp9/common/x86/
Dvp9_mfqe_sse2.asm208 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm207 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/vulkan-validation-layers/libs/glm/gtx/
Dquaternion.inl231 // there is no "ideal" rotation axis
/external/libxml2/
Dlibxml.m4105 /* Less than ideal -- doesn't provide us with return value feedback,

1234