Searched defs:compare (Results 251 - 275 of 380) sorted by relevance

<<111213141516

/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp206 virtual bool compare (const void* const* inputs, const void* const* outputs) = 0;
384 if (!compare(&curInputPtr[0], &curOutputPtr[0]))
487 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::AbsCase
580 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::SignCase
687 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::RoundEvenCase
778 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::ModfCase
855 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::IsnanCase
938 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::IsinfCase
1014 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::FloatBitsToUintIntCase
1086 bool compare (cons function in class:deqp::gles31::Functional::BitsToFloatCase
1145 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::FloorCase
1251 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::TruncCase
1363 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::TruncCase::RoundCase
1478 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::TruncCase::CeilCase
1596 bool compare (const void* const* inputs, const void* const* outputs) function in class:deqp::gles31::Functional::TruncCase::FractCase
[all...]
H A Des31fGeometryShaderTests.cpp1784 bool compare (void);
1916 if (compare())
1925 bool GeometryShaderRenderTest::compare (void) function in class:deqp::gles31::Functional::__anon20266::GeometryShaderRenderTest
1971 m_testCtx.getLog() << TestLog::Message << "Image compare ok." << TestLog::EndMessage;
1980 m_testCtx.getLog() << TestLog::Message << "Image compare failed." << TestLog::EndMessage;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jar ... .eclipse.jdt.core.JDTCompilerAdapter) public int compare (java.lang.Object, java.lang.Object ...
/external/elfutils/0.153/src/
H A Dunstrip.c741 int16_t compare;
825 return (s1->compare - s2->compare) ?: strcmp (s1->name, s2->name);
739 int16_t compare; member in union:symbol::__anon21314::__anon21315::__anon21316
/external/freetype/src/autofit/
H A Daflatin2.c992 /* now compare each segment to the others */
1440 AF_Width compare; local
1443 /* if it's a rounded edge, compare it to the overshoot position */
1444 /* if it's a flat edge, compare it to the reference position */
1446 compare = &blue->shoot;
1448 compare = &blue->ref;
1450 dist = edge->fpos - compare->org;
1458 best_blue = compare;
1462 /* now, compare it to the overshoot position if the edge is */
1674 /* compare t
[all...]
/external/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp241 // Shortcut: If both collators have valid rule strings, then compare those.
252 // For completeness, we should compare all of the mappings;
254 // and check if both collators compare adjacent strings the same
695 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, function in class:RuleBasedCollator
703 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, function in class:RuleBasedCollator
719 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, function in class:RuleBasedCollator
939 // If they are different, then decompose each and compare again.
1009 // - A longer string can compare equal to a prefix of it if only ignorables follow.
1010 // - With a backward level, a longer string can compare less-than a prefix of it.
1211 RuleBasedCollator::compare(UCharIterato function in class:RuleBasedCollator
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp27 // 02/10/98 damiba Added test for compare(UnicodeString&, UnicodeString&, int32_t)
60 // ctor, dtor, createInstance, compare, getStrength/setStrength
106 doAssert((col->compare("ab", "abc") == Collator::LESS), "ab < abc comparison failed");
107 doAssert((col->compare("ab", "AB") == Collator::LESS), "ab < AB comparison failed");
108 doAssert((col->compare("blackbird", "black-bird") == Collator::GREATER), "black-bird > blackbird comparison failed");
109 doAssert((col->compare("black bird", "black-bird") == Collator::LESS), "black bird > black-bird comparison failed");
110 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
111 doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
121 doAssert((col->compare(abauIter, abssIter, success) == UCOL_LESS), "ab a-umlaut < ab sharp-s UCharIterator comparison failed");
126 doAssert((col->compare("a
2057 UCollationResult TestCollator::compare(const UnicodeString& source, function in class:TestCollator
2068 UCollationResult TestCollator::compare(const UnicodeString& source, function in class:TestCollator
2080 UCollationResult TestCollator::compare(const UChar* source, function in class:TestCollator
[all...]
H A Dssearch.cpp143 if (testCase->getTagName().compare("test-case") != 0) {
344 UBool compare(const OrderList &other) const;
483 UBool OrderList::compare(const OrderList &other) const function in class:OrderList
502 // NOTE: sizes include the NULLORDER, which we don't want to compare.
665 if (forwardList.compare(backwardList)) {
/external/iptables/libxtables/
H A Dxtables.c930 int compare; local
934 compare = xtables_match_prefer(old, me);
935 if (compare == 0) {
944 if (compare > 0 &&
1027 int compare; local
1033 compare = xtables_target_prefer(old, me);
1034 if (compare == 0) {
1043 if (compare > 0 &&
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c103 key_cmp_fun compare; member in struct:perf_kvm_stat
625 kvm->compare = keys[i].key;
630 pr_err("Unknown compare key:%s\n", kvm->sort_key);
680 kvm->compare, vcpu);
/external/llvm/include/llvm/Support/
H A DCommandLine.h357 virtual bool compare(const GenericOptionValue &V) const = 0;
380 bool compare(const DataType &/*V*/) const { return false; } function in struct:llvm::cl::OptionValueBase
382 bool compare(const GenericOptionValue& /*V*/) const override {
404 bool compare(const DataType &V) const { function in class:llvm::cl::OptionValueCopy
408 bool compare(const GenericOptionValue &V) const override {
412 return compare(VC.getValue());
1186 if (Force || this->getDefault().compare(this->getValue())) {
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp464 return compare(LHS, RHS) < 0;
470 int compare(const SCEV *LHS, const SCEV *RHS) const { function in class:__anon25700::SCEVComplexityCompare
512 // For instructions, compare their loop depth, and their operand
567 // Lexicographically compare.
569 long X = compare(LA->getOperand(i), RA->getOperand(i));
584 // Lexicographically compare n-ary expressions.
592 long X = compare(LC->getOperand(i), RC->getOperand(i));
603 // Lexicographically compare udiv expressions.
604 long X = compare(LC->getLHS(), RC->getLHS());
607 return compare(L
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1249 static unsigned si_tex_compare(unsigned compare) argument
1251 switch (compare) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1395 unsigned compare,
1404 return emit_select( emit, compare, dst, src0, src1 );
1642 boolean compare = (emit->key.fkey.tex[unit].compare_mode == local
1653 /* If doing compare processing or tex swizzle or saturation, we need to put
1656 if (compare || swizzle || saturate) {
1679 if (compare) {
1394 emit_select_op(struct svga_shader_emitter *emit, unsigned compare, const struct tgsi_full_instruction *insn) argument
/external/mesa3d/src/glsl/
H A Dlinker.cpp1315 static int compare(const void *a, const void *b) function in struct:temp_attr
1439 qsort(to_assign, num_attr, sizeof(to_assign[0]), temp_attr::compare);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp376 int compare = opid - g_OpCodes[middle].m_OpId; local
377 if (compare == 0) {
380 } else if (compare < 0) {
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java6734 public int compare(final GameComponentPool object1, final GameComponentPool object2) { method in class:GameObjectFactory.ComponentPoolComparator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar ... public org.eclipse.core.runtime.IStatus compare (org.eclipse.equinox.p2.repository. ...
H A Dorg.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Djsdoc-validator.jar ... 5.1.0_r1/s?defs= " () public int compare (org.chromium.devtools.jsdoc.ValidatorContext$ ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js1141 function compare(id1, id2) function
1147 this._configurableColumnIDs = columnIDs.sort(compare);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DResourcesPanel.js1119 function compare(treeElement1, treeElement2) function
1140 if (compare(childTreeElement, children[i]) < 0)
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h29 // represent mutex expressions directly, since there is no easy way to compare
266 // template <class C> typename C::CType compare(CType* E, C& Cmp) {
267 // compare all subexpressions, following the comparator interface
408 template <class C> typename C::CType compare(Variable* E, C& Cmp) { function in class:clang::threadSafety::Variable
481 template <class C> typename C::CType compare(Future* E, C& Cmp) { function in class:clang::threadSafety::Future
484 return Cmp.compare(Result, E->Result);
575 template <class C> typename C::CType compare(Undefined* E, C& Cmp) { function in class:clang::threadSafety::Undefined
596 template <class C> typename C::CType compare(Wildcard* E, C& Cmp) { function in class:clang::threadSafety::Wildcard
629 template <class C> typename C::CType compare(Literal* E, C& Cmp) { function in class:clang::threadSafety::Literal
730 template <class C> typename C::CType compare(LiteralPt function in class:clang::threadSafety::LiteralPtr
772 template <class C> typename C::CType compare(Function* E, C& Cmp) { function in class:clang::threadSafety::Function
827 template <class C> typename C::CType compare(SFunction* E, C& Cmp) { function in class:clang::threadSafety::SFunction
862 template <class C> typename C::CType compare(Code* E, C& Cmp) { function in class:clang::threadSafety::Code
897 template <class C> typename C::CType compare(Field* E, C& Cmp) { function in class:clang::threadSafety::Field
933 template <class C> typename C::CType compare(Apply* E, C& Cmp) { function in class:clang::threadSafety::Apply
971 template <class C> typename C::CType compare(SApply* E, C& Cmp) { function in class:clang::threadSafety::SApply
1017 template <class C> typename C::CType compare(Project* E, C& Cmp) { function in class:clang::threadSafety::Project
1051 template <class C> typename C::CType compare(Call* E, C& Cmp) { function in class:clang::threadSafety::Call
1085 template <class C> typename C::CType compare(Alloc* E, C& Cmp) { function in class:clang::threadSafety::Alloc
1114 template <class C> typename C::CType compare(Load* E, C& Cmp) { function in class:clang::threadSafety::Load
1145 template <class C> typename C::CType compare(Store* E, C& Cmp) { function in class:clang::threadSafety::Store
1181 template <class C> typename C::CType compare(ArrayIndex* E, C& Cmp) { function in class:clang::threadSafety::ArrayIndex
1218 template <class C> typename C::CType compare(ArrayAdd* E, C& Cmp) { function in class:clang::threadSafety::ArrayAdd
1254 template <class C> typename C::CType compare(UnaryOp* E, C& Cmp) { function in class:clang::threadSafety::UnaryOp
1298 template <class C> typename C::CType compare(BinaryOp* E, C& Cmp) { function in class:clang::threadSafety::BinaryOp
1336 template <class C> typename C::CType compare(Cast* E, C& Cmp) { function in class:clang::threadSafety::Cast
1389 template <class C> typename C::CType compare(Phi *E, C &Cmp) { function in class:clang::threadSafety::Phi
1506 template <class C> typename C::CType compare(BasicBlock *E, C &Cmp) { function in class:clang::threadSafety::BasicBlock
1593 template <class C> typename C::CType compare(SCFG *E, C &Cmp) { function in class:clang::threadSafety::SCFG
1626 template <class C> typename C::CType compare(Goto *E, C &Cmp) { function in class:clang::threadSafety::Goto
1671 template <class C> typename C::CType compare(Branch *E, C &Cmp) { function in class:clang::threadSafety::Branch
1701 template <class C> typename C::CType compare(Identifier* E, C& Cmp) { function in class:clang::threadSafety::Identifier
1740 template <class C> typename C::CType compare(IfThenElse* E, C& Cmp) { function in class:clang::threadSafety::IfThenElse
1787 template <class C> typename C::CType compare(Let* E, C& Cmp) { function in class:clang::threadSafety::Let
[all...]
/external/deqp/framework/common/
H A DtcuTexture.cpp1202 static inline float execCompare (const tcu::Vec4& color, Sampler::CompareMode compare, int chanNdx, float ref_, bool isFixedPoint) argument
1209 switch (compare)
1477 float p0 = execCompare(p0Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat);
1478 float p1 = execCompare(p1Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat);
1514 float p00 = execCompare(p00Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat);
1515 float p10 = execCompare(p10Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat);
1516 float p01 = execCompare(p01Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat);
1517 float p11 = execCompare(p11Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat);
1733 case Sampler::NEAREST: return execCompare(sampleNearest1D(*this, sampler, u, offset), sampler.compare, sampler.compareChannel, ref, isFixedPointDepth);
1760 case Sampler::NEAREST: return execCompare(sampleNearest2D(*this, sampler, u, v, offset), sampler.compare, sample
[all...]
/external/stlport/stlport/stl/
H A D_rope.h1361 int compare(const _Self& __y) const { function in class:rope
2243 return __left.compare(__right) < 0;
2250 return __left.compare(__right) == 0;

Completed in 6568 milliseconds

<<111213141516