Home
last modified time | relevance | path

Searched defs:bInt (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/
Dcomparesf2.c53 const srep_t bInt = toRep(b); in __lesf2() local
92 const srep_t bInt = toRep(b); in __gesf2() local
Dcomparedf2.c53 const srep_t bInt = toRep(b); in __ledf2() local
92 const srep_t bInt = toRep(b); in __gedf2() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DKeyPairGenerator1Test.java428 BigInteger bInt = new BigInteger("1"); in testKeyPairGenerator12() local