| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | set_z_2exp.c | 96 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 D | policy.h | 118 #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 D | strtod.c | 84 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 D | strtodI.c | 46 u = ulp(d); 110 dval(&u[1]) += ulp(&u[1]); 119 dval(&u[1]) = dval(&u[0]) + ulp(&u[0]);
|
| H A D | makefile | 55 strtorx.c strtorxL.c sum.c ulp.c 76 sum.c ulp.c
|
| H A D | ulp.c | 37 ulp in ulp() function
|
| H A D | Makefile.inc | 42 ulp.c
|
| H A D | xsum0.out | 52 ulp.c edb56c0b 1866
|
| H A D | gdtoaimp.h | 584 #define ulp __ulp_D2A macro 632 extern double ulp ANSI((U*));
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
| H A D | ibm-ldouble-format | 75 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 D | ibm-ldouble-format | 75 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 D | pfkey_dump.c | 702 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 D | name_mask.c | 435 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 D | xdr.c | 233 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 D | funcargs.c | 48 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 D | funcargs.c | 48 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 D | ipfcomp.c | 68 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 D | softfloat-history.txt | 17 the last place (1 ulp) from what it should be. (Bug discovered by Paul
|
| /netbsd-src/sys/dev/pci/cxgb/ |
| H A D | cxgb_toedev.h | 113 void *ulp; /* ulp stuff */ member
|
| /netbsd-src/external/lgpl3/mpc/dist/tests/ |
| H A D | agm.dat | 38 # (in ulp) for the imaginary part.
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | stan.sa | 45 * 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 D | libgfortran.h | 153 #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 D | mpfr-test.h | 210 int ulp (double, double);
|
| /netbsd-src/lib/libm/arch/vax/ |
| H A D | n_cabs.S | 143 rsb # error < 0.86 ulp
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | libgfortran.h | 174 #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
|