Searched refs:ideal (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp585 tcu::TextureLevel ideal (result.getFormat(), width, height);
586 const PixelBufferAccess idealAccess = ideal.getAccess();
622 log << TestLog::Image("Reference", "Ideal reference image", ideal)
663 tcu::Surface ideal (width, height);
664 const PixelBufferAccess idealAccess = ideal.getAccess();
699 log << TestLog::Image("Reference", "Ideal reference image", ideal)
712 tcu::Surface ideal (width, height);
713 const PixelBufferAccess idealAccess = ideal.getAccess();
735 log << TestLog::Image("Reference", "Ideal reference image", ideal)
/external/libpng/
H A Dpngpriv.h666 * ideal-delta..ideal+delta. Each argument is evaluated twice.
667 * "ideal" and "delta" should be constants, normally simple
670 #define PNG_OUT_OF_RANGE(value, ideal, delta) \
671 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm207 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/libvpx/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm207 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/chromium_org/third_party/libpng/
H A Dpng.h3027 * ideal-delta..ideal+delta. Each argument is evaluated twice.
3028 * "ideal" and "delta" should be constants, normally simple
3031 #define PNG_OUT_OF_RANGE(value, ideal, delta) \
3032 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.h3099 * ideal-delta..ideal+delta. Each argument is evaluated twice.
3100 * "ideal" and "delta" should be constants, normally simple
3103 #define PNG_OUT_OF_RANGE(value, ideal, delta) \
3104 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c2837 Int ideal; /* ideal (preferred) exponent */ local
2889 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2890 /* [It would be nicer to write: ideal=rhs->exponent>>1, but this */
2892 ideal=(rhs->exponent&~1)/2; /* target */
2897 res->exponent=ideal; /* use the ideal [safe] */
3102 /* use closest exponent to ideal... */
3103 Int todrop=ideal-a->exponent; /* most that can be dropped */
4377 exponent=lhs->exponent-rhs->exponent; /* ideal exponen
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c2839 Int ideal; /* ideal (preferred) exponent */ local
2891 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2892 /* [It would be nicer to write: ideal=rhs->exponent>>1, but this */
2894 ideal=(rhs->exponent&~1)/2; /* target */
2899 res->exponent=ideal; /* use the ideal [safe] */
3104 /* use closest exponent to ideal... */
3105 Int todrop=ideal-a->exponent; /* most that can be dropped */
4379 exponent=lhs->exponent-rhs->exponent; /* ideal exponen
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex571 % The general wording of \badenverr may not be ideal.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4180 milliseconds