Searched defs:Sk64 (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSk64.h15 /** \class Sk64
17 Sk64 is a 64-bit math package that does not require long long support from the compiler.
19 struct SK_API Sk64 { struct
23 /** Returns non-zero if the Sk64 can be represented as a signed 32 bit integer
27 /** Returns non-zero if the Sk64 cannot be represented as a signed 32 bit integer
31 /** Returns non-zero if the Sk64 can be represented as a signed 48 bit integer. Used to know
88 /** Returns the number of bits needed to shift the Sk64 to the right
138 /** Add the specified Sk64 to the number */
146 /** Add the specified Sk64 to the number */
147 void add(const Sk64
[all...]

Completed in 317 milliseconds