HomeSort by relevance Sort by last modified time
    Searched refs:bInt (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/builtins/
comparedf2.c 54 const srep_t bInt = toRep(b);
56 const rep_t bAbs = bInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
77 if (aInt > bInt) return LE_LESS;
78 else if (aInt == bInt) return LE_EQUAL;
99 const srep_t bInt = toRep(b);
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >= 0)
    [all...]
comparesf2.c 54 const srep_t bInt = toRep(b);
56 const rep_t bAbs = bInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
77 if (aInt > bInt) return LE_LESS;
78 else if (aInt == bInt) return LE_EQUAL;
99 const srep_t bInt = toRep(b);
101 const rep_t bAbs = bInt & absMask;
105 if ((aInt & bInt) >= 0)
    [all...]
comparetf2.c 54 const srep_t bInt = toRep(b);
56 const rep_t bAbs = bInt & absMask;
66 if ((aInt & bInt) >= 0) {
67 if (aInt < bInt) return LE_LESS;
68 else if (aInt == bInt) return LE_EQUAL;
76 if (aInt > bInt) return LE_LESS;
77 else if (aInt == bInt) return LE_EQUAL;
97 const srep_t bInt = toRep(b);
99 const rep_t bAbs = bInt & absMask;
103 if ((aInt & bInt) >= 0)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
strtodtest.cpp 39 const uint64_t bInt = (u.u & kSignificandMask) | kHiddenBit;
42 EXPECT_EQ(RAPIDJSON_UINT64_C2(0x001465a7, 0x2e467d88), bInt);
104 BigInteger bS(bInt);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 427 BigInteger bInt = new BigInteger("1");
428 aps = new java.security.spec.DSAParameterSpec(bInt, bInt, bInt);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 427 BigInteger bInt = new BigInteger("1");
428 aps = new java.security.spec.DSAParameterSpec(bInt, bInt, bInt);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
strtod.h 57 const uint64_t bInt = db.IntegerSignificand();
100 BigInteger bS(bInt);
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
chai.js 40 var bInt = parseInt(bArray[i], 10);
41 if (aInt === bInt) {
43 var bLex = bArray[i].substr((""+bInt).length);
48 } else if (aInt > bInt) {
    [all...]

Completed in 445 milliseconds