trio_long_double_t 660 third_party/libxml/src/trio.c trio_long_double_t longdoubleNumber; trio_long_double_t 661 third_party/libxml/src/trio.c trio_long_double_t *longdoublePointer; trio_long_double_t 744 third_party/libxml/src/trio.c static TRIO_CONST trio_long_double_t ___dummy_long_double = 0; trio_long_double_t 1050 third_party/libxml/src/trio.c TRIO_PRIVATE trio_long_double_t trio_long_double_t 1056 third_party/libxml/src/trio.c trio_long_double_t result; trio_long_double_t 1064 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E-1); trio_long_double_t 1067 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+0); trio_long_double_t 1070 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+1); trio_long_double_t 1073 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+2); trio_long_double_t 1076 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+3); trio_long_double_t 1079 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+4); trio_long_double_t 1082 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+5); trio_long_double_t 1085 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+6); trio_long_double_t 1088 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+7); trio_long_double_t 1091 third_party/libxml/src/trio.c result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+8); trio_long_double_t 1094 third_party/libxml/src/trio.c result = powl((trio_long_double_t)number, trio_long_double_t 1095 third_party/libxml/src/trio.c (trio_long_double_t)exponent); trio_long_double_t 1101 third_party/libxml/src/trio.c return powl((trio_long_double_t)number, (trio_long_double_t)exponent); trio_long_double_t 2094 third_party/libxml/src/trio.c ? va_arg(*arglist, trio_long_double_t *) trio_long_double_t 2095 third_party/libxml/src/trio.c : (trio_long_double_t *)argarray[num]; trio_long_double_t 2112 third_party/libxml/src/trio.c ? va_arg(*arglist, trio_long_double_t) trio_long_double_t 2113 third_party/libxml/src/trio.c : (trio_long_double_t)(*((trio_long_double_t *)argarray[num])); trio_long_double_t 2118 third_party/libxml/src/trio.c (trio_long_double_t)va_arg(*arglist, double); trio_long_double_t 2123 third_party/libxml/src/trio.c (trio_long_double_t)(*((float *)argarray[num])); trio_long_double_t 2126 third_party/libxml/src/trio.c (trio_long_double_t)(*((double *)argarray[num])); trio_long_double_t 2603 third_party/libxml/src/trio.c trio_long_double_t number, trio_long_double_t 2609 third_party/libxml/src/trio.c trio_long_double_t integerNumber; trio_long_double_t 2610 third_party/libxml/src/trio.c trio_long_double_t fractionNumber; trio_long_double_t 2611 third_party/libxml/src/trio.c trio_long_double_t workNumber; trio_long_double_t 2622 third_party/libxml/src/trio.c trio_long_double_t dblBase; trio_long_double_t 2623 third_party/libxml/src/trio.c trio_long_double_t dblIntegerBase; trio_long_double_t 2624 third_party/libxml/src/trio.c trio_long_double_t dblFractionBase; trio_long_double_t 2625 third_party/libxml/src/trio.c trio_long_double_t integerAdjust; trio_long_double_t 2626 third_party/libxml/src/trio.c trio_long_double_t fractionAdjust; trio_long_double_t 2640 third_party/libxml/src/trio.c trio_long_double_t epsilon; trio_long_double_t 2711 third_party/libxml/src/trio.c dblBase = (trio_long_double_t)base; trio_long_double_t 2744 third_party/libxml/src/trio.c (trio_long_double_t)precision))) trio_long_double_t 2778 third_party/libxml/src/trio.c number /= powl(dblBase, (trio_long_double_t)exponent); trio_long_double_t 5860 third_party/libxml/src/trio.c *((trio_long_double_t *)target) = trio_ninf(); trio_long_double_t 5864 third_party/libxml/src/trio.c *((trio_long_double_t *)target) = trio_pinf(); trio_long_double_t 5885 third_party/libxml/src/trio.c *((trio_long_double_t *)target) = trio_nan(); trio_long_double_t 5972 third_party/libxml/src/trio.c *((trio_long_double_t *)target) = trio_to_long_double(doubleString, NULL); trio_long_double_t 960 third_party/libxml/src/triostr.c TRIO_STRING_PUBLIC trio_long_double_t trio_long_double_t 971 third_party/libxml/src/triostr.c trio_long_double_t integer = 0.0; trio_long_double_t 972 third_party/libxml/src/triostr.c trio_long_double_t fraction = 0.0; trio_long_double_t 974 third_party/libxml/src/triostr.c trio_long_double_t base; trio_long_double_t 975 third_party/libxml/src/triostr.c trio_long_double_t fracdiv = 1.0; trio_long_double_t 976 third_party/libxml/src/triostr.c trio_long_double_t value = 0.0; trio_long_double_t 57 third_party/libxml/src/triostr.h TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));