Searched refs:trio_long_double_t (Results 1 – 5 of 5) sorted by relevance
660 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_t1056 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 …]
134 typedef double trio_long_double_t; typedef156 typedef long double trio_long_double_t; typedef
960 TRIO_STRING_PUBLIC trio_long_double_t971 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;
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **en…
132 typedef double trio_long_double_t; typedef154 typedef long double trio_long_double_t; typedef