/external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/ |
D | 15.8.2.5.js | 54 …array[item++] = new TestCase( SECTION, "Math.atan2(1, 0)", Math.PI/2, Math.atan2(1,… 55 …array[item++] = new TestCase( SECTION, "Math.atan2(1,-0)", Math.PI/2, Math.atan2(1,… 58 …array[item++] = new TestCase( SECTION, "Math.atan2(0, -0)", Math.PI, Math.atan2(0,… 59 …array[item++] = new TestCase( SECTION, "Math.atan2(0, -1)", Math.PI, Math.atan2(0,… 65 …array[item++] = new TestCase( SECTION, "Math.atan2(-0, -0)", -Math.PI, Math.atan2(-0, -… 66 …array[item++] = new TestCase( SECTION, "Math.atan2(-0, -1)", -Math.PI, Math.atan2(-0, -… 67 …array[item++] = new TestCase( SECTION, "Math.atan2(-1, 0)", -Math.PI/2, Math.atan2(-1, 0… 68 …array[item++] = new TestCase( SECTION, "Math.atan2(-1, -0)", -Math.PI/2, Math.atan2(-1, -… 70 …array[item++] = new TestCase( SECTION, "Math.atan2(1,-Infinity)", Math.PI, Math.atan2(1, Nu… 75 …array[item++] = new TestCase( SECTION, "Math.atan2(-1,-Infinity)", -Math.PI, Math.atan2(-1… [all …]
|
D | 15.8.2.7.js | 69 …ew TestCase( SECTION, "Math.cos(Math.PI*2)", 1, Math.cos(Math.PI*2) ); 70 …ew TestCase( SECTION, "Math.cos(Math.PI/4)", Math.SQRT2/2, Math.cos(Math.PI/4) ); 71 …ew TestCase( SECTION, "Math.cos(Math.PI/2)", 0, Math.cos(Math.PI/2) ); 72 … TestCase( SECTION, "Math.cos(3*Math.PI/4)", -Math.SQRT2/2, Math.cos(3*Math.PI/4) ); 73 … TestCase( SECTION, "Math.cos(Math.PI)", -1, Math.cos(Math.PI) ); 74 … TestCase( SECTION, "Math.cos(5*Math.PI/4)", -Math.SQRT2/2, Math.cos(5*Math.PI/4) ); 75 … TestCase( SECTION, "Math.cos(3*Math.PI/2)", 0, Math.cos(3*Math.PI/2) ); 76 … TestCase( SECTION, "Math.cos(7*Math.PI/4)", Math.SQRT2/2, Math.cos(7*Math.PI/4) ); 77 …ew TestCase( SECTION, "Math.cos(Math.PI*2)", 1, Math.cos(2*Math.PI) ); 86 …w TestCase( SECTION, "Math.cos(-Math.PI/4)", Math.SQRT2/2, Math.cos(-Math.PI/4) ); [all …]
|
D | 15.8.2.2.js | 53 …array[item++] = new TestCase( SECTION, "Math.acos(null)", Math.PI/2, Math.acos(null… 57 …array[item++] = new TestCase( SECTION, "Math.acos('0')", Math.PI/2, Math.acos('0')… 59 …array[item++] = new TestCase( SECTION, "Math.acos('-1')", Math.PI, Math.acos('-1'… 64 …array[item++] = new TestCase( SECTION, "Math.acos(-1)", Math.PI, Math.acos(-1) … 65 …array[item++] = new TestCase( SECTION, "Math.acos(0)", Math.PI/2, Math.acos(0) … 66 …array[item++] = new TestCase( SECTION, "Math.acos(-0)", Math.PI/2, Math.acos(-0) … 67 …array[item++] = new TestCase( SECTION, "Math.acos(Math.SQRT1_2)", Math.PI/4, Math.acos(Math.… 68 …array[item++] = new TestCase( SECTION, "Math.acos(-Math.SQRT1_2)", Math.PI/4*3, Math.acos(-Mat… 69 …array[item++] = new TestCase( SECTION, "Math.acos(0.9999619230642)", Math.PI/360, Math.acos(0.…
|
D | 15.8.2.4.js | 62 …array[item++] = new TestCase( SECTION, "Math.atan('1')", Math.PI/4, Math.atan('1')… 63 …array[item++] = new TestCase( SECTION, "Math.atan('-1')", -Math.PI/4, Math.atan('-1'… 64 …array[item++] = new TestCase( SECTION, "Math.atan('Infinity)", Math.PI/2, Math.atan('Inf… 65 …array[item++] = new TestCase( SECTION, "Math.atan('-Infinity)", -Math.PI/2, Math.atan('-In… 70 …array[item++] = new TestCase( SECTION, "Math.atan(Infinity)", Math.PI/2, Math.atan(Numb… 71 …array[item++] = new TestCase( SECTION, "Math.atan(-Infinity)", -Math.PI/2, Math.atan(Numb… 72 …array[item++] = new TestCase( SECTION, "Math.atan(1)", Math.PI/4, Math.atan(1) … 73 …array[item++] = new TestCase( SECTION, "Math.atan(-1)", -Math.PI/4, Math.atan(-1) …
|
D | 15.8.2.3.js | 58 … array[item++] = new TestCase( SECTION, "Math.asin('1')", Math.PI/2, Math.asin("1") ); 59 … array[item++] = new TestCase( SECTION, "Math.asin('-1')", -Math.PI/2, Math.asin("-1") ); 60 …array[item++] = new TestCase( SECTION, "Math.asin(Math.SQRT1_2+'')", Math.PI/4, Math.asin(Math… 61 …array[item++] = new TestCase( SECTION, "Math.asin(-Math.SQRT1_2+'')", -Math.PI/4, Math.asin(-Mat… 70 …array[item++] = new TestCase( SECTION, "Math.asin(1)", Math.PI/2, Math.asin(1) … 71 …array[item++] = new TestCase( SECTION, "Math.asin(-1)", -Math.PI/2, Math.asin(-1) … 72 …array[item++] = new TestCase( SECTION, "Math.asin(Math.SQRT1_2))", Math.PI/4, Math.asin(Math.SQR… 73 …array[item++] = new TestCase( SECTION, "Math.asin(-Math.SQRT1_2))", -Math.PI/4, Math.asin(-Math.SQ…
|
D | 15.8.2.18.js | 63 …item++] = new TestCase( SECTION, "Math.tan(Math.PI/4)", 1, Math.tan(Math.PI/4)); 64 …em++] = new TestCase( SECTION, "Math.tan(3*Math.PI/4)", -1, Math.tan(3*Math.PI/4)); 65 …y[item++] = new TestCase( SECTION, "Math.tan(Math.PI)", -0, Math.tan(Math.PI)); 66 …em++] = new TestCase( SECTION, "Math.tan(5*Math.PI/4)", 1, Math.tan(5*Math.PI/4)); 67 …em++] = new TestCase( SECTION, "Math.tan(7*Math.PI/4)", -1, Math.tan(7*Math.PI/4)); 81 …N, "Math.tan(3*Math.PI/2) >= 5443000000000000", true, Math.tan(3*Math.PI/2) >= 54430000000000… 82 …ON, "Math.tan(Math.PI/2) >= 5443000000000000", true, Math.tan(Math.PI/2) >= 54430000000000…
|
D | 15.8.2.1.js | 74 …stCase( SECTION, "Math.abs( Math.PI )", Math.PI, Math.abs( Math.PI )… 75 …stCase( SECTION, "Math.abs( -Math.PI )", Math.PI, Math.abs( -Math.PI …
|
D | 15.8.1.js | 62 … array[item++] = new TestCase( "15.8.1.6", "Math.PI", 3.14159265358979323846, Math.PI ); 63 …item++] = new TestCase( "15.8.1.6", "typeof Math.PI", "number", typeof Math.PI );
|
/external/icu4c/i18n/ |
D | astro.cpp | 22 #if defined (PI) 23 #undef PI 202 const double CalendarAstronomer::PI = 3.14159265358979323846; member in CalendarAstronomer 204 #define CalendarAstronomer_PI2 (CalendarAstronomer::PI*2.0) 205 #define RAD_HOUR ( 12 / CalendarAstronomer::PI ) // radians -> hours 206 #define DEG_RAD ( CalendarAstronomer::PI / 180 ) // degrees -> radians 207 #define RAD_DEG ( 180 / CalendarAstronomer::PI ) // radians -> degrees 223 return normalize(angle, CalendarAstronomer::PI * 2.0); in norm2PI() 230 …return normalize(angle + CalendarAstronomer::PI, CalendarAstronomer::PI * 2.0) - CalendarAstronome… in normPI() 504 … double H = getLocalSidereal()*CalendarAstronomer::PI/12 - equatorial.ascension; // Hour-angle in eclipticToHorizon() [all …]
|
/external/chromium/third_party/icu/source/i18n/ |
D | astro.cpp | 22 #if defined (PI) 23 #undef PI 202 const double CalendarAstronomer::PI = 3.14159265358979323846; member in CalendarAstronomer 204 #define CalendarAstronomer_PI2 (CalendarAstronomer::PI*2.0) 205 #define RAD_HOUR ( 12 / CalendarAstronomer::PI ) // radians -> hours 206 #define DEG_RAD ( CalendarAstronomer::PI / 180 ) // degrees -> radians 207 #define RAD_DEG ( 180 / CalendarAstronomer::PI ) // radians -> degrees 223 return normalize(angle, CalendarAstronomer::PI * 2.0); in norm2PI() 230 …return normalize(angle + CalendarAstronomer::PI, CalendarAstronomer::PI * 2.0) - CalendarAstronome… in normPI() 504 … double H = getLocalSidereal()*CalendarAstronomer::PI/12 - equatorial.ascension; // Hour-angle in eclipticToHorizon() [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-925537.js | 38 assertClose( Math.PI / 4, Math.atan2(pinf, pinf)); 39 assertClose(-Math.PI / 4, Math.atan2(ninf, pinf)); 40 assertClose( 3 * Math.PI / 4, Math.atan2(pinf, ninf)); 41 assertClose(-3 * Math.PI / 4, Math.atan2(ninf, ninf));
|
/external/chromium/third_party/icu/source/data/translit/ |
D | JapaneseKana_Latin_BGN.txt | 158 ピョウ → pyō ; # KATAKANA LETTER PI + SMALL YO + U 159 ピュウ → pyū ; # KATAKANA LETTER PI + SMALL YU + U 160 ピャ → pya ; # KATAKANA LETTER PI + SMALL YA 161 ピョ → pyo ; # KATAKANA LETTER PI + SMALL YO 162 ピュ → pyu ; # KATAKANA LETTER PI + SMALL YU 163 ピ → pi ; # KATAKANA LETTER PI 301 ぴょう → pyō ; # HIRAGANA LETTER PI + SMALL YO + U 302 ぴゅう → pyū ; # HIRAGANA LETTER PI + SMALL YU + U 303 ぴゃ → pya ; # HIRAGANA LETTER PI + SMALL YA 304 ぴょ → pyo ; # HIRAGANA LETTER PI + SMALL YO [all …]
|
D | Greek_Latin_BGN.txt | 157 $wordBoundary{ΜΠ → B ; # GREEK CAPITAL LETTER MU + CAPITAL PI 158 $wordBoundary{Μπ → B ; # GREEK CAPITAL LETTER MU + SMALL PI 159 $wordBoundary{μπ → b ; # GREEK SMALL LETTER MU + SMALL PI 160 ΜΠ → MB ; # GREEK CAPITAL LETTER MU + CAPITAL PI 161 Μπ → Mb ; # GREEK CAPITAL LETTER MU + SMALL PI 162 μπ → mb ; # GREEK SMALL LETTER MU + SMALL PI 185 Π → P ; # GREEK CAPITAL LETTER PI 186 π → p ; # GREEK SMALL LETTER PI
|
/external/icu4c/data/translit/ |
D | JapaneseKana_Latin_BGN.txt | 158 ピョウ → pyō ; # KATAKANA LETTER PI + SMALL YO + U 159 ピュウ → pyū ; # KATAKANA LETTER PI + SMALL YU + U 160 ピャ → pya ; # KATAKANA LETTER PI + SMALL YA 161 ピョ → pyo ; # KATAKANA LETTER PI + SMALL YO 162 ピュ → pyu ; # KATAKANA LETTER PI + SMALL YU 163 ピ → pi ; # KATAKANA LETTER PI 301 ぴょう → pyō ; # HIRAGANA LETTER PI + SMALL YO + U 302 ぴゅう → pyū ; # HIRAGANA LETTER PI + SMALL YU + U 303 ぴゃ → pya ; # HIRAGANA LETTER PI + SMALL YA 304 ぴょ → pyo ; # HIRAGANA LETTER PI + SMALL YO [all …]
|
D | Greek_Latin_BGN.txt | 157 $wordBoundary{ΜΠ → B ; # GREEK CAPITAL LETTER MU + CAPITAL PI 158 $wordBoundary{Μπ → B ; # GREEK CAPITAL LETTER MU + SMALL PI 159 $wordBoundary{μπ → b ; # GREEK SMALL LETTER MU + SMALL PI 160 ΜΠ → MB ; # GREEK CAPITAL LETTER MU + CAPITAL PI 161 Μπ → Mb ; # GREEK CAPITAL LETTER MU + SMALL PI 162 μπ → mb ; # GREEK SMALL LETTER MU + SMALL PI 185 Π → P ; # GREEK CAPITAL LETTER PI 186 π → p ; # GREEK SMALL LETTER PI
|
/external/v8/test/mjsunit/ |
D | sin-cos.js | 30 var input_sin = [0, Math.PI / 2]; 31 var input_cos = [0, Math.PI];
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
D | 3d-morph.js | 31 var PI2nx = Math.PI * 8/nx 33 var f30 = -(50 * sin(f*Math.PI*2))
|
D | access-nbody.js | 5 var PI = 3.141592653589793; variable 6 var SOLAR_MASS = 4 * PI * PI;
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
D | 3d-morph.js | 31 var PI2nx = Math.PI * 8/nx 33 var f30 = -(50 * sin(f*Math.PI*2))
|
D | access-nbody.js | 5 var PI = 3.141592653589793; variable 6 var SOLAR_MASS = 4 * PI * PI;
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
D | 11.4.1.js | 56 …array[item++] = new TestCase( SECTION, "delete(Math.PI)", false, delete(Math.PI) ); 94 this.prop8 = Math.PI;
|
D | 11.4.2.js | 53 …m++] = new TestCase( SECTION, "void(Math.PI)", void 0, void(Math.PI) ); 65 …tem++] = new TestCase( SECTION, "void Math.PI", void 0, void Math.PI );
|
/external/icu4c/test/intltest/ |
D | astrotst.cpp | 139 …ToEquatorial(result, 139.686111 * CalendarAstronomer::PI / 180.0, 4.875278* CalendarAstronomer::PI… in TestCoordinates() 161 double eclLat = laLat * CalendarAstronomer::PI / 360; in TestCoverage() 162 double eclLong = laLong * CalendarAstronomer::PI / 360; in TestCoverage() 454 static const double precision = CalendarAstronomer::PI/32; in TestMoonAge() 462 double expectedAge = (angle[i]*CalendarAstronomer::PI)/180; in TestMoonAge()
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | astrotst.cpp | 139 …ToEquatorial(result, 139.686111 * CalendarAstronomer::PI / 180.0, 4.875278* CalendarAstronomer::PI… in TestCoordinates() 161 double eclLat = laLat * CalendarAstronomer::PI / 360; in TestCoverage() 162 double eclLong = laLong * CalendarAstronomer::PI / 360; in TestCoverage() 454 static const double precision = CalendarAstronomer::PI/32; in TestMoonAge() 462 double expectedAge = (angle[i]*CalendarAstronomer::PI)/180; in TestMoonAge()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
D | 15.4.4.5-3.js | 66 array[array.length] = new Date( TIME_2000 * Math.PI ); 72 array[array.length] = new Date( TIME_1900 * Math.PI );
|