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

1 2 3 4 5

  /external/eigen/blas/testing/
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
    [all...]
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)
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p12.cpp 5 S E0;
9 E0 = 1,
10 E1 = E0 + 1
  /external/cblas/testing/
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
    [all...]
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)
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 539 3.7e-1,5.8e-1,7.3e-1,9.6e-1,1.34e0,2.1e0,4.39e0};
667 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.250E0, 3.250E0, 5.250E0, 0.750E0, 1.750E0, 2.750E0, 4.750E0, 0.625E0, 1.250E0, 2.250E0, 4.250E0, .500E0, (…)
    [all...]
levenberg_marquardt.cpp 149 3.7e-1,5.8e-1,7.3e-1,9.6e-1,1.34e0,2.1e0,4.39e0};
277 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.250E0, 3.250E0, 5.250E0, 0.750E0, 1.750E0, 2.750E0, 4.750E0, 0.625E0, 1.250E0, 2.250E0, 4.250E0, .500E0, (…)
    [all...]
  /external/clang/test/ASTMerge/Inputs/
exprs1.c 2 enum E0 {
exprs2.c 2 enum E0 {
  /external/clang/test/CodeGen/
openmp_default_simd_align.c 3 enum e0 { E0 }; enum
5 enum e0 a:31;
alignof.c 4 enum e0 { E0 }; enum
6 enum e0 a:31;
  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 9 enum E { E0, E1 };
11 constexpr operator E() const { return E0; }
31 switch (E0) {
  /external/vulkan-validation-layers/libs/glm/detail/
_swizzle.hpp 51 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3, int N>
56 template <typename T, precision P, typename V, int E0, int E1>
57 struct _swizzle_base1<T, P, V,E0,E1,-1,-2,2> : public _swizzle_base0<T, 2>
59 GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1)); }
62 template <typename T, precision P, typename V, int E0, int E1, int E2>
63 struct _swizzle_base1<T, P, V,E0,E1,E2,-1,3> : public _swizzle_base0<T, 3>
65 GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2)); }
68 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3>
69 struct _swizzle_base1<T, P, V,E0,E1,E2,E3,4> : public _swizzle_base0<T, 4>
71 GLM_FUNC_QUALIFIER V operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3));
    [all...]
  /external/llvm/test/MC/MachO/ARM/
nop-armv4-padding.s 11 @ CHECK: 0000: 020081E0 0000A0E1 0000A0E1 0000A0E1 |................|
12 @ CHECK: 0010: 020081E0 |....|
nop-armv6t2-padding.s 11 @ CHECK: 0000: 020081E0 00F020E3 00F020E3 00F020E3 |...... ... ... .|
12 @ CHECK: 0010: 020081E0 |....|
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 73 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0;
74 typedef std::shuffle_order_engine<E0, 101> E;
83 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0;
84 typedef std::shuffle_order_engine<E0, 100> E;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 71 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0;
72 typedef std::shuffle_order_engine<E0, 101> E;
81 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0;
82 typedef std::shuffle_order_engine<E0, 100> E;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 71 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0;
72 typedef std::shuffle_order_engine<E0, 101> E;
81 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0;
82 typedef std::shuffle_order_engine<E0, 100> E;
  /prebuilts/go/darwin-x86/src/encoding/json/
number_test.go 27 "12E0",
33 "-12E0",
39 "1.2E0",
45 "-1.2E0",
51 "0E0",
57 "-0E0",
  /prebuilts/go/linux-x86/src/encoding/json/
number_test.go 27 "12E0",
33 "-12E0",
39 "1.2E0",
45 "-1.2E0",
51 "0E0",
57 "-0E0",
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) {
192 return Nvd && E0;
194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
195 return Nvd && E0;
197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) {
198 return E0 && E1;
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) {
201 return E0 && E1;
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) {
204 return E0 && E1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) {
192 return Nvd && E0;
194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
195 return Nvd && E0;
197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) {
198 return E0 && E1;
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) {
201 return E0 && E1;
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) {
204 return E0 && E1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) {
192 return Nvd && E0;
194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
195 return Nvd && E0;
197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) {
198 return E0 && E1;
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) {
201 return E0 && E1;
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) {
204 return E0 && E1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) {
192 return Nvd && E0;
194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
195 return Nvd && E0;
197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) {
198 return E0 && E1;
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) {
201 return E0 && E1;
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) {
204 return E0 && E1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) {
192 return Nvd && E0;
194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) {
195 return Nvd && E0;
197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) {
198 return E0 && E1;
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) {
201 return E0 && E1;
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) {
204 return E0 && E1
    [all...]

Completed in 959 milliseconds

1 2 3 4 5