OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:floatint
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRandom.h
199
unsigned int
floatint
= 0x3f800000 | (this->nextU() >> 9);
local
200
float f = SkBits2Float(
floatint
) - 1.0f;
/external/skia/include/utils/
SkRandom.h
199
unsigned int
floatint
= 0x3f800000 | (this->nextU() >> 9);
local
200
float f = SkBits2Float(
floatint
) - 1.0f;
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
601
* - [50]:
floatint
-point status word
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
[
all
...]
Completed in 85 milliseconds