OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expected_cos
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/mjsunit/
sin-cos.js
37
var
expected_cos
= [1, -1];
variable
40
assertArrayEquals(
expected_cos
, output_cos, "cosine");
Completed in 48 milliseconds