Searched refs:f2i_bits (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/forth/
H A DForth.h24 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)); }
H A DForth.cpp384 *numBits = f2i_bits(x);

Completed in 662 milliseconds