Searched refs:res (Results 201 - 225 of 2094) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A D_ne_td.c30 CMPtype res; local
35 res = __bid128_quiet_not_equal (ux.i, uy.i);
36 return (res);
H A D_sd_to_di.c30 DItype res = 0xbaddbaddbaddbaddull; local
36 res = __bid64_to_int64_xint (x64);
38 return (res);
H A D_sd_to_si.c30 SItype res = 0xbaddbadd; local
36 res = __bid64_to_int32_xint (x64);
38 return (res);
H A D_unord_dd.c30 CMPtype res; local
35 res = __bid64_quiet_unordered (ux.i, uy.i);
36 return (res);
H A D_unord_td.c30 CMPtype res; local
35 res = __bid128_quiet_unordered (ux.i, uy.i);
36 return (res);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/lm32/
H A D_udivmodsi4.c33 USItype res = 0; local
45 res |= bit;
52 return res;
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dset_str_raw.c33 int res; local
53 res = mpfr_strtofr (x, str, 0, 2, MPFR_RNDZ);
54 MPFR_ASSERTN (res == 0);
H A Dui_pow_ui.c31 mpfr_t res; local
57 mpfr_init2 (res, prec);
64 inexact = mpfr_set_ui (res, y, MPFR_RNDU);
69 inexact |= mpfr_mul (res, res, res, MPFR_RNDU);
72 inexact |= mpfr_mul_ui (res, res, y, MPFR_RNDU);
80 || MPFR_CAN_ROUND (res, err, MPFR_PREC (x), rnd)))
85 mpfr_set_prec (res, pre
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dcmp_str.c29 int res; local
34 res = mpfr_cmp (x,y);
36 return res;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-11.c9 int i, res; local
16 res = va_arg (va, int);
20 return res;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dudivmodsi4.c5 unsigned long res = 0; local
17 res |= bit;
23 return res;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_complex_returning.c28 __complex__ float res; local
30 __real__ res = (2.0 * __real__ x); local
31 __imag__ res = (2.0 * __imag__ x); local
33 return res;
39 __complex__ double res; local
41 __real__ res = (2.0 * __real__ x); local
42 __imag__ res = (2.0 * __imag__ x); local
44 return res;
50 __complex__ long double res; local
52 __real__ res local
53 __imag__ res = (2.0 * __imag__ x); local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/common/
H A Dcfe.c46 int res; local
48 while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */
49 return (res < 0) ? -1 : ch;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_fast_mp_invmod.c29 int res, neg; local
37 if ((res = mp_init_multi(&x, &y, &u, &v, &B, &D, NULL)) != MP_OKAY) {
38 return res;
42 if ((res = mp_copy (b, &x)) != MP_OKAY) {
47 if ((res = mp_mod (a, b, &y)) != MP_OKAY) {
52 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
55 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
64 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
69 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) {
74 if ((res
[all...]
H A Dbn_mp_invmod_slow.c24 int res; local
32 if ((res = mp_init_multi(&x, &y, &u, &v,
34 return res;
38 if ((res = mp_mod(a, b, &x)) != MP_OKAY) {
41 if ((res = mp_copy (b, &y)) != MP_OKAY) {
47 res = MP_VAL;
52 if ((res = mp_copy (&x, &u)) != MP_OKAY) {
55 if ((res = mp_copy (&y, &v)) != MP_OKAY) {
65 if ((res = mp_div_2 (&u, &u)) != MP_OKAY) {
71 if ((res
[all...]
H A Dbn_mp_add.c23 int sa, sb, res; local
34 res = s_mp_add (a, b, c);
42 res = s_mp_sub (b, a, c);
45 res = s_mp_sub (a, b, c);
48 return res;
H A Dbn_mp_mod_2d.c24 int x, res; local
34 res = mp_copy (a, c);
35 return res;
39 if ((res = mp_copy (a, c)) != MP_OKAY) {
40 return res;
H A Dbn_mp_read_unsigned_bin.c23 int res; local
27 if ((res = mp_grow(a, 2)) != MP_OKAY) {
28 return res;
37 if ((res = mp_mul_2d (a, 8, a)) != MP_OKAY) {
38 return res;
H A Dbn_mp_sub.c24 int sa, sb, res; local
35 res = s_mp_add (a, b, c);
45 res = s_mp_sub (a, b, c);
51 res = s_mp_sub (b, a, c);
54 return res;
H A Dbn_mp_to_unsigned_bin.c23 int x, res; local
26 if ((res = mp_init_copy (&t, a)) != MP_OKAY) {
27 return res;
37 if ((res = mp_div_2d (&t, 8, &t, NULL)) != MP_OKAY) {
39 return res;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrc.c66 _krb5_crc_update (const char *p, size_t len, uint32_t res) argument
69 res = table[(res ^ *p++) & 0xFF] ^ (res >> 8);
70 return res & 0xFFFFFFFF;
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dkvatoname.c21 ipfunc_resolve_t res; local
24 res.ipfu_addr = func;
25 res.ipfu_name[0] = '\0';
33 (void) (*iocfunc)(fd, SIOCFUNCL, &res);
36 strncpy(funcname, res.ipfu_name, sizeof(funcname));
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Ddns.c78 dns->res = NULL;
115 if (dns->res == NULL) {
116 struct __res_state *res; local
117 res = (struct __res_state *)malloc(sizeof *res);
118 if (res == NULL)
120 memset(res, 0, sizeof *res);
121 dns_res_set(this, res, free);
124 if ((dns->res
132 dns_res_set(struct irs_acc *this, struct __res_state *res, void (*free_res)(void *)) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-nest-cycle-1.c19 float res; local
23 res = in[i];
26 res = res - a[i+j];
28 out[i] = res;
H A Dvect-nest-cycle-2.c19 float res; local
23 res = 1000;
26 res = res - a[i+j];
28 out[i] = res;

Completed in 168 milliseconds

1234567891011>>