OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:negativezero
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/test/webkit/fast/js/kde/
math.js
25
var
negativeZero
= Math.atan2(-1, Infinity); // ### any nicer way?
33
shouldBeTrue("isNegativeZero(
negativeZero
)");
59
shouldBeTrue("isNegativeZero(Math.round(
negativeZero
))");
83
shouldBeTrue("isNegativeZero(Math.min(
negativeZero
, 0))");
90
shouldBeTrue("!isNegativeZero(Math.max(
negativeZero
, 0))");
math-expected.txt
29
PASS isNegativeZero(
negativeZero
) is true
50
PASS isNegativeZero(Math.round(
negativeZero
)) is true
70
PASS isNegativeZero(Math.min(
negativeZero
, 0)) is true
75
PASS !isNegativeZero(Math.max(
negativeZero
, 0)) is true
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py
[
all
...]
Completed in 60 milliseconds