OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testRound
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/test/mjsunit/
math-round.js
31
function
testRound
(expect, input) {
43
testRound
(0, 0);
44
testRound
(-0, -0);
45
testRound
(Infinity, Infinity);
46
testRound
(-Infinity, -Infinity);
47
testRound
(NaN, NaN);
64
testRound
(1, 0.5);
65
testRound
(1, 0.7);
66
testRound
(1, 1);
67
testRound
(1, 1.1)
[
all
...]
/external/v8/test/mjsunit/
math-round.js
31
function
testRound
(expect, input) {
43
testRound
(0, 0);
44
testRound
(-0, -0);
45
testRound
(Infinity, Infinity);
46
testRound
(-Infinity, -Infinity);
47
testRound
(NaN, NaN);
64
testRound
(1, 0.5);
65
testRound
(1, 0.7);
66
testRound
(1, 1);
67
testRound
(1, 1.1)
[
all
...]
/libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java
62
public void
testRound
() {
/cts/tests/tests/graphics/src/android/graphics/cts/
RectFTest.java
500
public void
testRound
() {
Completed in 258 milliseconds