Searched refs:ten (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-order-reverse.mk6 NUMBERS= one two three four five six seven eight nine ten
8 .if ${NUMBERS:Or} != "two three ten six seven one nine four five eight"
H A Dvarmod-order.mk6 NUMBERS= one two three four five six seven eight nine ten
8 .if ${NUMBERS:O} != "eight five four nine one seven six ten three two"
H A Dvarmod-order-shuffle.mk14 NUMBERS= one two three four five six seven eight nine ten
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d39 @ten = llquantize(i, 10, 0, 1, 10);
/freebsd-13-stable/contrib/ntp/libntp/
H A Ddofptoa.c53 register u_short ten = 10; local
57 sv = (u_short) (sv/ten);
/freebsd-13-stable/contrib/bc/src/
H A Dlibrary.c953 BcNum exp, pow, ten; local
958 bc_num_setup(&ten, ten_digs, BC_NUM_BIGDIG_LOG10);
960 ten.num[0] = 10;
961 ten.len = 1;
971 bc_num_init(&pow, bc_num_powReq(&ten, &exp, 0));
975 bc_num_pow(&ten, &exp, &pow, 0);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-nand.h281 uint64_t ten : 4; member in struct:__anon10228
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2792 /* The maximum number that can be multiplied by ten with any
3875 APInt ten(precision, 10);
3882 APInt::udivrem(significand, ten, significand, digit);

Completed in 183 milliseconds