Home
last modified time | relevance | path

Searched refs:ulp (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dset_z_2exp.c96 mp_limb_t rb, sb, ulp; in mpfr_set_z_2exp() local
117 ulp = 2*mask; in mpfr_set_z_2exp()
118 fp[0] = limb & ~(ulp-1); in mpfr_set_z_2exp()
131 ulp = MPFR_LIMB_ONE; in mpfr_set_z_2exp()
147 if (rb == 0 || MPFR_UNLIKELY (sb == 0 && (fp[0] & ulp) == 0)) in mpfr_set_z_2exp()
167 if (MPFR_UNLIKELY (mpn_add_1 (fp, fp, fn, ulp))) in mpfr_set_z_2exp()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dpolicy.h118 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \ argument
124 (idx)->ul_proto = (ulp); \
131 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \ argument
137 (idx)->ul_proto = (ulp); \
/netbsd-src/lib/libc/gdtoa/
H A Dstrtod.c84 rv = ulp(x);
731 dval(&rv) += adj*ulp(&rv);
737 dval(&rv) += adj.d*ulp(&rv);
760 dval(&adj) *= ulp(&rv);
770 dval(&adj) *= ulp(&rv);
898 dval(&rv) += ulp(&rv);
905 dval(&rv) -= ulp(&rv);
966 dval(&adj) = dval(&aadj1) * ulp(&rv);
990 dval(&adj) = dval(&aadj1) * ulp(&rv);
997 dval(&adj) = dval(&aadj1) * ulp(&rv);
[all …]
H A DstrtodI.c46 u = ulp(d);
110 dval(&u[1]) += ulp(&u[1]);
119 dval(&u[1]) = dval(&u[0]) + ulp(&u[0]);
H A Dmakefile55 strtorx.c strtorxL.c sum.c ulp.c
76 sum.c ulp.c
H A Dulp.c37 ulp in ulp() function
H A DMakefile.inc42 ulp.c
H A Dxsum0.out52 ulp.c edb56c0b 1866
H A Dgdtoaimp.h584 #define ulp __ulp_D2A macro
632 extern double ulp ANSI((U*));
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dibm-ldouble-format75 will be within 1ulp of the range generated by adding or subtracting
76 1ulp from the input values, where a 'ulp' is 2^(e-106) given the
81 will be within 2ulp of the correct result.
84 be within 3ulp of the correct result.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dibm-ldouble-format75 will be within 1ulp of the range generated by adding or subtracting
76 1ulp from the input values, where a 'ulp' is 2^(e-106) given the
81 will be within 2ulp of the correct result.
84 be within 3ulp of the correct result.
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c702 str_prefport(u_int family, u_int pref, u_int port, u_int ulp) in str_prefport() argument
725 switch (ulp) { in str_prefport()
746 str_upperspec(u_int ulp, u_int p1, u_int p2) in str_upperspec() argument
750 ent = getprotobynumber((int)ulp); in str_upperspec()
752 printf("%u(%s)", ulp, ent->p_name); in str_upperspec()
754 printf("%u", ulp); in str_upperspec()
759 switch (ulp) { in str_upperspec()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dname_mask.c435 static int hex_to_ulong(char *value, unsigned long mask, unsigned long *ulp) in hex_to_ulong() argument
453 *ulp = (result & mask); in hex_to_ulong()
454 return (*ulp == result); in hex_to_ulong()
/netbsd-src/common/lib/libc/rpc/
H A Dxdr.c233 xdr_u_long(XDR *xdrs, u_long *ulp) in xdr_u_long() argument
237 _DIAGASSERT(ulp != NULL); in xdr_u_long()
241 return (XDR_PUTLONG(xdrs, (long *)ulp)); in xdr_u_long()
243 return (XDR_GETLONG(xdrs, (long *)ulp)); in xdr_u_long()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c48 unsigned long *ulp = &ul; variable
196 void call3b (unsigned char *ucp, unsigned short *usp, unsigned int *uip, unsigned long *ulp) in call3b() argument
198 ucp = 0; usp = 0; uip = 0; ulp = 0; in call3b()
560 call3b (ucp, usp, uip, ulp); in main()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c48 unsigned long *ulp = &ul; variable
196 void call3b (unsigned char *ucp, unsigned short *usp, unsigned int *uip, unsigned long *ulp) in call3b() argument
198 ucp = 0; usp = 0; uip = 0; ulp = 0; in call3b()
560 call3b (ucp, usp, uip, ulp); in main()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfcomp.c68 u_long *ulp; local
147 if (i & -(1 - sizeof(*ulp)))
149 for (i /= sizeof(u_long), ulp = (u_long *)fr; i > 0; i--) {
150 fprintf(fp, "%s%#lx", and, *ulp++);
171 u_long *ulp; local
214 ulp = fr->fr_data;
216 fprintf(fp, "%s%#lx", and, *ulp++);
/netbsd-src/lib/libc/softfloat/
H A Dsoftfloat-history.txt17 the last place (1 ulp) from what it should be. (Bug discovered by Paul
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_toedev.h113 void *ulp; /* ulp stuff */ member
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dagm.dat38 # (in ulp) for the imaginary part.
/netbsd-src/sys/arch/m68k/fpsp/
H A Dstan.sa45 * Accuracy and Monotonicity: The returned result is within 3 ulp in
46 * 64 significant bit, i.e. within 0.5001 ulp to 53 bits if the
445 *--we want P+p = W+w but |p| <= half ulp of P
457 *--|r| <= half ulp of R.
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h153 #define sym_rename1(old, ulp, new) sym_rename2(old, ulp, new) argument
154 #define sym_rename2(old, ulp, new) extern __typeof(old) old __asm__(#ulp #new) argument
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dmpfr-test.h210 int ulp (double, double);
/netbsd-src/lib/libm/arch/vax/
H A Dn_cabs.S143 rsb # error < 0.86 ulp
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h174 #define sym_rename1(old, ulp, new) sym_rename2(old, ulp, new) argument
175 #define sym_rename2(old, ulp, new) extern __typeof(old) old __asm__(#ulp #new) argument

123