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

/external/eigen/bench/btl/generic_bench/utils/
H A Dsize_lin_log.hh28 int ten=10; local
33 if (nb_point>ten){
42 size_log(nb_point-nine,ten,size_max,log_size);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp9.cpp19 static const unsigned char ten = 10; member in namespace:PR6707
24 f2(X<int, 10>(), X<char, ten>());
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-3.c41 struct ten { struct
49 static int a2[(size_struct_2 == sizeof (struct ten)) -1];
/external/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp243 double ten = 10.0; local
269 if((pinf > ten) != TRUE) {
281 double ten = 10.0; local
307 if((ninf < ten) != TRUE) {
373 double ten = 10.0; local
387 if(uprv_isNaN(ten) == TRUE) {
400 double ten = 10.0; local
414 if((nan > ten) != FALSE) {
427 double ten = 10.0; local
441 if((nan < ten) !
454 double ten = 10.0; local
481 double ten = 10.0; local
508 double ten = 10.0; local
535 double ten = 10.0; local
[all...]
H A Dustrtest.cpp1699 TestEnumeration ten; local
1709 pc=ten.next(&length, status);
1716 if(ten.next(&length, status)!=NULL) {
1721 ten.reset(status);
1724 pu=ten.unext(&length, status);
1731 if(ten.unext(&length, status)!=NULL) {
1736 if(ten.clone()!=NULL) {
/external/v8/tools/
H A Dgenerate-ten-powers.scm30 ;; bigloo -static-bigloo -o generate-ten-powers generate-ten-powers.scm
34 (module gen-ten-powers
96 ;; Basically we will have a ten^i that we will *10 at each iteration. We
97 ;; want to create the matissa of 1/ten^i. However the mantissa must be
99 ;; We shift by multiplying with two^e. -> We encode two^e*(1/ten^i) ==
100 ;; two^e/ten^i.
102 (ten^i #z10)
106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container)
112 (v (rounded-/bx two^e ten
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimal.java118 private static final com.ibm.icu.math.BigDecimal ten = com.ibm.icu.math.BigDecimal.TEN; field in class:DiagBigDecimal
872 "111e1-3-", "111e1*23", "111e1e+3", "1e1.0", "1e123e", "ten",
1246 ten.add((com.ibm.icu.math.BigDecimal) null);
1253 ten.add(ten, (com.ibm.icu.math.MathContext) null);
1321 ten.compareTo((com.ibm.icu.math.BigDecimal) null);
1328 ten.compareTo(ten, (com.ibm.icu.math.MathContext) null);
1586 ten.divide((com.ibm.icu.math.BigDecimal) null);
1593 ten
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1661 DigitList ten;
1662 ten.set((int32_t)10);
1665 adjustedNum.mult(ten, status);
1672 adjustedNum.div(ten, status);
2313 DigitList ten;
2314 ten.set((int32_t)10);
2318 digits->div(ten,ec);
2323 digits->mult(ten,ec);
/external/v8/test/cctest/compiler/
H A Dtest-run-machops.cc479 Node* ten = m.Float64Constant(10.0); local
484 Node* phi = m.Phi(kMachFloat64, minus_3, ten);
485 m.Branch(m.Float64LessThan(phi, ten), &body, end);
3475 Node* ten = m.Int32Constant(10); local
3490 m.Branch(m.Word32Equal(next_i, ten), &end, &body_cont);
3498 m.Return(ten);
3508 Node* ten = m.Int32Constant(10); local
3525 m.Branch(m.Word32Equal(next_i, ten), &end, &body_cont);
3534 m.Return(ten);
/external/libvorbis/doc/
H A D02-bitpacking.tex23 seven, ten, eleven and sixteen bit 'bytes' have been used. For
H A D06-floor0.tex94 \varname{[floor0_order]} is ten, the only way to fill all the needed
/external/llvm/test/MC/Mips/
H A Dmips64-expansions.s7 # XXXRW: Does using powers of ten make me a bad person?
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm372 ;;; be spent in the first ten instructions.
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm314 ;;; be spent in the first ten instructions.
/external/llvm/lib/Support/
H A DAPFloat.cpp2592 /* The maximum number that can be multiplied by ten with any
3638 APInt ten(precision, 10);
3645 APInt::udivrem(significand, ten, significand, digit);
/external/bison/build-aux/
H A Dtexinfo.tex1450 \csname ten#1\endcsname % change the current font

Completed in 2082 milliseconds