OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testmulneg
(Results
1 - 1
of
1
) sorted by null
/external/v8/test/mjsunit/
negate.js
31
function
testmulneg
(a, b) {
function
38
testmulneg
(2, 3);
39
testmulneg
(SMI_MAX, 3);
40
testmulneg
(SMI_MIN, 3);
41
testmulneg
(3.2, 2.3);
46
testmulneg
(x, y);
Completed in 482 milliseconds