Searched refs:LOG2 (Results 26 - 50 of 66) sorted by relevance

123

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Derf.c198 m = n + (mpfr_prec_t) (xf2 / LOG2) + 8 + MPFR_INT_CEIL_LOG2 (n);
H A Dzeta.c235 dnep = (double) d * LOG2;
240 beta = dnep + 0.61 + sd * (LOG6dot2832 - LOG2 *
245 /* n = 1 + (int) (exp ((dnep - LOG2) / sd)); */
H A Deint.c338 0.5 * (double) MPFR_GET_EXP (x)) * LOG2 + 1.0) > 0)
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest045-syncreplication-proxied90 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
642 echo "======================= RESTART =======================" >> $LOG2
643 $SLAPD -f $CONF2 -h $URI2 -d $LVL >> $LOG2 2>&1 &
H A Dtest079-proxy-timeout78 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest032-chain59 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest048-syncrepl-multiproxy83 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
430 $SLAPD -f $CONF2 -h $URI2 -d $LVL >> $LOG2 2>&1 &
H A Dtest071-dirsync91 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest072-dsee-sync74 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest073-asyncmeta76 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest059-consumer-config185 $SLAPD -F $CFCON -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest019-syncreplication-cascade77 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest053-syncprov-glue132 $SLAPD -F slapd.d -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest047-ldap76 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest049-sync-config138 $SLAPD -F ./slapd.d -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest035-meta76 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest017-syncreplication-refresh78 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8427/
H A Dits8427184 $SLAPD -F ./slapd.d -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dits8427-289 $SLAPD -f $CONF2 -h $URI3 -d $LVL > $LOG2 2>&1 &
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8521/
H A Dits852181 $SLAPD -F $CFCON -h $URI2 -d $LVL > $LOG2 2>&1 &
/netbsd-current/external/bsd/openldap/dist/tests/scripts/lloadd/
H A Dtest004-monitor58 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
H A Dtest005-tls42 $SLAPD -f $CONF2 -h $URI3 -d $LVL > $LOG2 2>&1 &
H A Dtest003-cnconfig46 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dfloats.d247 LN10, LN2, LOG2, LOG2E, LOG2T, LOG10E, SQRT2, SQRT1_2;
258 assert(printFloat(cast(float) LOG2, f) == "0x1.344136p-2");
274 assert(printFloat(cast(double) LOG2, f) == "0x1.34413509f79ffp-2");
292 assert(printFloat(LOG2, f) == "0x1.34413509f79fef32p-2");
1370 LN10, LN2, LOG2, LOG2E, LOG2T, LOG10E, SQRT2, SQRT1_2;
1381 assert(printFloat(cast(double) LOG2, f) == "3.010299956639812e-01");
2229 LN10, LN2, LOG2, LOG2E, LOG2T, LOG10E, SQRT2, SQRT1_2;
2240 assert(printFloat(cast(double) LOG2, f) == "0.301029995663981");
2747 LN10, LN2, LOG2, LOG2E, LOG2T, LOG10E, SQRT2, SQRT1_2;
2758 assert(printFloat(cast(double) LOG2,
[all...]
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c96 LOG, LOG2, FERMAT, MERSENNE, FIBONACCI, RANDOM, NEXTPRIME, BINOM, enumerator in enum:op_t
724 {"log2", LOG2, 1},
1157 case LOG2:

Completed in 128 milliseconds

123