HomeSort by relevance Sort by last modified time
    Searched full:math (Results 51 - 75 of 2517) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/tests/102-verify-nonwide-math/
info.txt 1 This tests that non-wide-taking (category-1) "calculation" opcodes (math
  /external/stlport/etc/
std_headers_c_h.txt 3 math.h
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/
15.8-2-n.js 24 ECMA Section: 15.8 The Math Object
28 The Math object is merely a single object that has some named properties,
31 The value of the internal [[Prototype]] property of the Math object is the
34 The Math object does not have a [[Construct]] property; it is not possible
35 to use the Math object as a constructor with the new operator.
37 The Math object does not have a [[Call]] property; it is not possible to
38 invoke the Math object as a function.
51 var TITLE = "The Math Object";
63 "MYMATH = new Math()",
65 "MYMATH = new Math()" );
    [all...]
15.8-3-n.js 24 ECMA Section: 15.8 The Math Object
28 The Math object is merely a single object that has some named properties,
31 The value of the internal [[Prototype]] property of the Math object is the
34 The Math object does not have a [[Construct]] property; it is not possible
35 to use the Math object as a constructor with the new operator.
37 The Math object does not have a [[Call]] property; it is not possible to
38 invoke the Math object as a function.
50 var TITLE = "The Math Object";
61 "MYMATH = Math()",
63 "MYMATH = Math()" );
    [all...]
15.8.1.1-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.E
36 var TITLE = "Math.E";
46 array[item++] = new TestCase( SECTION, "Math.E = 0; Math.E", 2.7182818284590452354, ("Math.E=0;Math.E") );
58 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "Math.E should be read-only ";
15.8.1.6-2.js 25 Description: All value properties of the Math object should have
28 this test checks the DontDelete attribute of Math.PI
37 var TITLE = "Math.PI";
47 array[item++] = new TestCase( SECTION, "delete Math.PI; Math.PI", 3.1415926535897923846, "delete Math.PI; Math.PI" );
48 array[item++] = new TestCase( SECTION, "delete Math.PI; Math.PI", false, "delete Math.PI" )
    [all...]
15.8.1.2-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.LN10
36 var TITLE = "Math.LN10";
46 array[item++] = new TestCase( SECTION, "Math.LN10=0; Math.LN10", 2.302585092994046, "Math.LN10=0; Math.LN10" );
15.8.1.3-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.LN2
37 var TITLE = "Math.LN2";
47 array[item++] = new TestCase( SECTION, "Math.LN2=0; Math.LN2", 0.6931471805599453, ("Math.LN2=0; Math.LN2") );
15.8.1.4-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.LOG2E
37 var TITLE = "Math.LOG2E";
47 array[item++] = new TestCase( SECTION, "Math.L0G2E=0; Math.LOG2E", 1.4426950408889634, ("Math.LOG2E=0; Math.LOG2E") );
15.8.1.5-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.LOG10E
38 var TITLE = "Math.LOG10E";
50 array[item++] = new TestCase( SECTION, "Math.LOG10E=0; Math.LOG10E", 0.4342944819032518, ("Math.LOG10E=0; Math.LOG10E") );
15.8.1.6-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.PI
37 var TITLE = "Math.PI";
47 array[item++] = new TestCase( SECTION, "Math.PI=0; Math.PI", 3.1415926535897923846, "Math.PI=0; Math.PI" );
15.8.1.7-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.SQRT1_2
37 var TITLE = "Math.SQRT1_2";
47 array[item++] = new TestCase( SECTION, "Math.SQRT1_2=0; Math.SQRT1_2", 0.7071067811865476, "Math.SQRT1_2=0; Math.SQRT1_2" );
15.8.1.8-1.js 25 Description: All value properties of the Math object should have
28 this test checks the ReadOnly attribute of Math.SQRT2
37 var TITLE = "Math.SQRT2";
47 array[item++] = new TestCase( SECTION, "Math.SQRT2=0; Math.SQRT2", 1.4142135623730951, ("Math.SQRT2=0; Math.SQRT2") );
15.8.1.1-2.js 25 Description: All value properties of the Math object should have
28 this test checks the DontDelete attribute of Math.E
36 var TITLE = "Math.E";
48 array[item++] = new TestCase( SECTION, "delete(Math.E)", false, "delete Math.E" );
49 array[item++] = new TestCase( SECTION, "delete(Math.E); Math.E", MATH_E, "delete Math.E; Math.E" );
15.8.1.3-2.js 25 Description: All value properties of the Math object should have
28 this test checks the DontDelete attribute of Math.LN2
37 var TITLE = "Math.LN2";
51 array[item++] = new TestCase( SECTION, "delete(Math.LN2)", false, "delete(Math.LN2)" );
52 array[item++] = new TestCase( SECTION, "delete(Math.LN2); Math.LN2", MATH_LN2, "delete(Math.LN2); Math.LN2" );
  /dalvik/libcore/math/src/main/java/java/math/
