/external/eigen/blas/testing/ |
D | sblat1.f | 146 DATA DA1/0.3E0, 0.4E0, -0.3E0, -0.4E0, -0.3E0, 0.0E0, 147 + 0.0E0, 1.0E0/ 148 DATA DB1/0.4E0, 0.3E0, 0.4E0, 0.3E0, -0.4E0, 0.0E0, 149 + 1.0E0, 0.0E0/ 150 DATA DC1/0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.6E0, 1.0E0, 151 + 0.0E0, 1.0E0/ 152 DATA DS1/0.8E0, 0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.0E0, 153 + 1.0E0, 0.0E0/ 154 DATA DATRUE/0.5E0, 0.5E0, 0.5E0, -0.5E0, -0.5E0, 155 + 0.0E0, 1.0E0, 1.0E0/ [all …]
|
D | cblat1.f | 147 DATA SA, CA/0.3E0, (0.4E0,-0.7E0)/ 148 DATA ((CV(I,J,1),I=1,8),J=1,5)/(0.1E0,0.1E0), 149 + (1.0E0,2.0E0), (1.0E0,2.0E0), (1.0E0,2.0E0), 150 + (1.0E0,2.0E0), (1.0E0,2.0E0), (1.0E0,2.0E0), 151 + (1.0E0,2.0E0), (0.3E0,-0.4E0), (3.0E0,4.0E0), 152 + (3.0E0,4.0E0), (3.0E0,4.0E0), (3.0E0,4.0E0), 153 + (3.0E0,4.0E0), (3.0E0,4.0E0), (3.0E0,4.0E0), 154 + (0.1E0,-0.3E0), (0.5E0,-0.1E0), (5.0E0,6.0E0), 155 + (5.0E0,6.0E0), (5.0E0,6.0E0), (5.0E0,6.0E0), 156 + (5.0E0,6.0E0), (5.0E0,6.0E0), (0.1E0,0.1E0), [all …]
|
/external/cblas/testing/ |
D | c_cblat1.f | 105 DATA SA, CA/0.3E0, (0.4E0,-0.7E0)/ 106 DATA ((CV(I,J,1),I=1,8),J=1,5)/(0.1E0,0.1E0), 107 + (1.0E0,2.0E0), (1.0E0,2.0E0), (1.0E0,2.0E0), 108 + (1.0E0,2.0E0), (1.0E0,2.0E0), (1.0E0,2.0E0), 109 + (1.0E0,2.0E0), (0.3E0,-0.4E0), (3.0E0,4.0E0), 110 + (3.0E0,4.0E0), (3.0E0,4.0E0), (3.0E0,4.0E0), 111 + (3.0E0,4.0E0), (3.0E0,4.0E0), (3.0E0,4.0E0), 112 + (0.1E0,-0.3E0), (0.5E0,-0.1E0), (5.0E0,6.0E0), 113 + (5.0E0,6.0E0), (5.0E0,6.0E0), (5.0E0,6.0E0), 114 + (5.0E0,6.0E0), (5.0E0,6.0E0), (0.1E0,0.1E0), [all …]
|
D | c_sblat1.f | 102 DATA DA1/0.3E0, 0.4E0, -0.3E0, -0.4E0, -0.3E0, 0.0E0, 103 + 0.0E0, 1.0E0/ 104 DATA DB1/0.4E0, 0.3E0, 0.4E0, 0.3E0, -0.4E0, 0.0E0, 105 + 1.0E0, 0.0E0/ 106 DATA DC1/0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.6E0, 1.0E0, 107 + 0.0E0, 1.0E0/ 108 DATA DS1/0.8E0, 0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.0E0, 109 + 1.0E0, 0.0E0/ 110 DATA DATRUE/0.5E0, 0.5E0, 0.5E0, -0.5E0, -0.5E0, 111 + 0.0E0, 1.0E0, 1.0E0/ [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _swizzle.hpp | 23 …template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, in… 28 …template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, b… 29 struct _swizzle_base1<2, T, P, vecType, E0,E1,-1,-2, Aligned> : public _swizzle_base0<T, 2> 31 …GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this-… in operator ()() 34 …template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, i… 35 struct _swizzle_base1<3, T, P, vecType, E0,E1,E2,-1, Aligned> : public _swizzle_base0<T, 3> 37 …GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this-… in operator ()() 40 …template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, i… 41 struct _swizzle_base1<4, T, P, vecType, E0,E1,E2,E3, Aligned> : public _swizzle_base0<T, 4> 43 …GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this-… in operator ()() [all …]
|
/external/unicode/ |
D | emoji-data.txt | 25 0023 ; Emoji # E0.0 [1] (#️) number sign 26 002A ; Emoji # E0.0 [1] (*️) asterisk 27 0030..0039 ; Emoji # E0.0 [10] (0️..9️) digit zero..digit nine 28 00A9 ; Emoji # E0.6 [1] (©️) copyright 29 00AE ; Emoji # E0.6 [1] (®️) registered 30 203C ; Emoji # E0.6 [1] (‼️) double exclamation mark 31 2049 ; Emoji # E0.6 [1] (⁉️) exclamation question mark 32 2122 ; Emoji # E0.6 [1] (™️) trade mark 33 2139 ; Emoji # E0.6 [1] (ℹ️) information 34 2194..2199 ; Emoji # E0.6 [6] (↔️..↙️) left-right arrow..down-left arrow [all …]
|
D | emoji-sequences.txt | 41 … ; watch # E0.6 [2] (⌚..⌛) 42 … ; fast-forward button # E0.6 [4] (⏩..⏬) 43 … ; alarm clock # E0.6 [1] (⏰) 44 … ; hourglass not done # E0.6 [1] (⏳) 45 … ; white medium-small square # E0.6 [2] (◽..◾) 46 … ; umbrella with rain drops # E0.6 [2] (☔..☕) 47 … ; Aries # E0.6 [12] (♈..♓) 48 … ; wheelchair symbol # E0.6 [1] (♿) 49 … ; anchor # E0.6 [1] (⚓) 50 … ; high voltage # E0.6 [1] (⚡) [all …]
|
D | emoji-test.txt | 37 1F603 ; fully-qualified # E0.6 grinning fac… 38 1F604 ; fully-qualified # E0.6 grinning fac… 39 1F601 ; fully-qualified # E0.6 beaming face… 40 1F606 ; fully-qualified # E0.6 grinning squ… 41 1F605 ; fully-qualified # E0.6 grinning fac… 43 1F602 ; fully-qualified # E0.6 face with te… 46 1F609 ; fully-qualified # E0.6 winking face 47 1F60A ; fully-qualified # E0.6 smiling face… 52 1F60D ; fully-qualified # E0.6 smiling face… 54 1F618 ; fully-qualified # E0.6 face blowing… [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.cldebug100_test.cpp | 274 #define CASE_IE(Enum, E0) \ argument 276 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #E0, { \ 277 4, uint32_t(OpenCLDebugInfo100##E0) \ 281 #define CASE_IEIILLI(Enum, E0, L1, L2) \ argument 284 " %4 " #E0 " %5 %6 " #L1 " " #L2 " %7", { \ 285 4, uint32_t(OpenCLDebugInfo100##E0), 5, 6, L1, L2, 7 \ 289 #define CASE_IIE(Enum, E0) \ argument 291 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 %5 " #E0, { \ 292 4, 5, uint32_t(OpenCLDebugInfo100##E0) \ 376 #define CASE_IEILLIIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
D | ext_inst.debuginfo_test.cpp | 142 #define CASE_IE(Enum, E0) \ argument 144 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #E0, { \ 145 4, uint32_t(DebugInfo##E0) \ 149 #define CASE_IIE(Enum, E0) \ argument 151 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 %5 " #E0, { \ 152 4, 5, uint32_t(DebugInfo##E0) \ 224 #define CASE_IEILLIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument 227 " %4 " #E0 " %5 " #L0 " " #L1 " %6 %7 " Fstr, { \ 228 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \ 232 #define CASE_IEILLIIFI(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.cldebug100_test.cpp | 274 #define CASE_IE(Enum, E0) \ argument 276 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #E0, { \ 277 4, uint32_t(OpenCLDebugInfo100##E0) \ 281 #define CASE_IEIILLI(Enum, E0, L1, L2) \ argument 284 " %4 " #E0 " %5 %6 " #L1 " " #L2 " %7", { \ 285 4, uint32_t(OpenCLDebugInfo100##E0), 5, 6, L1, L2, 7 \ 289 #define CASE_IIE(Enum, E0) \ argument 291 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 %5 " #E0, { \ 292 4, 5, uint32_t(OpenCLDebugInfo100##E0) \ 376 #define CASE_IEILLIIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
D | ext_inst.debuginfo_test.cpp | 142 #define CASE_IE(Enum, E0) \ argument 144 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #E0, { \ 145 4, uint32_t(DebugInfo##E0) \ 149 #define CASE_IIE(Enum, E0) \ argument 151 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 %5 " #E0, { \ 152 4, 5, uint32_t(DebugInfo##E0) \ 224 #define CASE_IEILLIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument 227 " %4 " #E0 " %5 " #L0 " " #L1 " %6 %7 " Fstr, { \ 228 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \ 232 #define CASE_IEILLIIFI(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | ext_inst.cldebug100_test.cpp | 274 #define CASE_IE(Enum, E0) \ argument 276 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #E0, { \ 277 4, uint32_t(OpenCLDebugInfo100##E0) \ 281 #define CASE_IEIILLI(Enum, E0, L1, L2) \ argument 284 " %4 " #E0 " %5 %6 " #L1 " " #L2 " %7", { \ 285 4, uint32_t(OpenCLDebugInfo100##E0), 5, 6, L1, L2, 7 \ 289 #define CASE_IIE(Enum, E0) \ argument 291 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 %5 " #E0, { \ 292 4, 5, uint32_t(OpenCLDebugInfo100##E0) \ 376 #define CASE_IEILLIIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
D | ext_inst.debuginfo_test.cpp | 142 #define CASE_IE(Enum, E0) \ argument 144 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #E0, { \ 145 4, uint32_t(DebugInfo##E0) \ 149 #define CASE_IIE(Enum, E0) \ argument 151 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 %5 " #E0, { \ 152 4, 5, uint32_t(DebugInfo##E0) \ 224 #define CASE_IEILLIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument 227 " %4 " #E0 " %5 " #L0 " " #L1 " %6 %7 " Fstr, { \ 228 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \ 232 #define CASE_IEILLIIFI(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/emoji/ |
D | emoji-test.txt | 37 1F603 ; fully-qualified # E0.6 grinning fac… 38 1F604 ; fully-qualified # E0.6 grinning fac… 39 1F601 ; fully-qualified # E0.6 beaming face… 40 1F606 ; fully-qualified # E0.6 grinning squ… 41 1F605 ; fully-qualified # E0.6 grinning fac… 43 1F602 ; fully-qualified # E0.6 face with te… 46 1F609 ; fully-qualified # E0.6 winking face 47 1F60A ; fully-qualified # E0.6 smiling face… 52 1F60D ; fully-qualified # E0.6 smiling face… 54 1F618 ; fully-qualified # E0.6 face blowing… [all …]
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test2-v0.cc | 1 struct E0 struct 4 E0(); argument 7 E0::E0() in E0() function in E0 23 E0 m0;
|
D | test2-v1.cc | 1 class E0 class 5 E0(); 8 E0::E0() in E0() function in E0 26 E0 m0;
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { in reduceFunction() argument 192 return Nvd && E0; in reduceFunction() 194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { in reduceSFunction() argument 195 return Nvd && E0; in reduceSFunction() 197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode() argument 198 return E0 && E1; in reduceCode() 200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField() argument 201 return E0 && E1; in reduceField() 203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply() argument 204 return E0 && E1; in reduceApply() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | wtf_hash_unittest.cc | 33 blink::TopLevelEnum::E0), in TEST_F() 35 blink::TopLevelEnum::E0)); in TEST_F() 39 blink::TestWTFStruct::NestedEnum::E0), in TEST_F() 41 blink::TestWTFStruct::NestedEnum::E0)); in TEST_F() 45 blink::TestWTF::NestedEnum::E0), in TEST_F() 47 blink::TestWTF::NestedEnum::E0)); in TEST_F()
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 200 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { in reduceFunction() argument 201 return Nvd && E0; in reduceFunction() 204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { in reduceSFunction() argument 205 return Nvd && E0; in reduceSFunction() 208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode() argument 209 return E0 && E1; in reduceCode() 212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField() argument 213 return E0 && E1; in reduceField() 216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply() argument 217 return E0 && E1; in reduceApply() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 176 0.00E0 12345 1,23E4 177 000.00E0 12300 123,00E2 178 000.0#E0 12300 123,0E2 179 000.0#E0 12300.1 123,0E2 180 000.0#E0 12301.0 123,01E2 184 ##0.00E0 12345 12,3E3 K 186 ##0.0000E0 12300.1 12,300E3 K 188 ##0.000#E0 12300.1 12,30E3 K 189 ##0.000#E0 12301 12,301E3 190 0.05E0 12301.2 1,25E4 K [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | numberformattestspecification.txt | 176 0.00E0 12345 1,23E4 177 000.00E0 12300 123,00E2 178 000.0#E0 12300 123,0E2 179 000.0#E0 12300.1 123,0E2 180 000.0#E0 12301.0 123,01E2 184 ##0.00E0 12345 12,3E3 K 186 ##0.0000E0 12300.1 12,300E3 K 188 ##0.000#E0 12300.1 12,30E3 K 189 ##0.000#E0 12301 12,301E3 190 0.05E0 12301.2 1,25E4 K [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 176 0.00E0 12345 1,23E4 177 000.00E0 12300 123,00E2 178 000.0#E0 12300 123,0E2 179 000.0#E0 12300.1 123,0E2 180 000.0#E0 12301.0 123,01E2 184 ##0.00E0 12345 12,3E3 K 186 ##0.0000E0 12300.1 12,300E3 K 188 ##0.000#E0 12300.1 12,30E3 K 189 ##0.000#E0 12301 12,301E3 190 0.05E0 12301.2 1,25E4 K [all …]
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | eval.pass.cpp | 72 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test2() typedef 73 typedef std::shuffle_order_engine<E0, 101> E; in test2() 82 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test3() typedef 83 typedef std::shuffle_order_engine<E0, 100> E; in test3()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | eval.pass.cpp | 73 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test2() typedef 74 typedef std::shuffle_order_engine<E0, 101> E; in test2() 83 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test3() typedef 84 typedef std::shuffle_order_engine<E0, 100> E; in test3()
|