OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPrime
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/mjsunit/
apply.js
146
function
isPrime
(possible_prime) {
158
if (
isPrime
(i)) {
/libcore/luni/src/main/java/java/math/
BigInt.java
382
public boolean
isPrime
(int certainty) {
/libcore/luni/src/test/java/tests/api/java/math/
BigIntegerTest.java
250
if (
isPrime
(a)) {
[
all
...]
Completed in 574 milliseconds