Searched defs:ten (Results 1 - 9 of 9) sorted by relevance

/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/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/CodeGen/
H A Dms_struct-bitfield-3.c41 struct ten { struct
49 static int a2[(size_struct_2 == sizeof (struct ten)) -1];
/external/chromium_org/third_party/icu/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.cpp1701 TestEnumeration ten; local
1711 pc=ten.next(&length, status);
1718 if(ten.next(&length, status)!=NULL) {
1723 ten.reset(status);
1726 pu=ten.unext(&length, status);
1733 if(ten.unext(&length, status)!=NULL) {
1738 if(ten.clone()!=NULL) {
/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.cpp1701 TestEnumeration ten; local
1711 pc=ten.next(&length, status);
1718 if(ten.next(&length, status)!=NULL) {
1723 ten.reset(status);
1726 pu=ten.unext(&length, status);
1733 if(ten.unext(&length, status)!=NULL) {
1738 if(ten.clone()!=NULL) {
/external/chromium_org/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/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1573 DigitList ten; local
1574 ten.set((int32_t)10);
1577 adjustedNum.mult(ten, status);
1584 adjustedNum.div(ten, status);
2218 DigitList ten; local
2219 ten.set((int32_t)10);
2223 digits->div(ten,ec);
2228 digits->mult(ten,ec);

Completed in 322 milliseconds