HomeSort by relevance Sort by last modified time
    Searched refs:ten (Results 1 - 25 of 31) sorted by null

1 2

  /external/eigen/bench/btl/generic_bench/utils/
size_lin_log.hh 28 int ten=10; local
33 if (nb_point>ten){
42 size_log(nb_point-nine,ten,size_max,log_size);
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$integer.class 
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 19 static const unsigned char ten = 10; member in namespace:PR6707
24 f2(X<int, 10>(), X<char, ten>());
  /external/clang/test/CodeGen/
ms_struct-bitfield-3.c 41 struct ten { struct
49 static int a2[(size_struct_2 == sizeof (struct ten)) -1];
  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 243 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) != FALSE)
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...]
ustrtest.cpp 1699 TestEnumeration ten; local
    [all...]
  /external/v8/tools/
generate-ten-powers.scm 30 ;; 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^i)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 280 def ten(x): function in function:TestClassDecorators.test_double
288 @ten
test_grammar.py 514 global one, two, three, four, five, six, seven, eight, nine, ten
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 280 def ten(x): function in function:TestClassDecorators.test_double
288 @ten
test_grammar.py 514 global one, two, three, four, five, six, seven, eight, nine, ten
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 1023 CalculatorExpr ten = new CalculatorExpr(); local
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 88 R.id.ten,
181 case R.id.ten: {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java 118 private static final com.ibm.icu.math.BigDecimal ten = com.ibm.icu.math.BigDecimal.TEN; field in class:DiagBigDecimal
414 (new Test("con003")).ok = (com.ibm.icu.math.BigDecimal.TEN.toString()).equals("10");
417 (new Test("con006")).ok = (com.ibm.icu.math.BigDecimal.TEN.intValueExact()) == 10;
    [all...]
  /external/v8/test/mjsunit/
json.js 328 // The gap is capped at ten characters if specified as string.
333 //The gap is capped at ten characters if specified as number.
  /external/icu/icu4c/source/i18n/
decimfmt.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java 35 BigInteger ten = new BigInteger("10", 10); field in class:BigIntegerTest
360 assertTrue("Incorrect exponent returned for 10**50", ten.pow(50)
  /external/v8/test/cctest/compiler/
test-run-machops.cc 479 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
3508 Node* ten = m.Int32Constant(10); local
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 23 seven, ten, eleven and sixteen bit 'bytes' have been used. For
06-floor0.tex 94 \varname{[floor0_order]} is ten, the only way to fill all the needed
  /external/llvm/test/MC/Mips/
mips64-expansions.s 7 # XXXRW: Does using powers of ten make me a bad person?
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
py3_test_grammar.py 486 global one, two, three, four, five, six, seven, eight, nine, ten
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 516 global one, two, three, four, five, six, seven, eight, nine, ten
py3_test_grammar.py 486 global one, two, three, four, five, six, seven, eight, nine, ten

Completed in 596 milliseconds

1 2