Home
last modified time | relevance | path

Searched refs:testInt32 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/js-native-api/test_number/
H A Dtest.js57 function testInt32(input, expected = input) { function
62 testInt32(0.0, 0);
63 testInt32(-0.0, 0);
66 testInt32(-Math.pow(2, 31));
67 testInt32(Math.pow(2, 31) - 1);
70 testInt32(4294967297, 1);
71 testInt32(4294967296, 0);
72 testInt32(4294967295, -1);
73 testInt32(4294967296 * 5 + 3, 3);
76 testInt32(Numbe
[all...]
/third_party/protobuf/php/tests/
H A DArrayTest.php17 public function testInt32() function
H A DMapFieldTest.php16 public function testInt32() { function

Completed in 2 milliseconds