Home
last modified time | relevance | path

Searched refs:LDOUBLE (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_print.c26 # define LDOUBLE long double macro
28 # define LDOUBLE double macro
37 LDOUBLE, int, int, int, int);
95 LDOUBLE fvalue; in _dopr()
270 fvalue = va_arg(args, LDOUBLE); in _dopr()
282 fvalue = va_arg(args, LDOUBLE); in _dopr()
294 fvalue = va_arg(args, LDOUBLE); in _dopr()
533 static LDOUBLE abs_val(LDOUBLE value) in abs_val()
535 LDOUBLE result = value; in abs_val()
541 static LDOUBLE pow_10(int in_exp) in pow_10()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_print.c26 # define LDOUBLE long double macro
28 # define LDOUBLE double macro
37 LDOUBLE, int, int, int, int);
95 LDOUBLE fvalue; in _dopr()
270 fvalue = va_arg(args, LDOUBLE); in _dopr()
282 fvalue = va_arg(args, LDOUBLE); in _dopr()
294 fvalue = va_arg(args, LDOUBLE); in _dopr()
533 static LDOUBLE abs_val(LDOUBLE value) in abs_val()
535 LDOUBLE result = value; in abs_val()
541 static LDOUBLE pow_10(int in_exp) in pow_10()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal2.c424 else if (p->n_op == PLUS && p->n_type == LDOUBLE) ch = "addtf3"; in fpemulop()
428 else if (p->n_op == MINUS && p->n_type == LDOUBLE) ch = "subtf3"; in fpemulop()
432 else if (p->n_op == MUL && p->n_type == LDOUBLE) ch = "multf3"; in fpemulop()
436 else if (p->n_op == DIV && p->n_type == LDOUBLE) ch = "divtf3"; in fpemulop()
440 else if (p->n_op == UMINUS && p->n_type == LDOUBLE) ch = "negtf2"; in fpemulop()
444 else if (p->n_op == EQ && l->n_type == LDOUBLE) ch = "eqtf2"; in fpemulop()
448 else if (p->n_op == NE && l->n_type == LDOUBLE) ch = "netf2"; in fpemulop()
452 else if (p->n_op == GE && l->n_type == LDOUBLE) ch = "getf2"; in fpemulop()
456 else if (p->n_op == LE && l->n_type == LDOUBLE) ch = "letf2"; in fpemulop()
460 else if (p->n_op == GT && l->n_type == LDOUBLE) ch = "gttf2"; in fpemulop()
[all …]
H A Dlocal.c149 if (r->n_type >= FLOAT && r->n_type <= LDOUBLE) in clocal()
219 l->n_type != LDOUBLE && p->n_type != LDOUBLE) { in clocal()
247 l->n_type == LDOUBLE)) { in clocal()
255 p->n_type == LDOUBLE) && (DEUNSIGN(l->n_type) == CHAR || in clocal()
303 case LDOUBLE: in clocal()
497 case LDOUBLE: in ninval()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal2.c401 else if (p->n_op == PLUS && p->n_type == LDOUBLE) ch = "addtf3"; in fpemul()
405 else if (p->n_op == MINUS && p->n_type == LDOUBLE) ch = "subtf3"; in fpemul()
409 else if (p->n_op == MUL && p->n_type == LDOUBLE) ch = "multf3"; in fpemul()
413 else if (p->n_op == DIV && p->n_type == LDOUBLE) ch = "divtf3"; in fpemul()
417 else if (p->n_op == UMINUS && p->n_type == LDOUBLE) ch = "negtf2"; in fpemul()
421 else if (p->n_op == EQ && l->n_type == LDOUBLE) ch = "eqtf2"; in fpemul()
425 else if (p->n_op == NE && l->n_type == LDOUBLE) ch = "netf2"; in fpemul()
429 else if (p->n_op == GE && l->n_type == LDOUBLE) ch = "getf2"; in fpemul()
433 else if (p->n_op == LE && l->n_type == LDOUBLE) ch = "letf2"; in fpemul()
437 else if (p->n_op == GT && l->n_type == LDOUBLE) ch = "gttf2"; in fpemul()
[all …]
H A Dlocal.c394 if (r->n_type >= FLOAT && r->n_type <= LDOUBLE) in clocal()
453 l->n_type != LDOUBLE && p->n_type != LDOUBLE) { in clocal()
475 p->n_type <= LDOUBLE) { in clocal()
518 case LDOUBLE: in clocal()
548 l->n_type == LDOUBLE)) { in clocal()
556 p->n_type == LDOUBLE)) { in clocal()
920 case LDOUBLE:
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal2.c498 else if (p->n_op == PLUS && p->n_type == LDOUBLE) ch = "adddf3"; in fpemul()
502 else if (p->n_op == MINUS && p->n_type == LDOUBLE) ch = "subdf3"; in fpemul()
506 else if (p->n_op == MUL && p->n_type == LDOUBLE) ch = "muldf3"; in fpemul()
510 else if (p->n_op == DIV && p->n_type == LDOUBLE) ch = "divdf3"; in fpemul()
514 else if (p->n_op == UMINUS && p->n_type == LDOUBLE) ch = "negdf2"; in fpemul()
518 else if (p->n_op == EQ && l->n_type == LDOUBLE) ch = "eqdf2"; in fpemul()
522 else if (p->n_op == NE && l->n_type == LDOUBLE) ch = "nedf2"; in fpemul()
526 else if (p->n_op == GE && l->n_type == LDOUBLE) ch = "gedf2"; in fpemul()
530 else if (p->n_op == LE && l->n_type == LDOUBLE) ch = "ledf2"; in fpemul()
534 else if (p->n_op == GT && l->n_type == LDOUBLE) ch = "gtdf2"; in fpemul()
[all …]
H A Dlocal.c173 l->n_type != LDOUBLE && p->n_type != LDOUBLE) { in clocal()
219 case LDOUBLE: in clocal()
244 l->n_type == LDOUBLE)) { in clocal()
333 if (t == FLOAT || t == DOUBLE || t == LDOUBLE) in cisreg()
417 case LDOUBLE: in ninval()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dbuiltins.c621 if ((t1 >= FLOAT && t1 <= LDOUBLE) || in mtcheck()
622 (t2 >= FLOAT && t2 <= LDOUBLE)) in mtcheck()
749 builtin_huge_vall(const struct bitable *bt, P1ND *a) VALX(long double,LDOUBLE) in builtin_huge_valf()
840 static TWORD fmaxlt[] = { LDOUBLE, LDOUBLE };
843 static TWORD scalbnlt[] = { LDOUBLE, INT };
853 { "creall", builtin_cir, BTNOPROTO, 1, 0, LDOUBLE },
856 { "cimagl", builtin_cir, BTNOPROTO, 1, 0, LDOUBLE },
904 { "__builtin_copysignl", builtin_unimp, 0, 2, fmaxlt, LDOUBLE },
912 { "__builtin_fabsl", builtin_unimp, 0, 1, fmaxlt, LDOUBLE },
915 { "__builtin_fmaxl", builtin_unimp, 0, 2, fmaxlt, LDOUBLE },
[all …]
/netbsd-src/include/
H A Dtgmath.h109 #define __TG_FN1(fn, a) __TG_GFN1(fn, a, FLOAT, LDOUBLE)
110 #define __TG_FN1x(fn, a, b) __TG_GFN1x(fn, a, b, FLOAT, LDOUBLE)
111 #define __TG_FN2(fn, a, b) __TG_GFN2(fn, a, b, FLOAT, LDOUBLE)
112 #define __TG_FN2x(fn, a, b, c) __TG_GFN2x(fn, a, b, c, FLOAT, LDOUBLE)
113 #define __TG_FN3(fn, a, b, c) __TG_GFN3(fn, a, b, c, FLOAT, LDOUBLE)
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal.c177 if (t == FLOAT || t == DOUBLE || t == LDOUBLE || in cisreg()
276 case LDOUBLE: in ninval()
286 case LDOUBLE: in ninval()
335 case LDOUBLE: in ctype()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h124 #define szty(t) ((t) == LDOUBLE ? 3 : \
224 p->n_type == LDOUBLE ? SDREG : p->n_type == LONGLONG || \
237 #define RETREG(x) ((x) == FLOAT || (x) == DOUBLE || (x) == LDOUBLE ? FP0 : \
H A Dlocal2.c217 t == LDOUBLE ? "x" : "l"); in zzzcode()
553 else if (lt == LDOUBLE) in fixcalls()
561 else if (lt == LDOUBLE) in fixcalls()
576 case LDOUBLE: in fixcalls()
713 if (t == FLOAT || t == DOUBLE || t == LDOUBLE) in gclass()
727 if (t == LDOUBLE) in argsiz()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h142 #define szty(t) (t < LONG || t == FLOAT ? 1 : t == LDOUBLE ? 4 : 2)
217 p->n_type == LDOUBLE ? SCREG : SAREG)
230 x == LDOUBLE ? 32 : RAX)
H A Dlocal.c382 p->n_type == LDOUBLE) { in clocal()
401 l->n_type != LDOUBLE && p->n_type != LDOUBLE) { in clocal()
472 case LDOUBLE: in clocal()
504 l->n_type == LDOUBLE)) { in clocal()
573 sps.stype = LDOUBLE; in myp2tree()
659 if (t == LDOUBLE) in cisreg()
705 case LDOUBLE: in ninval()
H A Dcode.c195 p = block(REG, NIL, NIL, INCREF(LDOUBLE), 0, 0); in efcode()
199 p = block(REG, NIL, NIL, INCREF(LDOUBLE), 0, 0); in efcode()
818 } else if (t == LDOUBLE) { in classifystruct()
854 if (sp->stype == LDOUBLE && sp->snext->stype == LDOUBLE && in iscplx87()
872 } else if (t == LDOUBLE || t == LIMAG) { in argtyp()
1119 if (ssz == 2*SZLDOUBLE && sp->stype == LDOUBLE && in funcode()
1120 sp->snext->stype == LDOUBLE) in funcode()
/netbsd-src/usr.bin/xlint/lint2/
H A Dchk.c699 sz = LDOUBLE; in printflike()
727 if (alt || sz == LDOUBLE) { in printflike()
747 if ((alt && fc == 'u') || sz == LDOUBLE) in printflike()
777 if (sz != DOUBLE && sz != LDOUBLE) in printflike()
799 if (fwidth || prec || alt || zero || sz == LDOUBLE) in printflike()
870 sz = LDOUBLE; in scanflike()
893 if (sz == LDOUBLE) in scanflike()
910 if (sz == LDOUBLE) in scanflike()
961 if (sz != NO_TSPEC && sz != LONG && sz != LDOUBLE) in scanflike()
970 } else if (sz != LDOUBLE) { in scanflike()
[all...]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal.c184 if (r->n_type >= FLOAT && r->n_type <= LDOUBLE) in clocal()
238 l->n_type != LDOUBLE && p->n_type != LDOUBLE) { in clocal()
291 case LDOUBLE: in clocal()
313 l->n_type == LDOUBLE)) { in clocal()
507 case LDOUBLE: in ninval()
/netbsd-src/usr.bin/xlint/common/
H A Dinittyp.c104 typeinfo("long double", LDOUBLE, LDOUBLE, LDOUBLE_SIZE, 3, 'f'),
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dlocal.c77 l->n_type != DOUBLE && p->n_type != LDOUBLE) { in clocal()
88 if ((l->n_type == FLOAT || l->n_type == DOUBLE || l->n_type == LDOUBLE) in clocal()
120 case LDOUBLE: in clocal()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h115 (t) == LDOUBLE ? 2 : 1)
443 (p->n_type == DOUBLE || p->n_type == LDOUBLE ? SDREG : SAREG)))
448 #define PERMTYPE(x) ((x) < 32? INT : ((x) < 64? LONGLONG : ((x) < 93? LDOUBLE : FLOAT)))
457 x == DOUBLE || x == LDOUBLE ? FR4 : RET0)
H A Dlocal.c86 case LDOUBLE: in clocal()
171 if (r->n_type >= FLOAT && r->n_type <= LDOUBLE) in clocal()
230 l->n_type != LDOUBLE && p->n_type != LDOUBLE) { in clocal()
288 case LDOUBLE: in clocal()
319 l->n_type == LDOUBLE)) { in clocal()
669 case LDOUBLE: in ninval()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c210 l->n_type != LDOUBLE && p->n_type != LDOUBLE) { in clocal()
253 l->n_type == LDOUBLE)) { in clocal()
344 if (t == FLOAT || t == DOUBLE || t == LDOUBLE) in cisreg()
398 case LDOUBLE: in ninval()
H A Dmacdefs.h137 (t) == LONG || t == ULONG || (t) == LONGLONG || (t) == ULONGLONG) ? 2 : (t) == LDOUBLE ? 3 : 1)
266 (p->n_type >= FLOAT && p->n_type <= LDOUBLE ? SDREG : SAREG)))
280 x == FLOAT || x == DOUBLE || x == LDOUBLE ? 31 : AX)
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h154 (t) == LONGLONG || (t) == ULONGLONG) ? 2 : (t) == LDOUBLE ? 3 : 1)
282 (p->n_type >= FLOAT && p->n_type <= LDOUBLE ? SDREG : SAREG)))
296 x == FLOAT || x == DOUBLE || x == LDOUBLE ? 31 : EAX)

123