Searched refs:LDOUBLE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dsnprintf.c64 #define LDOUBLE long double macro
66 #define LDOUBLE double macro
82 LDOUBLE fvalue, int min, int max, int flags);
122 LDOUBLE fvalue;
283 fvalue = va_arg(args, LDOUBLE);
294 fvalue = va_arg(args, LDOUBLE);
302 fvalue = va_arg(args, LDOUBLE);
491 static LDOUBLE
492 abs_val(LDOUBLE value)
494 LDOUBLE resul
[all...]
/macosx-10.9.5/srm-7/srm/lib/
H A Dsnprintf.c90 #define LDOUBLE long double macro
92 #define LDOUBLE double macro
105 LDOUBLE fvalue, int min, int max, int flags);
143 LDOUBLE fvalue;
308 fvalue = va_arg (args, LDOUBLE);
318 fvalue = va_arg (args, LDOUBLE);
326 fvalue = va_arg (args, LDOUBLE);
521 static LDOUBLE abs_val (LDOUBLE value)
523 LDOUBLE resul
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-snprintf.c86 * Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even
124 # define LDOUBLE long double macro
126 # define LDOUBLE double macro
187 LDOUBLE fvalue, int min, int max, int flags);
194 LDOUBLE fvalue;
369 fvalue = va_arg (args, LDOUBLE);
380 fvalue = va_arg (args, LDOUBLE);
391 fvalue = va_arg (args, LDOUBLE);
600 static LDOUBLE abs_val(LDOUBLE valu
[all...]
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dsnprintf.c90 * Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even
137 #define LDOUBLE long double macro
139 #define LDOUBLE double macro
203 LDOUBLE fvalue, int min, int max, int flags);
210 LDOUBLE fvalue;
377 fvalue = va_arg (args, LDOUBLE);
387 fvalue = va_arg (args, LDOUBLE);
396 fvalue = va_arg (args, LDOUBLE);
591 static LDOUBLE abs_val(LDOUBLE valu
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-bio.c913 #define LDOUBLE long double macro
915 #define LDOUBLE double macro
933 LDOUBLE, int, int, int);
980 LDOUBLE fvalue;
1172 fvalue = va_arg(args, LDOUBLE);
1185 fvalue = va_arg(args, LDOUBLE);
1196 fvalue = va_arg(args, LDOUBLE);
1439 static LDOUBLE
1440 abs_val(LDOUBLE value)
1442 LDOUBLE resul
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/include/
H A Dsqltypes.h217 typedef double LDOUBLE; typedef

Completed in 196 milliseconds