/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
special_function_util.h | 62 /// Constant @f$ \pi @f$. 65 /// Constant @f$ \pi / 2 @f$. 68 /// Constant @f$ \pi / 3 @f$. 71 /// Constant @f$ \pi / 4 @f$. 74 /// Constant @f$ 1 / \pi @f$. 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
special_function_util.h | 62 /// Constant @f$ \pi @f$. 65 /// Constant @f$ \pi / 2 @f$. 68 /// Constant @f$ \pi / 3 @f$. 71 /// Constant @f$ \pi / 4 @f$. 74 /// Constant @f$ 1 / \pi @f$. 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
special_function_util.h | 62 /// Constant @f$ \pi @f$. 65 /// Constant @f$ \pi / 2 @f$. 68 /// Constant @f$ \pi / 3 @f$. 71 /// Constant @f$ \pi / 4 @f$. 74 /// Constant @f$ 1 / \pi @f$. 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
special_function_util.h | 62 /// Constant @f$ \pi @f$. 65 /// Constant @f$ \pi / 2 @f$. 68 /// Constant @f$ \pi / 3 @f$. 71 /// Constant @f$ \pi / 4 @f$. 74 /// Constant @f$ 1 / \pi @f$. 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
special_function_util.h | 62 /// Constant @f$ \pi @f$. 65 /// Constant @f$ \pi / 2 @f$. 68 /// Constant @f$ \pi / 3 @f$. 71 /// Constant @f$ \pi / 4 @f$. 74 /// Constant @f$ 1 / \pi @f$. 77 /// Constant @f$ 2 / \sqrt(\pi) @f$. 80 /// Constant @f$ \sqrt(2) @f$. 83 /// Constant @f$ \sqrt(3) @f$. 86 /// Constant @f$ \sqrt(\pi/2) @f$. 89 /// Constant @f$ 1 / sqrt(2) @f$ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
special_function_util.h | 61 /// Constant @f$ \pi @f$. 64 /// Constant @f$ \pi / 2 @f$. 67 /// Constant @f$ \pi / 3 @f$. 70 /// Constant @f$ \pi / 4 @f$. 73 /// Constant @f$ 1 / \pi @f$. 76 /// Constant @f$ 2 / \sqrt(\pi) @f$. 79 /// Constant @f$ \sqrt(2) @f$. 82 /// Constant @f$ \sqrt(3) @f$. 85 /// Constant @f$ \sqrt(\pi/2) @f$. 88 /// Constant @f$ 1 / sqrt(2) @f$ [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/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...] |
/external/dexmaker/src/dx/java/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]; 94 * @param cst {@code null-ok;} the constant to store 96 public void set(int n, Constant cst) [all...] |
/external/proguard/src/proguard/classfile/constant/ |
DoubleConstant.java | 21 package proguard.classfile.constant; 24 import proguard.classfile.constant.visitor.ConstantVisitor; 27 * This Constant represents a double constant in the constant pool. 31 public class DoubleConstant extends Constant 71 // Implementations for Constant.
|
FloatConstant.java | 21 package proguard.classfile.constant; 24 import proguard.classfile.constant.visitor.ConstantVisitor; 27 * This Constant represents a float constant in the constant pool. 31 public class FloatConstant extends Constant 71 // Implementations for Constant.
|
IntegerConstant.java | 21 package proguard.classfile.constant; 24 import proguard.classfile.constant.visitor.ConstantVisitor; 27 * This Constant represents a integer constant in the constant pool. 31 public class IntegerConstant extends Constant 71 // Implementations for Constant.
|
LongConstant.java | 21 package proguard.classfile.constant; 24 import proguard.classfile.constant.visitor.ConstantVisitor; 27 * This Constant represents a long constant in the constant pool. 31 public class LongConstant extends Constant 71 // Implementations for Constant.
|
NameAndTypeConstant.java | 21 package proguard.classfile.constant; 24 import proguard.classfile.constant.visitor.ConstantVisitor; 27 * This Constant represents a name and type constant in the constant pool. 31 public class NameAndTypeConstant extends Constant 47 * @param u2nameIndex the index of the name in the constant pool. 48 * @param u2descriptorIndex the index of the descriptor in the constant 108 // Implementations for Constant.
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1Constants.java | 28 * - a set of constant values, H0-H4, defined in "SECURE HASH STANDARD", FIPS PUB 180-2 ;<BR> 29 * - implementation constant values to use in classes using SHA-1 algorithm. <BR> 36 * constant defined in "SECURE HASH STANDARD" 42 * constant defined in "SECURE HASH STANDARD" 48 * constant defined in "SECURE HASH STANDARD" 54 * constant defined in "SECURE HASH STANDARD" 60 * constant defined in "SECURE HASH STANDARD"
|
/external/llvm/lib/IR/ |
Constants.cpp | 1 //===-- Constants.cpp - Implement Constant nodes --------------------------===// 10 // This file implements the Constant* classes. 40 // Constant Class 43 void Constant::anchor() { } 45 bool Constant::isNegativeZeroValue() const { 64 // Return true iff this constant is positive zero (floating point), negative 66 bool Constant::isZeroValue() const { 75 bool Constant::isNullValue() const { 84 // constant zero is zero for aggregates and cpnull is null for pointers. 88 bool Constant::isAllOnesValue() const [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
i16_VarArg.ll | 4 @a_str = internal constant [8 x i8] c"a = %f\0A\00" 5 @b_str = internal constant [8 x i8] c"b = %f\0A\00" 6 @add_str = internal constant [12 x i8] c"a + b = %f\0A\00" 7 @sub_str = internal constant [12 x i8] c"a - b = %f\0A\00" 8 @mul_str = internal constant [12 x i8] c"a * b = %f\0A\00" 9 @div_str = internal constant [12 x i8] c"b / a = %f\0A\00" 10 @rem_str = internal constant [13 x i8] c"b %% a = %f\0A\00" 11 @lt_str = internal constant [12 x i8] c"a < b = %d\0A\00" 12 @le_str = internal constant [13 x i8] c"a <= b = %d\0A\00" 13 @gt_str = internal constant [12 x i8] c"a > b = %d\0A\00 [all...] |
i1_VarArg.ll | 4 @a_str = internal constant [8 x i8] c"a = %f\0A\00" 5 @b_str = internal constant [8 x i8] c"b = %f\0A\00" 6 @add_str = internal constant [12 x i8] c"a + b = %f\0A\00" 7 @sub_str = internal constant [12 x i8] c"a - b = %f\0A\00" 8 @mul_str = internal constant [12 x i8] c"a * b = %f\0A\00" 9 @div_str = internal constant [12 x i8] c"b / a = %f\0A\00" 10 @rem_str = internal constant [13 x i8] c"b %% a = %f\0A\00" 11 @lt_str = internal constant [12 x i8] c"a < b = %d\0A\00" 12 @le_str = internal constant [13 x i8] c"a <= b = %d\0A\00" 13 @gt_str = internal constant [12 x i8] c"a > b = %d\0A\00 [all...] |
i8_VarArg.ll | 4 @a_str = internal constant [8 x i8] c"a = %f\0A\00" 5 @b_str = internal constant [8 x i8] c"b = %f\0A\00" 6 @add_str = internal constant [12 x i8] c"a + b = %f\0A\00" 7 @sub_str = internal constant [12 x i8] c"a - b = %f\0A\00" 8 @mul_str = internal constant [12 x i8] c"a * b = %f\0A\00" 9 @div_str = internal constant [12 x i8] c"b / a = %f\0A\00" 10 @rem_str = internal constant [13 x i8] c"b %% a = %f\0A\00" 11 @lt_str = internal constant [12 x i8] c"a < b = %d\0A\00" 12 @le_str = internal constant [13 x i8] c"a <= b = %d\0A\00" 13 @gt_str = internal constant [12 x i8] c"a > b = %d\0A\00 [all...] |
/external/chromium_org/third_party/skia/include/device/xps/ |
SkConstexprMath.h | 16 //! Compile-time constant ceiling(logB(N)). 30 //! Compile-time constant (2^N)-1. 38 /** Compile-time constant number of base n digits in type t 44 /** Compile-time constant number of base 10 digits in type t 49 // Compile-time constant maximum value of two unsigned values.
|
/external/clang/test/Analysis/ |
out-of-bounds.c | 4 // - constant integer index 5 // - constant integer size for buffer 33 // - constant integer index 34 // - constant integer size for buffer 49 // - constant integer index 50 // - constant integer size for buffer 80 // - constant integer index 81 // - constant integer size for buffer 89 // - constant integer index 90 // - constant integer size for buffe [all...] |
/external/clang/test/CodeGenCXX/ |
exceptions-no-rtti.cpp | 3 // CHECK: @_ZTIN5test11AE = linkonce_odr unnamed_addr constant 4 // CHECK: @_ZTIN5test11BE = linkonce_odr unnamed_addr constant 5 // CHECK: @_ZTIN5test11CE = linkonce_odr unnamed_addr constant 6 // CHECK: @_ZTIN5test11DE = linkonce_odr unnamed_addr constant 7 // CHECK: @_ZTIPN5test11DE = linkonce_odr unnamed_addr constant {{.*}} @_ZTIN5test11DE
|