Home
last modified time | relevance | path

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

/external/libxml2/
Dtrio.c660 trio_long_double_t longdoubleNumber;
661 trio_long_double_t *longdoublePointer;
744 static TRIO_CONST trio_long_double_t ___dummy_long_double = 0;
1050 TRIO_PRIVATE trio_long_double_t
1056 trio_long_double_t result;
1064 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E-1);
1067 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+0);
1070 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+1);
1073 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+2);
1076 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+3);
[all …]
Dtriodef.h134 typedef double trio_long_double_t; typedef
156 typedef long double trio_long_double_t; typedef
Dtriostr.c960 TRIO_STRING_PUBLIC trio_long_double_t
971 trio_long_double_t integer = 0.0;
972 trio_long_double_t fraction = 0.0;
974 trio_long_double_t base;
975 trio_long_double_t fracdiv = 1.0;
976 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…
/external/libxslt/libxslt/
Dtriodef.h132 typedef double trio_long_double_t; typedef
154 typedef long double trio_long_double_t; typedef