Searched refs:ToInt32 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/TypeConversion/
H A D9.5-2.js24 ECMA Section: 9.5 Type Conversion: ToInt32
30 The operator ToInt32 converts its argument to one of 2^32
45 ToInt32(ToUint32(x)) == ToInt32(x) for all values of x
57 writeHeaderToLog( SECTION + " ToInt32");
73 function ToInt32( n ) { function
108 array[item++] = new TestCase( SECTION, "-1 << 0", ToInt32(-1), -1 << 0 );
111 array[item++] = new TestCase( SECTION, "2147483647 << 0", ToInt32(2147483647), 2147483647 << 0 );
112 array[item++] = new TestCase( SECTION, "2147483648 << 0", ToInt32(2147483648), 2147483648 << 0 );
113 array[item++] = new TestCase( SECTION, "2147483649 << 0", ToInt32(214748364
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Expressions/
H A D11.10-1.js35 5. Call ToInt32(Result(2)).
36 6. Call ToInt32(Result(4)).
100 function ToInt32( n ) { function
214 s = ToInt32( s );
215 a = ToInt32( a );
232 s = ToInt32( s );
233 a = ToInt32( a );
253 s = ToInt32( s );
254 a = ToInt32( a );
H A D11.10-2.js35 5. Call ToInt32(Result(2)).
36 6. Call ToInt32(Result(4)).
99 function ToInt32( n ) { function
213 s = ToInt32( s );
214 a = ToInt32( a );
231 s = ToInt32( s );
232 a = ToInt32( a );
252 s = ToInt32( s );
253 a = ToInt32( a );
H A D11.10-3.js35 5. Call ToInt32(Result(2)).
36 6. Call ToInt32(Result(4)).
99 function ToInt32( n ) { function
212 s = ToInt32( s );
213 a = ToInt32( a );
230 s = ToInt32( s );
231 a = ToInt32( a );
251 s = ToInt32( s );
252 a = ToInt32( a );
H A D11.7.1.js36 5. Call ToInt32(Result(2)).
98 function ToInt32( n ) { function
212 var shift = ToInt32( s );
228 return ToInt32(ToInt32Decimal(s));
H A D11.7.2.js36 5. Call ToInt32(Result(2)).
112 function ToInt32( n ) { function
224 s = ToInt32( s );
245 return ToInt32(ToInt32Decimal(s));
H A D11.4.8.js91 function ToInt32( n ) { function
203 n = ToInt32(n);
H A D11.7.3.js103 function ToInt32( n ) { function
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
H A DGZipStream.cs166 result = gzread(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);
210 int result = gzwrite(_gzFile, h.AddrOfPinnedObject().ToInt32() + offset, count);

Completed in 127 milliseconds