Home | History | Annotate | Download | only in util

Lines Matching refs:LDOUBLE

94 #define LDOUBLE long double
96 #define LDOUBLE double
109 LDOUBLE fvalue, int min, int max, int flags);
148 LDOUBLE fvalue;
315 fvalue = va_arg (args, LDOUBLE);
325 fvalue = va_arg (args, LDOUBLE);
333 fvalue = va_arg (args, LDOUBLE);
536 static LDOUBLE abs_val (LDOUBLE value)
538 LDOUBLE result = value;
546 static LDOUBLE pow10 (int exp)
548 LDOUBLE result = 1;
559 static long round (LDOUBLE value)
572 LDOUBLE fvalue, int min, int max, int flags)
575 LDOUBLE ufvalue;