OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asint16
(Results
1 - 2
of
2
) sorted by null
/external/fonttools/Lib/fontTools/misc/
arrayTools.py
59
def
asInt16
(array):
150
>>> list(
asInt16
([0, 0.1, 0.5, 0.9]))
/external/flatbuffers/include/flatbuffers/
flexbuffers.h
383
int16_t
AsInt16
() const { return static_cast<int16_t>(AsInt64()); }
[
all
...]
Completed in 88 milliseconds