OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueBits
(Results
1 - 16
of
16
) sorted by null
/external/v8/test/webkit/
integer-extremes.js
157
for (var
valueBits
= 8;
valueBits
<= 128;
valueBits
++) {
158
debug("bits used to store value: " +
valueBits
);
159
var max = Math.pow(2,
valueBits
- 1) - 1;
160
var min = -Math.pow(2,
valueBits
- 1);
161
shouldBe("min.toString()", answers[
valueBits
-8][0]);
162
shouldBe("(min - 1).toString()", answers[
valueBits
-8][1]);
163
shouldBe("max.toString()", answers[
valueBits
-8][2]);
164
shouldBe("(max + 1).toString()", answers[
valueBits
-8][3])
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Float16Utils.java
127
long
valueBits
= Double.doubleToLongBits(value);
128
long mantissa =
valueBits
& DOUBLE_MANTISSA_MASK; // 52-bit mantissa
129
long exponent =
valueBits
& DOUBLE_EXPONENT_MASK; // 11-bit exponent
131
boolean isNegative = (
valueBits
& DOUBLE_SIGN_MASK) != 0;
230
long
valueBits
= Double.doubleToLongBits(value);
231
long mantissa =
valueBits
& DOUBLE_MANTISSA_MASK; // 52-bit mantissa
232
long exponent =
valueBits
& DOUBLE_EXPONENT_MASK; // 11-bit exponent
308
long
valueBits
= Double.doubleToLongBits(value);
309
long mantissa =
valueBits
& DOUBLE_MANTISSA_MASK; // 52-bit mantissa
310
long exponent =
valueBits
& DOUBLE_EXPONENT_MASK; // 11-bit exponen
[
all
...]
/external/icu/icu4c/source/common/
utrie2.cpp
128
utrie2_openFromSerialized(UTrie2ValueBits
valueBits
,
143
valueBits
<0 || UTRIE2_COUNT_VALUE_BITS<=
valueBits
163
if(
valueBits
!=(UTrie2ValueBits)(header->options&UTRIE2_OPTIONS_VALUE_BITS_MASK)) {
177
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
183
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
210
switch(
valueBits
) {
235
utrie2_openDummy(UTrie2ValueBits
valueBits
,
249
if(
valueBits
<0 || UTRIE2_COUNT_VALUE_BITS<=
valueBits
) {
[
all
...]
utrie2.h
85
* @param
valueBits
selects the data entry size; results in an
99
utrie2_openFromSerialized(UTrie2ValueBits
valueBits
,
115
* @param
valueBits
selects the data entry size
125
utrie2_openDummy(UTrie2ValueBits
valueBits
,
197
* utrie2_freeze() takes a
valueBits
parameter
277
*
valueBits
then it will set a U_ILLEGAL_ARGUMENT_ERROR.
280
* @param
valueBits
selects the data entry size; if smaller than 32 bits, then
291
utrie2_freeze(UTrie2 *trie, UTrie2ValueBits
valueBits
, UErrorCode *pErrorCode);
[
all
...]
utrie2_builder.cpp
[
all
...]
/external/icu/icu4c/source/test/cintltst/
trie2test.c
109
const UTrie2 *trie, UTrie2ValueBits
valueBits
,
130
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
141
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
151
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
178
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
191
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
226
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
246
if(
valueBits
==UTRIE2_16_VALUE_BITS) {
268
const UTrie2 *trie, UTrie2ValueBits
valueBits
,
305
if(
valueBits
==UTRIE2_16_VALUE_BITS)
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java
[
all
...]
/external/llvm/lib/Support/
APFloat.cpp
[
all
...]
/external/clang/lib/AST/
ItaniumMangle.cpp
696
llvm::APInt
valueBits
= f.bitcastToAPInt();
697
unsigned numCharacters = (
valueBits
.getBitWidth() + 3) / 4;
710
=
valueBits
.getRawData()[digitBitIndex / llvm::integerPartWidth];
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar
/packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 666 milliseconds