Searched refs:lhs (Results 451 - 475 of 695) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_validate.cpp539 const ir_dereference *const lhs = ir->lhs; local
540 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
543 lhs->type->is_scalar() ? "scalar" : "vector");
H A Dlower_if_to_cond_assign.cpp129 hash_table_find(ht, assign->lhs->variable_referenced()) != NULL;
H A Dopt_constant_variable.cpp100 entry = get_assignment_entry(ir->lhs->variable_referenced(), &this->list);
/external/mesa3d/src/glsl/
H A Dir_validate.cpp539 const ir_dereference *const lhs = ir->lhs; local
540 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
543 lhs->type->is_scalar() ? "scalar" : "vector");
/external/lldb/include/lldb/Core/
H A DRangeMap.h356 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
358 return lhs.GetRangeBase() < rhs.GetRangeBase();
642 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
644 return lhs.GetRangeBase() < rhs.GetRangeBase();
914 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
916 return lhs.GetRangeBase() < rhs.GetRangeBase();
1214 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
1216 return lhs.GetRangeBase() < rhs.GetRangeBase();
1485 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
1487 return lhs
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h912 bool ArrayEq(const T* lhs, size_t size, const U* rhs);
916 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } argument
920 inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) {
921 return internal::ArrayEq(lhs, N, rhs);
928 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { argument
930 if (!internal::ArrayEq(lhs[i], rhs[i]))
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h953 bool ArrayEq(const T* lhs, size_t size, const U* rhs);
957 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } argument
961 inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) {
962 return internal::ArrayEq(lhs, N, rhs);
969 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { argument
971 if (!internal::ArrayEq(lhs[i], rhs[i]))
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h982 bool ArrayEq(const T* lhs, size_t size, const U* rhs);
986 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } argument
990 inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) {
991 return internal::ArrayEq(lhs, N, rhs);
998 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { argument
1000 if (!internal::ArrayEq(lhs[i], rhs[i]))
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h953 bool ArrayEq(const T* lhs, size_t size, const U* rhs);
957 inline bool ArrayEq(const T& lhs, const U& rhs) { return lhs == rhs; } argument
961 inline bool ArrayEq(const T(&lhs)[N], const U(&rhs)[N]) {
962 return internal::ArrayEq(lhs, N, rhs);
969 bool ArrayEq(const T* lhs, size_t size, const U* rhs) { argument
971 if (!internal::ArrayEq(lhs[i], rhs[i]))
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp823 llong lhs = *values[i];
827 llong n = lhs;
832 n = lhs;
834 LLAssert(n == lhs);
859 const llong* tuples[] = { // lhs, rhs, ans
895 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
899 llong n = lhs;
905 n = lhs;
907 LLAssert(n == lhs);
975 const llong lhs
[all...]
/external/eigen/Eigen/src/Core/
H A DProductBase.h113 const _LhsNested& lhs() const { return m_lhs; } function in class:Eigen::ProductBase
138 return lhs().row(row).cwiseProduct(rhs().col(col).transpose()).sum();
245 : Base(prod.lhs(),prod.rhs()), m_prod(prod), m_alpha(x) {}
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp823 llong lhs = *values[i];
827 llong n = lhs;
832 n = lhs;
834 LLAssert(n == lhs);
859 const llong* tuples[] = { // lhs, rhs, ans
895 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
899 llong n = lhs;
905 n = lhs;
907 LLAssert(n == lhs);
975 const llong lhs
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py1808 # lhs = "(PyObject *)%s" % Naming.retval_cname
1810 lhs = Naming.retval_cname
1811 code.put_init_to_py_none(lhs, self.return_type)
3684 lhs = arg.entry.cname
3689 lhs,
4527 # lhs ExprNode Left hand side
4529 # first bool Is this guaranteed the first assignment to lhs?
4531 child_attrs = ["lhs", "rhs"]
4553 lhs = self.lhs
[all...]
H A DAnalysedTreeTransforms.py43 lhs=NameNode(pos, name=EncodedString(u'__test__'),
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc99 Register lhs,
105 Register lhs,
292 // Handle the case where the lhs and rhs are the same object.
394 Register lhs,
399 DCHECK((lhs.is(r0) && rhs.is(r1)) ||
400 (lhs.is(r1) && rhs.is(r0)));
408 // If rhs is not a number and lhs is a Smi then strict equality cannot
422 // Convert lhs to a double in d7.
423 __ SmiToDouble(d7, lhs);
427 // We now have both loaded as doubles but we can skip the lhs na
393 EmitSmiNonsmiComparison(MacroAssembler* masm, Register lhs, Register rhs, Label* lhs_not_nan, Label* slow, bool strict) argument
458 EmitStrictTwoHeapObjectCompare(MacroAssembler* masm, Register lhs, Register rhs) argument
501 EmitCheckForTwoHeapNumbers(MacroAssembler* masm, Register lhs, Register rhs, Label* both_loaded_as_doubles, Label* not_heap_numbers, Label* slow) argument
525 EmitCheckForInternalizedStringsOrObjects(MacroAssembler* masm, Register lhs, Register rhs, Label* possible_strings, Label* not_both_strings) argument
590 Register lhs = r1; local
[all...]
/external/chromium_org/chrome/browser/extensions/updater/
H A Dlocal_extension_cache.h173 static bool CompareCacheItemsAge(const CacheMap::iterator& lhs,
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.h110 bool operator()(const linked_ptr<SyncedFaviconInfo>& lhs,
H A Dtyped_url_model_associator_unittest.cc60 static bool URLsEqual(history::URLRow& lhs, history::URLRow& rhs) { argument
63 return (lhs.url().spec().compare(rhs.url().spec()) == 0) &&
64 (lhs.title().compare(rhs.title()) == 0) &&
65 (lhs.hidden() == rhs.hidden());
/external/chromium_org/content/browser/appcache/
H A Dview_appcache_internals_job.cc294 bool SortByManifestUrl(const AppCacheInfo& lhs, argument
296 return lhs.manifest_url.spec() < rhs.manifest_url.spec();
299 bool SortByResourceUrl(const AppCacheResourceInfo& lhs, argument
301 return lhs.url.spec() < rhs.url.spec();
/external/chromium_org/net/spdy/
H A Dhpack_huffman_table_test.cc113 const DecodeEntry& lhs = std::tr1::get<0>(arg); local
115 return lhs.next_table_index == rhs.next_table_index &&
116 lhs.length == rhs.length &&
117 lhs.symbol_id == rhs.symbol_id;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimal.h172 static AlignedOperands alignOperands(const Decimal& lhs, const Decimal& rhs);
/external/chromium_org/third_party/cython/src/Cython/
H A DCodeWriter.py327 self.visit(node.lhs)
334 for lhs in node.lhs_list:
335 self.visit(lhs)
412 self.visit(node.lhs)
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc206 string& operator+=(string& lhs, const StringHolder& rhs) { argument
209 lhs += *s;
213 lhs.append(cs, rhs.Length());
215 return lhs;
H A Dstringutil.h109 string& operator+=(string& lhs, const StringHolder& rhs);

Completed in 645 milliseconds

<<11121314151617181920>>