OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msd
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java
121
MyShapeDrawable
msd
= (MyShapeDrawable)mDrawables[6];
local
122
msd
.getStrokePaint().setStrokeWidth(4);
/libcore/luni/src/main/native/
NativeBN.cpp
392
BN_ULONG
msd
= d[i]; // most significant digit
local
395
// i.e. decrement the
msd
if all other digits are 0:
398
if (i < 0)
msd
--; // Only if all lower significant digits are 0 we decrement the most significant one.
400
return (intLen - 1) * 32 + BN_num_bits_word(
msd
);
/external/icu4c/i18n/
decNumberLocal.h
292
uByte *
msd
; /* -> most significant digit */
member in struct:__anon3883
330
extern const uInt DECCOMBMSD[64]; /* Combination field ->
MSD
*/
331
extern const uInt DECCOMBFROM[48]; /* exp+
msd
-> Combination */
355
/*
MSD
=0 or 1 */
358
/* (most likely to be non-zero); the penultimate tests
MSD
and */
360
/*
MSD
>7. DFISINT similarly has to allow for the two forms of */
361
/*
MSD
codes. DFISUINT01 only has to allow for one form of
MSD
*/
442
/* Macros and masks for the exponent continuation field and
MSD
*/
451
/* Get the
MSD
similarly (as uInt) *
[
all
...]
Completed in 173 milliseconds