| /freebsd-9-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-9-stable/crypto/openssh/openbsd-compat/ |
| D | bsd-snprintf.c | 124 # define LDOUBLE long double macro 126 # define LDOUBLE double macro 189 LDOUBLE fvalue, int min, int max, int flags); 196 LDOUBLE fvalue; in dopr() 401 fvalue = va_arg (args, LDOUBLE); in dopr() 412 fvalue = va_arg (args, LDOUBLE); in dopr() 423 fvalue = va_arg (args, LDOUBLE); in dopr() 642 static LDOUBLE abs_val(LDOUBLE value) in abs_val() 644 LDOUBLE result = value; in abs_val() 652 static LDOUBLE POW10(int val) in POW10() [all …]
|
| /freebsd-9-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-9-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 | 68 LDOUBLE, /* long double */ enumerator
|
| /freebsd-9-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 | 599 tp->t_tspec = s == 's' ? FLOAT : (s == 'l' ? LDOUBLE : DOUBLE); in inptype() 682 case LDOUBLE: in inptype() 786 t = LDOUBLE; in gettlen() 895 case LDOUBLE: in gettlen()
|
| D | emit2.c | 77 case LDOUBLE: t = 'D'; s = 'l'; break; in outtype()
|
| /freebsd-9-stable/usr.bin/xlint/lint1/ |
| D | lint.h | 60 LDOUBLE, /* long double */ enumerator
|
| D | tree.c | 1564 LDOUBLE, DOUBLE, FLOAT, UQUAD, QUAD, ULONG, LONG, UINT, INT, in balance() 1576 } else if (lt == LDOUBLE || rt == LDOUBLE) { in balance() 1577 t = LDOUBLE; in balance() 1868 if (ot == FLOAT || ot == DOUBLE || ot == LDOUBLE) { in cvtcon() 1899 case LDOUBLE: in cvtcon() 1905 if (nt == LDOUBLE) in cvtcon() 1921 } else if (nt == LDOUBLE) { in cvtcon() 1934 } else if (nt == LDOUBLE) { in cvtcon() 1954 if (nt != FLOAT && nt != DOUBLE && nt != LDOUBLE) { in cvtcon() 2221 case LDOUBLE: s = "long double"; break; in tyname()
|
| 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 | 565 case LDOUBLE: in icon() 671 typ = LDOUBLE; in fcon()
|
| D | cgram.y | 1688 if ((t = v->v_tspec) == FLOAT || t == DOUBLE || t == LDOUBLE) {
|