• Home
  • Raw
  • Download

Lines Matching refs:trio_long_double_t

680     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);
1099 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+4);
1102 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+5);
1105 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+6);
1108 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+7);
1111 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+8);
1114 result = powl((trio_long_double_t)number,
1115 (trio_long_double_t)exponent);
1121 return powl((trio_long_double_t)number, (trio_long_double_t)exponent);
2114 ? va_arg(TRIO_VA_LIST_DEREF(arglist), trio_long_double_t *)
2115 : (trio_long_double_t *)argarray[num];
2132 ? va_arg(TRIO_VA_LIST_DEREF(arglist), trio_long_double_t)
2133 : (trio_long_double_t)(*((trio_long_double_t *)argarray[num]));
2138 (trio_long_double_t)va_arg(TRIO_VA_LIST_DEREF(arglist), double);
2143 (trio_long_double_t)(*((float *)argarray[num]));
2146 (trio_long_double_t)(*((double *)argarray[num]));
2623 trio_long_double_t number,
2629 trio_long_double_t integerNumber;
2630 trio_long_double_t fractionNumber;
2631 trio_long_double_t workNumber;
2642 trio_long_double_t dblBase;
2643 trio_long_double_t dblIntegerBase;
2644 trio_long_double_t dblFractionBase;
2645 trio_long_double_t integerAdjust;
2646 trio_long_double_t fractionAdjust;
2660 trio_long_double_t epsilon;
2731 dblBase = (trio_long_double_t)base;
2764 (trio_long_double_t)precision)))
2798 number /= powl(dblBase, (trio_long_double_t)exponent);
5880 *((trio_long_double_t *)target) = trio_ninf();
5884 *((trio_long_double_t *)target) = trio_pinf();
5905 *((trio_long_double_t *)target) = trio_nan();
5992 *((trio_long_double_t *)target) = trio_to_long_double(doubleString, NULL);