Home
last modified time | relevance | path

Searched refs:E10 (Results 1 – 25 of 92) sorted by relevance

1234

/external/fdlibm/
Dchanges30 trypow( 1.0000000001, 1.0000000001E10, 2.7182820535066154);
31 trypow(-1.0000000001, 1.0000000001E10, -2.7182820535066154);
32 trypow(-0.001, 1.0000000001E10, -0.0);
33 trypow(-1000.0, 1.0000000001E10, -1.0/0.0);
/external/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator
39 const E e10 = E10;
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp3-0x.cpp37 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator
40 const E e10 = E10;
/external/caliper/examples/src/main/java/examples/
DEnumSetContainsBenchmark.java58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
Dwindows-keycodes.csv12 11,E10
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/osx/
Dosx-keycodes.csv12 29,E10
/external/rust/crates/remain/tests/
Dorder.rs27 E10, enumerator
/external/deqp-deps/glslang/Test/baseResults/
Dpreprocessor.simple.vert.out28 1.2 2E10 5u - 5l f
/external/deqp-deps/glslang/Test/
Dpreprocessor.simple.vert28 1.2 2E10 5u -5lf
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DIsoLayoutPosition.java30 …"8"), E09('E', 9, "9"), E10('E', 10, "0"), E11('E', 11, "-"), E12('E', 12, "="), E13('E', 13, "(ke… enumConstant
/external/python/cpython2/Lib/test/
Dieee754.txt162 >>> tan(PI/2) > 1E10
164 >>> -tan(-PI/2) > 1E10
/external/python/cpython3/Lib/test/
Dieee754.txt162 >>> tan(PI/2) > 1E10
164 >>> -tan(-PI/2) > 1E10
/external/llvm-project/clang/test/Sema/
Ddecl-in-prototype.c77 enum E10 { a, b, c } f; // expected-warning {{will not be visible}} in f10()
/external/llvm/test/CodeGen/X86/
Dpush-cfi-obj.ll26 ; LINUX-NEXT: 0030: 04000000 00410E08 8502420D 05432E10 |.....A....B..C..|
/external/llvm-project/llvm/test/CodeGen/X86/
Dpush-cfi-obj.ll26 ; LINUX-NEXT: 0030: 04000000 00410E08 8502420D 05432E10 |.....A....B..C..|
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_service.mojom62 double a15@15 = 1E10;
/external/eigen/blas/testing/
Dsblat1.f164 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)
Dcblat2.f2737 PARAMETER ( ROGUE = ( -1.0E10, 1.0E10 ) )
2741 PARAMETER ( RROGUE = -1.0E10 )
/external/llvm-project/clang/test/Modules/
Dodr_hash.cpp3241 enum class E10 : int {}; enum
3243 enum class E10 {}; enum
3245 E10 e10;
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java45 …E00, E01, E02, E03, E04, E05, E06, E07, E08, E09, E10, E11, E12, E13, D00, D01, D02, D03, D04, D05… enumConstant
/external/python/cpython2/Lib/test/decimaltestdata/
Dsubtract.decTest388 subx409 subtract '-5E10' 0 -> '-5.00000000E+10' Rounded
412 subx439 subtract 0 '-5E10' -> '5.00000000E+10' Rounded
/external/python/cpython3/Lib/test/decimaltestdata/
Dsubtract.decTest388 subx409 subtract '-5E10' 0 -> '-5.00000000E+10' Rounded
412 subx439 subtract 0 '-5E10' -> '5.00000000E+10' Rounded
DdqBase.decTest353 dqbas365 toSci 7E10 -> 7E+10
354 dqbas366 toEng 7E10 -> 70E+9
/external/cblas/testing/
Dc_cblat3.f2325 PARAMETER ( ROGUE = ( -1.0E10, 1.0E10 ) )
2329 PARAMETER ( RROGUE = -1.0E10 )
Dc_cblat2.f2761 PARAMETER ( ROGUE = ( -1.0E10, 1.0E10 ) )
2765 PARAMETER ( RROGUE = -1.0E10 )

1234