Home
last modified time | relevance | path

Searched refs:floatView (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/webkit/
Djit-float32-array-nan-expected.txt31 PASS "" + floatView[0] is "NaN"
33 PASS "" + floatView[0] is "NaN"
35 PASS "" + floatView[0] is "NaN"
37 PASS "" + floatView[0] is "NaN"
39 PASS "" + floatView[0] is "NaN"
41 PASS "" + floatView[0] is "NaN"
43 PASS "" + floatView[0] is "NaN"
45 PASS "" + floatView[0] is "NaN"
47 PASS "" + floatView[0] is "NaN"
49 PASS "" + floatView[0] is "NaN"
[all …]
Ddfg-float32-array-nan-expected.txt31 PASS "" + foo(floatView) is "NaN"
33 PASS "" + foo(floatView) is "NaN"
35 PASS "" + foo(floatView) is "NaN"
37 PASS "" + foo(floatView) is "NaN"
39 PASS "" + foo(floatView) is "NaN"
41 PASS "" + foo(floatView) is "NaN"
43 PASS "" + foo(floatView) is "NaN"
45 PASS "" + foo(floatView) is "NaN"
47 PASS "" + foo(floatView) is "NaN"
49 PASS "" + foo(floatView) is "NaN"
[all …]
Djit-float32-array-nan.js31 var floatView = new Float32Array(buffer); variable
38 debug(floatView[0]);
Ddfg-float32-array-nan.js31 var floatView = new Float32Array(buffer); variable