Home
last modified time | relevance | path

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

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