OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bInt
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/builtins/
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;
92
const srep_t
bInt
= toRep(b);
94
const rep_t bAbs =
bInt
& absMask;
98
if ((aInt &
bInt
) >= 0)
[
all
...]
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;
94
const srep_t
bInt
= toRep(b);
96
const rep_t bAbs =
bInt
& absMask;
100
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;
94
const srep_t
bInt
= toRep(b);
96
const rep_t bAbs =
bInt
& absMask;
100
if ((aInt &
bInt
) >= 0)
[
all
...]
/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
);
Completed in 237 milliseconds