OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msd
(Results
1 - 9
of
9
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java
117
MyShapeDrawable
msd
= (MyShapeDrawable)mDrawables[6];
local
118
msd
.getStrokePaint().setStrokeWidth(4);
/external/icu/icu4c/source/i18n/
decNumberLocal.h
283
uByte *
msd
; /* -> most significant digit */
member in struct:__anon19973
321
extern const uInt DECCOMBMSD[64]; /* Combination field ->
MSD
*/
322
extern const uInt DECCOMBFROM[48]; /* exp+
msd
-> Combination */
346
/*
MSD
=0 or 1 */
349
/* (most likely to be non-zero); the penultimate tests
MSD
and */
351
/*
MSD
>7. DFISINT similarly has to allow for the two forms of */
352
/*
MSD
codes. DFISUINT01 only has to allow for one form of
MSD
*/
433
/* Macros and masks for the exponent continuation field and
MSD
*/
442
/* Get the
MSD
similarly (as uInt) *
[
all
...]
/external/bison/lib/
vasnprintf.c
554
mp_limb_t
msd
= b_ptr[b_len - 1]; /* = b[n-1], > 0 */
local
555
/* Determine s = GMP_LIMB_BITS - integer_length (
msd
).
558
s = __builtin_clz (
msd
);
572
m.value =
msd
;
583
if (
msd
>= 0x10000)
585
msd
=
msd
>> 16;
588
if (
msd
>= 0x100)
590
msd
=
msd
>> 8
[
all
...]
/external/crcalc/src/com/hp/creals/
CR.java
358
// Return the position of the
msd
.
359
// If x.
msd
() == n then
363
// that the
msd
is determined.
378
int
msd
(int n) {
method in class:CR
384
//
msd
could still be arbitrarily far to the right.
399
int
msd
=
msd
(prec);
local
400
if (
msd
!= Integer.MIN_VALUE) return
msd
;
404
return
msd
(n)
410
int
msd
() {
method in class:CR
643
int
msd
= iter_
msd
(
msd
_prec - 2);
local
1155
int
msd
= op.
msd
();
local
1462
int
msd
= op.
msd
(max_prec_needed);
local
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c
501
digit
msd
= v->ob_digit[ndigits - 1];
local
510
msd
>>= 1;
511
} while (
msd
);
673
It's crucial that every Python digit except for the
MSD
contribute
4134
digit
msd
;
local
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c
515
digit
msd
= v->ob_digit[ndigits - 1];
local
524
msd
>>= 1;
525
} while (
msd
);
687
It's crucial that every Python digit except for the
MSD
contribute
4160
digit
msd
;
local
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c
501
digit
msd
= v->ob_digit[ndigits - 1];
local
510
msd
>>= 1;
511
} while (
msd
);
673
It's crucial that every Python digit except for the
MSD
contribute
4134
digit
msd
;
local
[
all
...]
/packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java
321
// the index in mResultString holding the
msd
.
594
int
msd
= getMsdIndexOf(initResult);
local
595
if (
msd
== INVALID_MSD) {
602
msd
= getMsdIndexOf(initResult);
603
if (
msd
== INVALID_MSD) {
610
msd
= getMsdIndexOf(initResult);
614
final int initDisplayOffset = getPreferredPrec(initResult,
msd
, lsdOffset,
[
all
...]
/prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar
Completed in 534 milliseconds