HomeSort by relevance Sort by last modified time
    Searched refs:Constant (Results 76 - 100 of 1954) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 1 //===- NoFolder.h - Constant folding helper ---------------------*- C++ -*-===//
13 // want details to be hidden by the constant folder. For general constant
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 1 //===- NoFolder.h - Constant folding helper ---------------------*- C++ -*-===//
13 // want details to be hidden by the constant folder. For general constant
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
NoFolder.h 1 //===- NoFolder.h - Constant folding helper ---------------------*- C++ -*-===//
13 // want details to be hidden by the constant folder. For general constant
42 Instruction *CreateAdd(Constant *LHS, Constant *RHS,
50 Instruction *CreateNSWAdd(Constant *LHS, Constant *RHS) const {
54 Instruction *CreateNUWAdd(Constant *LHS, Constant *RHS) const {
58 Instruction *CreateFAdd(Constant *LHS, Constant *RHS) const
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java 24 public abstract class Constant
25 implements ToHuman, Comparable<Constant> {
27 * Returns {@code true} if this instance is a category-2 constant,
28 * meaning it takes up two slots in the constant pool, or
36 * Returns the human name for the particular type of constant
48 public final int compareTo(Constant other) {
67 protected abstract int compareTo0(Constant other);
StdConstantPool.java 25 * an array of {@link Constant} objects and can be made immutable.
30 private final Constant[] entries;
37 * always at least one more than the actual size of the constant pool,
47 entries = new Constant[size];
56 public Constant getOrNull(int n) {
66 public Constant get0Ok(int n) {
75 public Constant get(int n) {
77 Constant result = entries[n];
94 * @param cst {@code null-ok;} the constant to store
96 public void set(int n, Constant cst)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttAnnotationDefault.java 19 import com.android.dx.rop.cst.Constant;
29 private final Constant value;
42 public AttAnnotationDefault(Constant value, int byteLength) {
64 public Constant getValue() {
  /dalvik/dx/src/com/android/dx/rop/cst/
Constant.java 24 public abstract class Constant
25 implements ToHuman, Comparable<Constant> {
27 * Returns {@code true} if this instance is a category-2 constant,
28 * meaning it takes up two slots in the constant pool, or
36 * Returns the human name for the particular type of constant
48 public final int compareTo(Constant other) {
67 protected abstract int compareTo0(Constant other);
StdConstantPool.java 25 * an array of {@link Constant} objects and can be made immutable.
30 private final Constant[] entries;
37 * always at least one more than the actual size of the constant pool,
47 entries = new Constant[size];
56 public Constant getOrNull(int n) {
66 public Constant get0Ok(int n) {
75 public Constant get(int n) {
77 Constant result = entries[n];
91 * Get all entries in this constant pool.
95 public Constant[] getEntries()
    [all...]
CstArray.java 22 * Constant type to represent a fixed array of other constants.
24 public class CstArray extends Constant {
61 protected int compareTo0(Constant other) {
98 * List of {@link Constant} instances.
119 Constant thisItem = (Constant) get0(i);
120 Constant otherItem = (Constant) other.get0(i);
144 public Constant get(int n) {
145 return (Constant) get0(n)
    [all...]
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
Constant.java 27 public class Constant {
RuleSetFactory.java 50 case Constant.JCL_TO_SLF4J:
52 case Constant.LOG4J_TO_SLF4J:
54 case Constant.JUL_TO_SLF4J:
56 case Constant.NOP_TO_SLF4J:
  /frameworks/base/core/java/android/os/health/
UidHealthStats.java 34 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
41 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
48 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
55 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
63 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
71 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
74 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
82 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
89 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
96 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS
    [all...]
ProcessHealthStats.java 33 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
40 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
46 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
52 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
58 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
65 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
PidHealthStats.java 47 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
60 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
73 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
PackageHealthStats.java 33 @HealthKeys.Constant(type=HealthKeys.TYPE_STATS)
42 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENTS)
ServiceHealthStats.java 34 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
43 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
  /external/clang/test/Sema/
format-strings-enum.c 15 typedef enum { Constant = 0 } TestEnum;
16 // Note that in C, the type of 'Constant' is 'int'. In C++ it is 'TestEnum'.
21 printf("%d", Constant); // no-warning
24 printf("%lld", Constant); // expected-warning{{format specifies type 'long long'}}
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalAlias.h 44 Constant* Aliasee = 0, Module *Parent = 0);
47 DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Constant);
60 void setAliasee(Constant *GV);
61 const Constant *getAliasee() const {
64 Constant *getAliasee() {
90 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(GlobalAlias, Constant)
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
CstInsn.java 19 import com.android.dexgen.rop.cst.Constant;
22 * Instruction which contains an explicit reference to a constant.
26 /** {@code non-null;} the constant */
27 private final Constant cst;
36 * @param cst {@code non-null;} constant
39 RegisterSpecList sources, Constant cst) {
56 * Gets the constant.
58 * @return {@code non-null;} the constant
60 public Constant getConstant() {
  /dalvik/dx/src/com/android/dx/rop/code/
CstInsn.java 19 import com.android.dx.rop.cst.Constant;
22 * Instruction which contains an explicit reference to a constant.
26 /** {@code non-null;} the constant */
27 private final Constant cst;
36 * @param cst {@code non-null;} constant
39 RegisterSpecList sources, Constant cst) {
56 * Gets the constant.
58 * @return {@code non-null;} the constant
60 public Constant getConstant() {
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
TwoSineWavesTone.java 41 mPhaseIncrement1 = Constant.TWO_PI * (frequency1 / mSamplingRate); // should < 2pi
42 mPhaseIncrement2 = Constant.TWO_PI * (frequency2 / mSamplingRate); // should < 2pi
43 mAmplitude = Constant.TWO_SINE_WAVES_AMPLITUDE;
65 if (mPhase1 > Constant.TWO_PI) {
66 mPhase1 -= Constant.TWO_PI;
68 if (mPhase2 > Constant.TWO_PI) {
69 mPhase2 -= Constant.TWO_PI;
93 if (mPhase1 > Constant.TWO_PI) {
94 mPhase1 -= Constant.TWO_PI;
96 if (mPhase2 > Constant.TWO_PI)
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 34 SmallPtrSet<Constant *, 8> SeenConstants;
40 void MarkUsedGlobalsAsNeeded(Constant *C);
  /external/llvm/include/llvm/IR/
GlobalIFunc.h 41 const Twine &Name, Constant *Resolver, Module *Parent);
48 Constant *Resolver, Module *Parent);
58 void setResolver(Constant *Resolver) {
61 const Constant *getResolver() const {
64 Constant *getResolver() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
48 Constant *Resolver, Module *Parent);
58 void setResolver(Constant *Resolver) {
61 const Constant *getResolver() const {
64 Constant *getResolver() {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalIFunc.h 38 const Twine &Name, Constant *Resolver, Module *Parent);
48 Constant *Resolver, Module *Parent);
58 void setResolver(Constant *Resolver) {
61 const Constant *getResolver() const {
64 Constant *getResolver() {

Completed in 1345 milliseconds

1 2 34 5 6 7 8 91011>>