Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp245 double ten = 10.0; in testPositiveInfinity() local
271 if((pinf > ten) != true) { in testPositiveInfinity()
283 double ten = 10.0; in testNegativeInfinity() local
309 if((ninf < ten) != true) { in testNegativeInfinity()
375 double ten = 10.0; in testIsNaN() local
389 if(uprv_isNaN(ten) == true) { in testIsNaN()
402 double ten = 10.0; in NaNGT() local
416 if((nan > ten) != false) { in NaNGT()
429 double ten = 10.0; in NaNLT() local
443 if((nan < ten) ! in NaNLT()
456 double ten = 10.0; NaNGTE() local
483 double ten = 10.0; NaNLTE() local
510 double ten = 10.0; NaNE() local
537 double ten = 10.0; NaNNE() local
[all...]
H A Dustrtest.cpp1720 TestEnumeration ten; in TestStringEnumeration() local
1730 pc=ten.next(&length, status); in TestStringEnumeration()
1737 if(ten.next(&length, status)!=NULL) { in TestStringEnumeration()
1742 ten.reset(status); in TestStringEnumeration()
1745 pu=ten.unext(&length, status); in TestStringEnumeration()
1752 if(ten.unext(&length, status)!=NULL) { in TestStringEnumeration()
1757 if(ten.clone()!=NULL) { in TestStringEnumeration()
/third_party/node/deps/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...]
/third_party/protobuf/js/commonjs/
H A Dstrict_test.js58 var simple1 = new test10_pb.jspb.exttest.strict.ten.Simple10()
59 var simple2 = new test10_pb.jspb.exttest.strict.ten.Simple10()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc592 int one = 1, ten = 10; in TEST() local
594 one, ten, std::ref(one), std::ref(ten), std::cref(one), std::cref(ten)))); in TEST()
598 std::tuple<std::reference_wrapper<int>>(std::ref(ten)), in TEST()
599 std::tuple<int>(one), std::tuple<int>(ten)))); in TEST()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java110 private static final ohos.global.icu.math.BigDecimal ten = ohos.global.icu.math.BigDecimal.TEN; field in DiagBigDecimalTest
652 "111e1-3-", "111e1*23", "111e1e+3", "1e1.0", "1e123e", "ten", in diagconstructors()
1026 ten.add((ohos.global.icu.math.BigDecimal) null); in diagadd()
1033 ten.add(ten, (ohos.global.icu.math.MathContext) null); in diagadd()
1101 ten.compareTo((ohos.global.icu.math.BigDecimal) null); in diagcompareto()
1108 ten.compareTo(ten, (ohos.global.icu.math.MathContext) null); in diagcompareto()
1366 ten.divide((ohos.global.icu.math.BigDecimal) null); in diagdivide()
1373 ten in diagdivide()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java107 private static final com.ibm.icu.math.BigDecimal ten = com.ibm.icu.math.BigDecimal.TEN; field in DiagBigDecimalTest
649 "111e1-3-", "111e1*23", "111e1e+3", "1e1.0", "1e123e", "ten", in diagconstructors()
1023 ten.add((com.ibm.icu.math.BigDecimal) null); in diagadd()
1030 ten.add(ten, (com.ibm.icu.math.MathContext) null); in diagadd()
1098 ten.compareTo((com.ibm.icu.math.BigDecimal) null); in diagcompareto()
1105 ten.compareTo(ten, (com.ibm.icu.math.MathContext) null); in diagcompareto()
1363 ten.divide((com.ibm.icu.math.BigDecimal) null); in diagdivide()
1370 ten in diagdivide()
[all...]
/third_party/python/Lib/test/
H A Dtest_decorators.py440 def ten(x): function
448 @ten
H A Dtest_fstring.py1232 tenπ = 31.4
1233 self.assertEqual(f'{tenπ=:.2f}', 'tenπ=31.40')
H A Dtest_grammar.py1238 global one, two, three, four, five, six, seven, eight, nine, ten
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py522 global one, two, three, four, five, six, seven, eight, nine, ten
H A Dpy2_test_grammar.py516 global one, two, three, four, five, six, seven, eight, nine, ten
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp2599 /* The maximum number that can be multiplied by ten with any
3573 APInt ten(precision, 10);
3580 APInt::udivrem(significand, ten, significand, digit);
/third_party/python/Modules/_decimal/
H A D_decimal.c4696 mpd_t ten = {MPD_POS|MPD_STATIC|MPD_CONST_DATA, in _dec_hash() local
4738 mpd_qpowmod(exp_hash, &ten, tmp, &p, &maxctx, &status); in _dec_hash()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1451 \csname ten#1\endcsname % change the current font

Completed in 47 milliseconds