Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_number/
H A Dtest.js40 function testUint32(input, expected = input) { function
45 testUint32(0.0, 0);
46 testUint32(-0.0, 0);
49 testUint32(4294967295);
50 testUint32(4294967296, 0);
51 testUint32(4294967297, 1);
52 testUint32(17 * 4294967296 + 1, 1);
53 testUint32(-1, 0xffffffff);
/third_party/protobuf/php/tests/
H A DArrayTest.php84 public function testUint32() function
H A DMapFieldTest.php82 public function testUint32() { function

Completed in 2 milliseconds