Searched refs:TWO_TO_32 (Results 1 – 6 of 6) sorted by relevance
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | X7875_NewUnixTest.java | 165 final long TWO_TO_32 = 0x100000000L; in testParseReparse() local 166 final long MAX = TWO_TO_32 - 2; in testParseReparse() 174 parseReparse(TWO_TO_32, TWO_TO_32 + 1, LENGTH_5, TWO_TO_32, TWO_TO_32 + 1); in testParseReparse()
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.cpp | 865 const llong TWO_TO_32(1, 0); 866 const llong NEG_TWO_TO_32 = -TWO_TO_32; 882 … &ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_32 887 …&ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_3… 888 … &ZERO, &NEG_ONE, &ONE, &NEG_THREE, &THREE, &NEG_TWO_TO_16, &TWO_TO_16, &NEG_TWO_TO_32, &TWO_TO_32, 891 …&ZERO, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_16X3, &NEG_TWO_TO_16X3, &TWO_TO_32, &NEG_TWO_TO_32, &TW… 892 …TWO_TO_16, &TWO_TO_16, &NEG_TWO_TO_16X3, &TWO_TO_16X3, &NEG_TWO_TO_32, &TWO_TO_32, &NEG_TWO_TO_48,… 893 …&ZERO, &TWO_TO_32, &NEG_TWO_TO_32, &TWO_TO_32X3, &NEG_TWO_TO_32X3, &TWO_TO_48, &NEG_TWO_TO_48, &ZE… 894 …&ZERO, &NEG_TWO_TO_32, &TWO_TO_32, &NEG_TWO_TO_32X3, &TWO_TO_32X3, &NEG_TWO_TO_48, &TWO_TO_48, &ZE… 928 const llong TWO_TO_32(1, 0); [all …]
|
/external/protobuf/js/binary/ |
D | encoder.js | 87 (lowBits < jspb.BinaryConstants.TWO_TO_32)); 89 (highBits < jspb.BinaryConstants.TWO_TO_32)); 110 (value < jspb.BinaryConstants.TWO_TO_32)); 243 (value < jspb.BinaryConstants.TWO_TO_32));
|
D | utils.js | 78 jspb.BinaryConstants.TWO_TO_32) >>> 0; 98 jspb.BinaryConstants.TWO_TO_32); 251 var mantHigh = (mant / jspb.BinaryConstants.TWO_TO_32); 298 return bitsHigh * jspb.BinaryConstants.TWO_TO_32 + bitsLow; 391 var mant = jspb.BinaryConstants.TWO_TO_32 * (bitsHigh & 0xFFFFF) + bitsLow; 452 return '' + (jspb.BinaryConstants.TWO_TO_32 * bitsHigh + bitsLow);
|
D | constants.js | 332 jspb.BinaryConstants.TWO_TO_32 = 4294967296;
|
D | writer.js | 502 (value < jspb.BinaryConstants.TWO_TO_32)); 517 (intValue < jspb.BinaryConstants.TWO_TO_32)); 586 (value < jspb.BinaryConstants.TWO_TO_32));
|