Home
last modified time | relevance | path

Searched refs:trio_long_double_t (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dtrio.c680 trio_long_double_t longdoubleNumber;
681 trio_long_double_t *longdoublePointer;
764 static TRIO_CONST trio_long_double_t ___dummy_long_double = 0;
1070 TRIO_PRIVATE trio_long_double_t
1076 trio_long_double_t result;
1084 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E-1);
1087 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+0);
1090 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+1);
1093 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+2);
1096 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+3);
[all …]
Dtriodef.h140 typedef double trio_long_double_t; typedef
162 typedef long double trio_long_double_t; typedef
Dtriostr.c966 TRIO_STRING_PUBLIC trio_long_double_t
977 trio_long_double_t integer = 0.0;
978 trio_long_double_t fraction = 0.0;
980 trio_long_double_t base;
981 trio_long_double_t fracdiv = 1.0;
982 trio_long_double_t value = 0.0;
Dtriostr.h57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **en…