Searched defs:equality (Results 1 - 7 of 7) 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/v8/src/arm/
H A Dcode-stubs-arm.cc1198 // If rhs is not a number and lhs is a Smi then strict equality cannot
1238 // If lhs is not a number and rhs is a smi then strict equality cannot
1387 // There is no test for undetectability in strict equality.
1454 // Fast negative check for symbol-to-symbol equality.
6545 // For equality we do not care about the sign of the result.
6664 bool equality = Token::IsEqualityOp(op_); local
6699 if (equality) {
6716 if (equality) {
6727 if (equality) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc4328 // Strict equality can quickly decide whether objects are equal.
4329 // Non-strict object equality is slower, so it is handled later in the stub.
4333 // If we're doing a strict equality comparison, we don't have to do
4369 // There is no test for undetectability in strict equality.
4462 // Fast negative check for symbol-to-symbol equality.
4500 // Non-strict equality. Objects are unequal if
6517 // For equality we do not care about the sign of the result.
6650 bool equality = Token::IsEqualityOp(op_); local
6691 // non-equality compare, we still need to determine the order.
6692 if (equality) {
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc1231 // If lhs was not a number and rhs was a Smi then strict equality cannot
1270 // If lhs was not a number and rhs was a Smi then strict equality cannot
1460 // There is no test for undetectability in strict equality.
1527 // Fast negative check for symbol-to-symbol equality.
1952 __ Subu(at, at, tos_); // This is a check for equality for the movz below.
6768 // For equality we do not care about the sign of the result.
6897 bool equality = Token::IsEqualityOp(op_); local
6935 if (equality) {
6956 if (equality) {
6967 if (equality) {
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3350 // If it's not a heap number, then return equal for (in)equality operator.
3384 // If we're doing a strict equality comparison, we don't have to do
3409 // There is no test for undetectability in strict equality.
3471 // Fast negative check for symbol-to-symbol equality.
3511 // Not strict equality. Objects are unequal if
5508 // For equality we do not care about the sign of the result.
5630 bool equality = Token::IsEqualityOp(op_); local
5669 if (equality) {
5687 if (equality) {
5701 if (equality) {
[all...]
/external/v8/test/cctest/
H A Dtest-api.cc3168 bool equality = args[0]->BooleanValue(); local
3171 if (equality) {
3369 // Check that equality works at all before relying on CHECK_EQ

Completed in 254 milliseconds