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

1 2

  /external/icu/icu4c/source/test/intltest/
compactdecimalformattest.cpp 41 {1.23456789E10, "12B"},
57 {1.23456789E10, "12\\u00A0\\u043C\\u043B\\u0440\\u0434."},
74 {1.23456789E10, "12 \\u043C\\u0438\\u043B\\u0438\\u0458\\u0430\\u0440\\u0434\\u0438"}, // 10^9 other
75 {2.08901234E10, "21 \\u043C\\u0438\\u043B\\u0438\\u0458\\u0430\\u0440\\u0434\\u0430"}, // 10^9 one
76 {2.18901234E10, "22 \\u043C\\u0438\\u043B\\u0438\\u0458\\u0430\\u0440\\u0434\\u0435"}, // 10^9 few
93 {-1.23456789E10, "-12 \\u043C\\u0438\\u043B\\u0438\\u0458\\u0430\\u0440\\u0434\\u0438"},
94 {-2.08901234E10, "-21 \\u043C\\u0438\\u043B\\u0438\\u0458\\u0430\\u0440\\u0434\\u0430"},
95 {-2.18901234E10, "-22 \\u043C\\u0438\\u043B\\u0438\\u0458\\u0430\\u0440\\u0434\\u0435"},
110 {1.23456789E10, "120\\u5104"},
124 {1.23456789E10, "B12"}
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 };
39 const E e10 = E10; variable
41 T<e10> s10;
53 case (long long)1e10: // expected-error {{case value evaluates to 10000000000, which cannot be narrowed to type 'unsigned int'}}
  /external/v8/test/cctest/
test-flags.cc 98 "--testing_float_flag", "-12E10", "-testing-string-flag=foo-bar" };
107 CHECK_EQ(-12E10, FLAG_testing_float_flag);
117 "--testing_float_flag -12E10 "
124 CHECK_EQ(-12E10, FLAG_testing_float_flag);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/classes/tests/
historical_tests.py 438 E10=nx.empty_graph(10)
439 H=E10.subgraph([])
441 H=E10.subgraph([1,2,3,4,5])
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConvertTest.java 48 double result = 2.7467238945E10;
70 double result = -2.7467238945E10;
BigDecimalTest.java 528 multi2 = new BigDecimal(13.4E10);
530 assertTrue("-0.00234 * 13.4E10 is not correct",
780 sub1 = new BigDecimal(-2837E10);
782 assertTrue("the bigInteger equivalent of -2837E10 is wrong", result
783 .doubleValue() == -2837E10);
819 unsVal = new BigDecimal(123E10);
820 assertTrue("the unscaledValue of 123E10 is wrong", unsVal
    [all...]
  /external/eigen/blas/testing/
sblat1.f 164 E 4.E10, 2.E-2, 1.E-5, 10.E0,
166 G 2.E10, 4.E-2, 1.E-5, 10.E0,
193 DTRUE(1,6) = 4.E10 / (1.5E0 * D12 * D12)
201 DTRUE(2,8) = 2.E10 / (1.5E0 * D12 * D12)
    [all...]
cblat2.f     [all...]
cblat3.f     [all...]
  /external/v8/test/mjsunit/es6/
math-hyperbolic.js 133 [0, 1E-50, 1E-10, 1E10, 1E50, 1E100, 1E150].forEach(function(x) {
  /external/svox/pico/lib/
picopam.c 219 picoos_uint8 e10_e12_e13_word; /* E10,E12,E13 */
310 #define E10 41
    [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]
  /external/libpng/
png.c     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_png.c     [all...]
  /external/icu/icu4c/source/data/sprep/
rfc3491.txt 913 1E10; 1E11; MAP
    [all...]
rfc3530csci.txt 912 1E10; 1E11; MAP
    [all...]
rfc3722.txt 913 1E10; 1E11; MAP
    [all...]
rfc3920node.txt 913 1E10; 1E11; MAP
    [all...]
rfc4518ci.txt 880 1E10; 1E11; MAP
    [all...]
  /external/icu/icu4c/source/test/testdata/
nfs4_cis_prep.txt 903 1E10; 1E11; MAP
    [all...]
nfs4_cs_prep_ci.txt 903 1E10; 1E11; MAP
    [all...]
nfs4_mixed_prep_s.txt 903 1E10; 1E11; MAP
    [all...]

Completed in 2084 milliseconds

1 2