HomeSort by relevance Sort by last modified time
    Searched full:constant (Results 701 - 725 of 9298) sorted by null

<<21222324252627282930>>

  /libcore/dalvik/src/main/java/dalvik/bytecode/
OpcodeInfo.java 26 * <p><b>Note:</b>: This is constant in any given VM incarnation,
28 * to represent as a compile-time constant value.</p>
39 * <p><b>Note:</b>: This is constant in any given VM incarnation,
41 * to represent as a compile-time constant value.</p>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
yes_no_type.hpp 9 // macros and helpers for working with integral-constant-expressions.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
ice.hpp 9 // macros and helpers for working with integral-constant-expressions.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 75 /* Constant offset this op adds or -1 if it is variable. */
112 tree constant; member in struct:vn_constant_s
115 /* Hash the constant CONSTANT with distinguishing type incompatible
119 vn_hash_constant_with_type (tree constant)
121 tree type = TREE_TYPE (constant);
122 return (iterative_hash_expr (constant, 0)
140 /* Value number. This may be an SSA name or a constant. */
142 /* Representative expression, if not a direct constant. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 75 /* Constant offset this op adds or -1 if it is variable. */
112 tree constant; member in struct:vn_constant_s
115 /* Hash the constant CONSTANT with distinguishing type incompatible
119 vn_hash_constant_with_type (tree constant)
121 tree type = TREE_TYPE (constant);
122 return (iterative_hash_expr (constant, 0)
140 /* Value number. This may be an SSA name or a constant. */
142 /* Representative expression, if not a direct constant. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 75 /* Constant offset this op adds or -1 if it is variable. */
112 tree constant; member in struct:vn_constant_s
115 /* Hash the constant CONSTANT with distinguishing type incompatible
119 vn_hash_constant_with_type (tree constant)
121 tree type = TREE_TYPE (constant);
122 return (iterative_hash_expr (constant, 0)
140 /* Value number. This may be an SSA name or a constant. */
142 /* Representative expression, if not a direct constant. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 75 /* Constant offset this op adds or -1 if it is variable. */
112 tree constant; member in struct:vn_constant_s
115 /* Hash the constant CONSTANT with distinguishing type incompatible
119 vn_hash_constant_with_type (tree constant)
121 tree type = TREE_TYPE (constant);
122 return (iterative_hash_expr (constant, 0)
140 /* Value number. This may be an SSA name or a constant. */
142 /* Representative expression, if not a direct constant. */
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 11 // that do not require creating new instructions. This does constant folding
12 // ("add i32 1, 1" -> "2") but can also handle non-constant operands, either
13 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value
64 static Constant *getFalse(Type *Ty) {
67 return Constant::getNullValue(Ty);
72 static Constant *getTrue(Type *Ty) {
75 return Constant::getAllOnesValue(Ty);
501 SimplifyXorInst(Cond, Constant::getAllOnesValue(Cond->getType()),
594 if (Constant *CLHS = dyn_cast<Constant>(Op0))
    [all...]
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pm 18 use constant FILE_FILTER => '.*';
19 use constant GROUP_ID_H => 'h';
20 use constant LEVEL_1 => 1;
21 use constant NUMBERING_STYLE_DECIMAL => 'decimal';
26 use constant TEMPLATE_ANCHOR_NAME => '$groupId."-".$node';
27 use constant TEMPLATE_ANCHOR_HREF_BEGIN =>
29 use constant TEMPLATE_ANCHOR_HREF_BEGIN_FILE =>
31 use constant TEMPLATE_ANCHOR_HREF_END => '"</a>"';
32 use constant TEMPLATE_ANCHOR_NAME_BEGIN =>
34 use constant TEMPLATE_ANCHOR_NAME_END => '"</a>"'
    [all...]
  /frameworks/base/core/java/android/hardware/
Sensor.java 34 * A constant describing an accelerometer sensor type.
41 * A constant describing a magnetic field sensor type.
48 * A constant describing an orientation sensor type.
58 /** A constant describing a gyroscope sensor type.
64 * A constant describing a light sensor type.
70 /** A constant describing a pressure sensor type.
76 * A constant describing a temperature sensor type
86 * A constant describing a proximity sensor type.
93 * A constant describing a gravity sensor type.
100 * A constant describing a linear acceleration sensor type
    [all...]
  /external/clang/test/Sema/
exprs.c 106 double a[n]; // expected-error {{fields must have a constant size}}
195 return x && 4; // expected-warning {{use of logical '&&' with constant operand}} \
197 // expected-note {{remove constant to silence this warning}}
206 return x || -1; // expected-warning {{use of logical '||' with constant operand}} \
208 return x || 5; // expected-warning {{use of logical '||' with constant operand}} \
212 return x && -1; // expected-warning {{use of logical '&&' with constant operand}} \
214 // expected-note {{remove constant to silence this warning}}
215 return x && 5; // expected-warning {{use of logical '&&' with constant operand}} \
217 // expected-note {{remove constant to silence this warning}}
220 return x || (-1); // expected-warning {{use of logical '||' with constant operand}}
    [all...]
  /external/eigen/test/
array_for_matrix.cpp 35 VERIFY_IS_APPROX((m1.array() + s1).matrix(), MatrixType::Constant(rows,cols,s1) + m1);
36 VERIFY_IS_APPROX(((m1*Scalar(2)).array() - s2).matrix(), (m1+m1) - MatrixType::Constant(rows,cols,s2) );
114 VERIFY_IS_APPROX( (m1.array().abs()<MatrixType::Constant(rows,cols,mid).array())
117 VERIFY_IS_APPROX( (m1.array().abs()<MatrixType::Constant(rows,cols,mid).array())
119 VERIFY_IS_APPROX( (m1.array().abs()>=MatrixType::Constant(rows,cols,mid).array())
130 VERIFY_IS_APPROX(((m1.array().abs()+1)>RealScalar(0.1)).matrix().colwise().count(), VectorOfIndices::Constant(cols,rows).transpose());
131 VERIFY_IS_APPROX(((m1.array().abs()+1)>RealScalar(0.1)).matrix().rowwise().count(), VectorOfIndices::Constant(rows, cols));
158 VERIFY_IS_APPROX(MatrixType::Constant(rows,cols, minM1), m1.cwiseMin(MatrixType::Constant(rows,cols, minM1)));
159 VERIFY_IS_APPROX(m1, m1.cwiseMin(MatrixType::Constant(rows,cols, maxM1)))
    [all...]
  /frameworks/base/location/java/android/location/
Criteria.java 30 * A constant indicating that the application does not choose to
36 * A constant indicating a low power requirement.
41 * A constant indicating a medium power requirement.
46 * A constant indicating a high power requirement.
51 * A constant indicating a finer location accuracy requirement
56 * A constant indicating an approximate accuracy requirement
61 * A constant indicating a low location accuracy requirement
69 * A constant indicating a medium accuracy requirement
77 * a constant indicating a high accuracy requirement
133 * Returns a constant indicating the desired horizontal accuracy (latitude and longitude)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 23 import com.android.dx.rop.cst.Constant;
98 Constant cst, int value) {
178 ArrayList<Constant> intVals) {
218 * Helper for {@link #visitConstant} where the constant is an
224 * @param value constant value
245 * Helper for {@link #visitConstant} where the constant is a
251 * @param value constant value
269 * Helper for {@link #visitConstant} where the constant is a
275 * @param bits constant value, as float-bits
287 * Helper for {@link #visitConstant} where the constant is
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 24 class Constant;
50 /// instruction and the constant being loaded, i.e. (&GV-(LPIC+8)).
53 ARMCP::ARMCPKind Kind; // Kind of constant.
112 /// ARMConstantPoolConstant - ARM-specific constant pool values for Constants,
115 const Constant *CVal; // Constant being loaded.
117 ARMConstantPoolConstant(const Constant *C,
123 ARMConstantPoolConstant(Type *Ty, const Constant *C,
131 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID);
134 static ARMConstantPoolConstant *Create(const Constant *C, unsigned ID
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 60 llvm::Constant *getMessageSendFn() const {
78 llvm::Constant *getMessageSendStretFn() const {
91 llvm::Constant *getMessageSendFpretFn() const {
104 llvm::Constant *getMessageSendFp2retFn() const {
120 llvm::Constant *getMessageSendSuperFn() const {
131 llvm::Constant *getMessageSendSuperFn2() const {
142 llvm::Constant *getMessageSendSuperStretFn() const {
153 llvm::Constant *getMessageSendSuperStretFn2() const {
160 llvm::Constant *getMessageSendSuperFpretFn() const {
165 llvm::Constant *getMessageSendSuperFpretFn2() const
    [all...]
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 34 /** The Constant serialVersionUID. */
38 * The Constant EUROPEAN indicates the latin and extended range,
43 /** The Constant ARABIC indicates the ARABIC range and decimal base. */
47 * The Constant EASTERN_ARABIC indicates the ARABIC range and
53 * The Constant DEVANAGARI indicates the DEVANAGARI range and
58 /** The Constant BENGALI indicates the BENGALI range and decimal base. */
61 /** The Constant GURMUKHI indicates the GURMUKHI range and decimal base. */
64 /** The Constant GUJARATI indicates the GUJARATI range and decimal base. */
67 /** The Constant ORIYA indicates the ORIYA range and decimal base. */
70 /** The Constant TAMIL indicates the TAMIL range and decimal base. *
    [all...]
  /art/test/ReferenceMap/
stack_walk_refmap_jni.cc 174 // 0:[Unknown],1:[Unknown],2:[Unknown],3:[Unknown],4:[32-bit Constant: 2],5:[Unknown],6:[32-bit Constant: 1],7:[Zero],8:[Reference: ReferenceMap],
178 // 0:[Unknown],1:[Reference: java.lang.Object[]],2:[Zero],3:[Unknown],4:[32-bit Constant: 2],5:[Unknown],6:[32-bit Constant: 1],7:[Zero],8:[Reference: ReferenceMap],
181 // [Unknown],1:[Reference: java.lang.Object[]],2:[Zero],3:[Uninitialized Reference: java.lang.Object],4:[32-bit Constant: 2],5:[Unknown],6:[32-bit Constant: 1],7:[Zero],8:[Reference: ReferenceMap],
185 // 0:[Unknown],1:[Reference: java.lang.Object[]],2:[Zero],3:[Reference: java.lang.Object],4:[32-bit Constant: 2],5:[Unknown],6:[32-bit Constant: 1],7:[Zero],8:[Reference: ReferenceMap],
188 // 0:[Unknown],1:[Reference: java.lang.Object[]],2:[Zero],3:[Reference: java.lang.Object],4:[32-bit Constant: 2],5:[Unknown],6:[32-bit Constant: 1],7:[Zero],8:[Reference: ReferenceMap]
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ttunpat.h 40 * @constant:
44 * A constant used as the tag of an @FT_Parameter structure to indicate
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p5.cpp 32 constexpr int f() { return throw 0, 0; } // expected-error {{constexpr function never produces a constant expression}} expected-note {{subexpression}}
42 constexpr D() : B(global) { } // expected-error {{constexpr constructor never produces a constant expression}} expected-note {{read of non-const}}
49 constexpr int Comma(int n) { return // expected-error {{constexpr function never produces a constant expression}}
79 constexpr int Conditional2(bool b, int n) { return b ? n * ng : n + ng; } // expected-error {{never produces}} expected-note {{both arms of conditional operator are unable to produce a constant expression}}
81 // __builtin_constant_p ? : is magical, and is always a potential constant.
87 // DR1311: A function template which can produce a constant expression, but
116 // As an "extension", we allow functions which can't produce constant
119 // support constant folding). Ensure that we don't mark those functions
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-nodeduct.cpp 9 template<typename T, T* Address> struct Constant { };
10 Constant<void(int), &f<int> > constant0;
  /external/clang/test/CodeGen/
annotations-field.c 4 // CHECK: private unnamed_addr constant [8 x i8] c"v_ann_{{.}}\00", section "llvm.metadata"
5 // CHECK: private unnamed_addr constant [8 x i8] c"v_ann_{{.}}\00", section "llvm.metadata"
wchar-const.c 17 // CHECK-DAR: private unnamed_addr constant [18 x i32] [i32 84,
18 // CHECK-WIN: private unnamed_addr constant [18 x i16] [i16 84,
  /external/clang/test/CodeGenObjC/
constant-string-class.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fno-constant-cfstrings -fconstant-string-class Foo -emit-llvm -o %t %s
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fno-constant-cfstrings -fconstant-string-class Foo -emit-llvm -o %t %s
  /external/clang/test/Lexer/
hexfloat.cpp 12 double i = 0p+3; // expected-error{{invalid suffix 'p' on integer constant}}
15 double k = 0x42_amp+3; // expected-error-re{{invalid suffix '_amp' on integer constant|no matching literal operator for call to 'operator "" _amp'}}

Completed in 570 milliseconds

<<21222324252627282930>>