OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f2i_bits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/forth/
Forth.h
24
static inline int32_t
f2i_bits
(float x) {
function
50
void fpush(float value) { this->push(
f2i_bits
(value)); }
53
void fsetTop(float value) { this->setTop(
f2i_bits
(value)); }
Forth.cpp
384
*numBits =
f2i_bits
(x);
Completed in 32 milliseconds