package.html 4 Class {@link java.math.BigInteger} provides integers which are limited
6 Class {@link java.math.BigDecimal} provides arbitrary-precision signed
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.7.3.js 78 shiftexp = Math.pow( 2, power );
98 if ( Math.abs( n ) == 0 || Math.abs( n ) == Number.POSITIVE_INFINITY ) {
101 return ( sign * Math.floor(Math.abs(n)) );
107 if ( Math.abs( n ) == 0 || Math.abs( n ) == Number.POSITIVE_INFINITY) {
111 n = (sign * Math.floor( Math.abs(n) )) % Math.pow(2,32)
    [all...]
  /external/webkit/WebCore/mathml/
mathtags.in 2 namespaceURI="http://www.w3.org/1998/Math/MathML"
5 math
  /dalvik/libcore/math/src/test/java/tests/math/
AllTests.java 17 package tests.math;
23 * Test suite that includes all tests for the Math project.
32 TestSuite suite = tests.TestSuiteFactory.createTestSuite("All Math test suites");
34 suite.addTest(tests.api.java.math.AllTests.suite());
35 suite.addTest(org.apache.harmony.math.tests.java.math.AllTests.suite());
  /external/v8/test/mjsunit/
array-length.js 77 a[Math.pow(2,31)-1] = 0;
78 a[Math.pow(2,30)-1] = 0;
79 assertEquals(Math.pow(2,31), a.length);
85 a[Math.pow(2,30)-1] = Math.pow(2,30)-1;
86 a[Math.pow(2,31)-1] = Math.pow(2,31)-1;
87 a[Math.pow(2,32)-2] = Math.pow(2,32)-2;
89 assertEquals(Math.pow(2,30)-1, a[Math.pow(2,30)-1])
    [all...]
sin-cos.js 28 // Test Math.sin and Math.cos.
30 var input_sin = [0, Math.PI / 2];
31 var input_cos = [0, Math.PI];
33 var output_sin = input_sin.map(Math.sin);
34 var output_cos = input_cos.map(Math.cos);
44 var x = Math.pow(2, 70);
45 assertTrue(Math.sin(x) != Math.cos(x));
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
SunCalculator.java 82 int hour = (int) Math.floor(time);
83 int minute = (int) Math.round((time - hour) * 60);
91 int hour = (int) Math.floor(time);
92 int minute = (int) Math.round((time - hour) * 60);
100 int hour = (int) Math.floor(time);
101 int minute = (int) Math.round((time - hour) * 60);
111 int hour = (int) Math.floor(time);
112 int minute = (int) Math.round((time - hour) * 60);
178 final double meanRadians = Math.toRadians(meanAnomaly);
179 double sinMeanAnomaly = Math.sin(meanRadians)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4-2.js 55 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,16)] = 'hi'; arr.length", Math.pow(2,16)+1, eval("var arr=new Array(); arr[Math.pow(2,16)] = 'hi'; arr.length") );
57 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,30)-2] = 'hi'; arr.length", Math.pow(2,30)-1, eval("var arr=new Array(); arr[Math.pow(2,30)-2] = 'hi'; arr.length") );
58 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,30)-1] = 'hi'; arr.length", Math.pow(2,30), eval("var arr=new Array(); arr[Math.pow(2,30)-1] = 'hi'; arr.length") );
59 array[item++] = new TestCase( SECTION, "var arr=new Array(); arr[Math.pow(2,30)] = 'hi'; arr.length", Math.pow(2,30)+1, eval("var arr=new Array(); arr[Math.pow( (…)
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/spec/
RSAPrivateCrtKeySpecTest.java 32 import java.math.BigInteger;
53 args = {java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class}
77 args = {java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.class, java.math.BigInteger.cla (…)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-002.js 20 re_1.lastIndex = Math.pow(2,31);
21 AddRegExpCases( re_1, "\\cA?", true, false, false, Math.pow(2,31) );
24 re_2.lastIndex = Math.pow(2,32) -1;
25 AddRegExpCases( re_2, "\\w*", false, true, false, Math.pow(2,32)-1 );
28 re_3.lastIndex = Math.pow(2,31) -1;
29 AddRegExpCases( re_3, "\\*{0,80}", false, false, true, Math.pow(2,31) -1 );
32 re_4.lastIndex = Math.pow(2,30) -1;
33 AddRegExpCases( re_4, "^.", true, true, true, Math.pow(2,30) -1 );
36 re_5.lastIndex = Math.pow(2,30);
37 AddRegExpCases( re_5, "\\B", false, false, false, Math.pow(2,30) )
    [all...]

Completed in 55 milliseconds

1 23 4 5 6 7 8 91011>>