OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQRT1_2
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Math/
15.8.2.3.js
60
array[item++] = new TestCase( SECTION, "Math.asin(Math.
SQRT1_2
+'')", Math.PI/4, Math.asin(Math.
SQRT1_2
+'') );
61
array[item++] = new TestCase( SECTION, "Math.asin(-Math.
SQRT1_2
+'')", -Math.PI/4, Math.asin(-Math.
SQRT1_2
+'') );
72
array[item++] = new TestCase( SECTION, "Math.asin(Math.
SQRT1_2
))", Math.PI/4, Math.asin(Math.
SQRT1_2
) );
73
array[item++] = new TestCase( SECTION, "Math.asin(-Math.
SQRT1_2
))", -Math.PI/4, Math.asin(-Math.
SQRT1_2
));
15.8.1.js
31
15.8.1.7
SQRT1_2
64
array[item++] = new TestCase( "15.8.1.7", "Math.
SQRT1_2
", 0.7071067811865476, Math.
SQRT1_2
);
65
array[item++] = new TestCase( "15.8.1.7", "typeof Math.
SQRT1_2
", "number", typeof Math.
SQRT1_2
);
15.8.2.2.js
67
array[item++] = new TestCase( SECTION, "Math.acos(Math.
SQRT1_2
)", Math.PI/4, Math.acos(Math.
SQRT1_2
));
68
array[item++] = new TestCase( SECTION, "Math.acos(-Math.
SQRT1_2
)", Math.PI/4*3, Math.acos(-Math.
SQRT1_2
));
15.8.2.17.js
69
array[item++] = new TestCase( SECTION, "Math.sqrt(0.5)", Math.
SQRT1_2
, Math.sqrt(0.5));
/external/skia/src/animator/
SkDisplayMath.cpp
27
SK_PROPERTY(
SQRT1_2
),
39
0.707106781f, //
SQRT1_2
48
0xB505, //
SQRT1_2
124
SK_MEMBER_PROPERTY(
SQRT1_2
, Float),
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
R4R8First_v7.s
30
ldr r3,
SQRT1_2
107
SQRT1_2
:
/frameworks/base/media/libstagefright/codecs/aacenc/src/
transform.c
30
#define
SQRT1_2
0x5a82799a /* sqrt(1/2) in Q31 */
164
t0 = MULHIGH(
SQRT1_2
, r0 - i0);
165
t1 = MULHIGH(
SQRT1_2
, r0 + i0);
166
t2 = MULHIGH(
SQRT1_2
, r2 - i2);
167
t3 = MULHIGH(
SQRT1_2
, r2 + i2);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.3-2.js
279
array[item++] = new TestCase( SECTION, "parseFloat( ' ' +Math.
SQRT1_2
+' ')", Math.
SQRT1_2
, parseFloat( ' ' +Math.
SQRT1_2
+' '));
15.1.2.3-1.js
421
array[item++] = new TestCase( SECTION, "parseFloat(Math.
SQRT1_2
)", Math.
SQRT1_2
, parseFloat(Math.
SQRT1_2
));
429
array[item++] = new TestCase( SECTION, "parseFloat(Math.
SQRT1_2
+'')", Math.
SQRT1_2
, parseFloat(Math.
SQRT1_2
+''));
/external/v8/src/
math.js
230
"
SQRT1_2
",
/external/v8/test/mjsunit/
undeletable-functions.js
70
"E", "LN10", "LN2", "LOG2E", "LOG10E", "PI", "
SQRT1_2
", "SQRT2"];
Completed in 729 milliseconds