| /freebsd-10-stable/crypto/openssl/crypto/bio/ |
| D | b_print.c | 113 # define LDOUBLE long double macro 115 # define LDOUBLE double macro 133 LDOUBLE, int, int, int); 176 LDOUBLE fvalue; in _dopr() 338 fvalue = va_arg(args, LDOUBLE); in _dopr() 349 fvalue = va_arg(args, LDOUBLE); in _dopr() 357 fvalue = va_arg(args, LDOUBLE); in _dopr() 578 static LDOUBLE abs_val(LDOUBLE value) in abs_val() 580 LDOUBLE result = value; in abs_val() 586 static LDOUBLE pow_10(int in_exp) in pow_10() [all …]
|
| /freebsd-10-stable/crypto/openssh/openbsd-compat/ |
| D | bsd-snprintf.c | 112 # define LDOUBLE long double macro 114 # define LDOUBLE double macro 177 LDOUBLE fvalue, int min, int max, int flags); 184 LDOUBLE fvalue; in dopr() 389 fvalue = va_arg (args, LDOUBLE); in dopr() 400 fvalue = va_arg (args, LDOUBLE); in dopr() 411 fvalue = va_arg (args, LDOUBLE); in dopr() 630 static LDOUBLE abs_val(LDOUBLE value) in abs_val() 632 LDOUBLE result = value; in abs_val() 640 static LDOUBLE POW10(int val) in POW10() [all …]
|
| /freebsd-10-stable/contrib/ntp/libntp/ |
| D | snprintf.c | 402 #ifndef LDOUBLE 404 #define LDOUBLE long double macro 406 #define LDOUBLE double macro 540 static void fmtflt(char *, size_t *, size_t, LDOUBLE, int, int, int, int *); 543 static int getexponent(LDOUBLE); 545 static UINTMAX_T cast(LDOUBLE); 546 static UINTMAX_T myround(LDOUBLE); 547 static LDOUBLE mypow10(int); 555 LDOUBLE fvalue; in rpl_vsnprintf() 810 fvalue = va_arg(args, LDOUBLE); in rpl_vsnprintf() [all …]
|
| /freebsd-10-stable/usr.bin/xlint/common/ |
| D | inittyp.c | 101 { LDOUBLE, { LDOUBLE_SIZE, 10 * CHAR_BIT, in inittyp() 102 LDOUBLE, LDOUBLE, in inittyp()
|
| D | lint.h | 70 LDOUBLE, /* long double */ enumerator
|
| /freebsd-10-stable/usr.bin/xlint/lint2/ |
| D | chk.c | 690 sz = LDOUBLE; in printflike() 718 if (alt || sz == LDOUBLE) { in printflike() 738 if ((alt && fc == 'u') || sz == LDOUBLE) in printflike() 768 if (sz != DOUBLE && sz != LDOUBLE) in printflike() 790 if (fwidth || prec || alt || zero || sz == LDOUBLE) in printflike() 861 sz = LDOUBLE; in scanflike() 884 if (sz == LDOUBLE) in scanflike() 901 if (sz == LDOUBLE) in scanflike() 952 if (sz != NOTSPEC && sz != LONG && sz != LDOUBLE) in scanflike() 961 } else if (sz != LDOUBLE) { in scanflike()
|
| D | read.c | 598 tp->t_tspec = s == 's' ? FLOAT : (s == 'l' ? LDOUBLE : DOUBLE); in inptype() 685 case LDOUBLE: in inptype() 789 t = LDOUBLE; in gettlen() 898 case LDOUBLE: in gettlen()
|
| D | emit2.c | 77 case LDOUBLE: t = 'D'; s = 'l'; break; in outtype()
|
| /freebsd-10-stable/usr.bin/xlint/lint1/ |
| D | lint.h | 60 LDOUBLE, /* long double */ enumerator
|
| D | tree.c | 1596 LDOUBLE, DOUBLE, FLOAT, UQUAD, QUAD, ULONG, LONG, UINT, INT, in balance() 1608 } else if (lt == LDOUBLE || rt == LDOUBLE) { in balance() 1609 t = LDOUBLE; in balance() 1911 if (ot == FLOAT || ot == DOUBLE || ot == LDOUBLE) { in cvtcon() 1942 case LDOUBLE: in cvtcon() 1948 if (nt == LDOUBLE) in cvtcon() 1967 } else if (nt == LDOUBLE) { in cvtcon() 1980 } else if (nt == LDOUBLE) { in cvtcon() 2000 if (nt != FLOAT && nt != DOUBLE && nt != LDOUBLE) { in cvtcon() 2268 case LDOUBLE: return "long double"; in basictyname() [all …]
|
| D | decl.c | 117 typetab[LDOUBLE].t_tspec = LDOUBLE; in initdecl() 389 td = gettyp(LDOUBLE); in tdeferr() 409 case LDOUBLE: in tdeferr() 668 t = LDOUBLE; in deftyp()
|
| D | emit1.c | 111 case LDOUBLE: t = 'D'; s = 'l'; break; in outtype()
|
| D | scan.l | 571 case LDOUBLE: in icon() 677 typ = LDOUBLE; in fcon()
|
| D | cgram.y | 1798 if ((t = v->v_tspec) == FLOAT || t == DOUBLE || t == LDOUBLE) {
|