Home
last modified time | relevance | path

Searched defs:integral (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/Lexer/
Dcxx1y_digit_separators.cpp8 namespace integral { namespace
/external/sfntly/cpp/src/sfntly/math/
Dfixed1616.h34 static inline int32_t Fixed(int32_t integral, int32_t fractional) { in Fixed()
/external/parameter-framework/upstream/test/test-fixed-point-parameter/
DMain.py64 def __init__(self, pfwClient, size, integral, fractional): argument
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp38 namespace integral { namespace
/external/pdfium/third_party/freetype/src/psaux/
Dpsconv.c199 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
/external/freetype/src/psaux/
Dpsconv.c199 FT_Fixed integral = 0; in PS_Conv_ToFixed() local
/external/python/cpython2/Objects/
Dabstract.c1567 _PyNumber_ConvertIntegralToInt(PyObject *integral, const char* error_format)
/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp206 CFX_LCNumeric::CFX_LCNumeric(int64_t integral, in CFX_LCNumeric()