HomeSort by: relevance | last modified time | path
    Searched defs:bexp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpf/
t-conv.c 44 mp_exp_t bexp; local
223 str = mpf_get_str (0, &bexp, base, 0, x);
226 sprintf (buf, "-0.%s@%ld", str + 1, bexp);
228 sprintf (buf, "0.%s@%ld", str, bexp);
  /src/crypto/external/apache2/openssl/dist/test/
bio_comp_test.c 41 BIO *bexp = NULL; local
62 if (!TEST_ptr(bexp = BIO_new(meth)))
64 BIO_push(bexp, bmem);
65 rsize = BIO_read(bexp, result, size);
73 BIO_free(bexp);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
softfloat.c 295 int exp, negexp, bexp; local
339 bexp = exp;
352 DEXPSET(fl, DEXP(fl) + negexp*bexp);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
softfloat.c 295 int exp, negexp, bexp; local
339 bexp = exp;
352 DEXPSET(fl, DEXP(fl) + negexp*bexp);
  /src/usr.bin/dc/
bcode.c 101 static void bexp(void);
198 { '^', bexp },
1165 bexp(void) function
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_raidz.c 862 uint8_t *p, *q, *pxy, *qxy, *xd, *yd, tmp, a, b, aexp, bexp; local
926 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)];
930 vdev_raidz_exp2(*q ^ *qxy, bexp);

Completed in 32 milliseconds