Searched defs:equality (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.c1509 int i, equality; local
1518 equality = 1;
1533 equality &= (byteIn[k] == byteOut[j]);
1535 if (!equality) {
1814 int i, j, m, equality; local
1847 equality = 1;
1849 equality = equality && (src[splat ? m % 2 : m] == dst[m]);
1852 if (!equality) {
1871 int m, equality; local
1994 int equality, k; local
2061 int equality, k; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.c1509 int i, equality; local
1518 equality = 1;
1533 equality &= (byteIn[k] == byteOut[j]);
1535 if (!equality) {
1814 int i, j, m, equality; local
1847 equality = 1;
1849 equality = equality && (src[splat ? m % 2 : m] == dst[m]);
1852 if (!equality) {
1871 int m, equality; local
1994 int equality, k; local
2061 int equality, k; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc408 // If rhs is not a number and lhs is a Smi then strict equality cannot
435 // If lhs is not a number and rhs is a smi then strict equality cannot
466 // There is no test for undetectability in strict equality.
524 // Fast negative check for internalized-to-internalized equality.
3318 // For equality we do not care about the sign of the result.
3490 bool equality = Token::IsEqualityOp(op()); local
3526 if (equality) {
3543 if (equality) {
3554 if (equality) {
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc1651 // Strict equality can quickly decide whether objects are equal.
1652 // Non-strict object equality is slower, so it is handled later in the stub.
1656 // If we're doing a strict equality comparison, we don't have to do
1692 // There is no test for undetectability in strict equality.
1754 // Fast negative check for internalized-to-internalized equality.
1784 // Non-strict equality. Objects are unequal if
3338 // For equality we do not care about the sign of the result.
3532 bool equality = Token::IsEqualityOp(op()); local
3573 // non-equality compare, we still need to determine the order. We
3575 if (equality) {
[all...]
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc1501 // If it's not a heap number, then return equal for (in)equality operator.
1534 // If we're doing a strict equality comparison, we don't have to do
1559 // There is no test for undetectability in strict equality.
1619 // Fast negative check for internalized-to-internalized equality.
1652 // Not strict equality. Objects are unequal if
3299 // For equality we do not care about the sign of the result.
3484 bool equality = Token::IsEqualityOp(op()); local
3524 if (equality) {
3542 if (equality) {
3556 if (equality) {
[all...]
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc1325 // Strict equality can quickly decide whether objects are equal.
1326 // Non-strict object equality is slower, so it is handled later in the stub.
1330 // If we're doing a strict equality comparison, we don't have to do
1366 // There is no test for undetectability in strict equality.
1440 // Fast negative check for internalized-to-internalized equality.
1470 // Non-strict equality. Objects are unequal if
3029 // For equality we do not care about the sign of the result.
3195 bool equality = Token::IsEqualityOp(op()); local
3236 // non-equality compare, we still need to determine the order. We
3238 if (equality) {
[all...]
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc310 // There is no test for undetectability in strict equality.
365 // If right is not a number and left is a smi, then strict equality cannot
390 // If left is not a number and right is a smi then strict equality cannot
416 // Fast negative check for internalized-to-internalized equality.
3218 // For equality we do not care about the sign of the result.
3381 bool equality = Token::IsEqualityOp(op()); local
3416 if (equality) {
3434 if (equality) {
3445 if (equality) {
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc452 // If lhs was not a number and rhs was a Smi then strict equality cannot
476 // If lhs was not a number and rhs was a Smi then strict equality cannot
501 // There is no test for undetectability in strict equality.
555 // Fast negative check for internalized-to-internalized equality.
3477 // For equality we do not care about the sign of the result.
3674 bool equality = Token::IsEqualityOp(op()); local
3713 if (equality) {
3734 if (equality) {
3745 if (equality) {
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.cc447 // If lhs was not a number and rhs was a Smi then strict equality cannot
470 // If lhs was not a number and rhs was a Smi then strict equality cannot
495 // There is no test for undetectability in strict equality.
549 // Fast negative check for internalized-to-internalized equality.
3514 // For equality we do not care about the sign of the result.
3711 bool equality = Token::IsEqualityOp(op()); local
3750 if (equality) {
3771 if (equality) {
3782 if (equality) {
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc5245 bool equality = args[0]->BooleanValue(); local
5248 if (equality) {
5586 // Check that equality works at all before relying on CHECK_EQ

Completed in 2563 milliseconds