Home
last modified time | relevance | path

Searched refs:FloatingPointType (Results 1 – 3 of 3) sorted by relevance

/external/fastrpc/src/
Dstd_dtoa.h110 } FloatingPointType; typedef
123 int fp_check_special_cases( double dNumber, FloatingPointType* pNumberType );
Dstd_dtoa.c169 int fp_check_special_cases( double dNumber, FloatingPointType* pNumberType ) in fp_check_special_cases()
177 FloatingPointType NumberType = FP_TYPE_UNKOWN; in fp_check_special_cases()
Dstd_strlprintf.c407 FloatingPointType NumberType = FP_TYPE_UNKOWN; in FormatFloat()