Home
last modified time | relevance | path

Searched defs:constant (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/external/emma/core/java12/com/vladium/jcd/cls/constant/
DICONSTANTVisitor.java22 Object visit (CONSTANT_Class_info constant, Object ctx); in visit()
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); in visit()
25 Object visit (CONSTANT_Methodref_info constant, Object ctx); in visit()
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); in visit()
28 Object visit (CONSTANT_Double_info constant, Object ctx); in visit()
29 Object visit (CONSTANT_Float_info constant, Object ctx); in visit()
30 Object visit (CONSTANT_Integer_info constant, Object ctx); in visit()
31 Object visit (CONSTANT_Long_info constant, Object ctx); in visit()
32 Object visit (CONSTANT_String_info constant, Object ctx); in visit()
34 Object visit (CONSTANT_Utf8_info constant, Object ctx); in visit()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DDescendingVisitor.java276 public void visitConstantClass(final ConstantClass constant) in visitConstantClass()
284 public void visitConstantDouble(final ConstantDouble constant) in visitConstantDouble()
292 public void visitConstantFieldref(final ConstantFieldref constant) in visitConstantFieldref()
300 public void visitConstantFloat(final ConstantFloat constant) in visitConstantFloat()
308 public void visitConstantInteger(final ConstantInteger constant) in visitConstantInteger()
317 final ConstantInterfaceMethodref constant) in visitConstantInterfaceMethodref()
329 final ConstantInvokeDynamic constant) in visitConstantInvokeDynamic()
337 public void visitConstantLong(final ConstantLong constant) in visitConstantLong()
345 public void visitConstantMethodref(final ConstantMethodref constant) in visitConstantMethodref()
353 public void visitConstantNameAndType(final ConstantNameAndType constant) in visitConstantNameAndType()
[all …]
/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/
Dconstant.hpp17 struct constant { struct
18 typedef constant<T, N> type;
19 typedef constant<T, N + 1> next;
/external/mesa3d/src/compiler/glsl/
Dir_builder.h90 constant(float f) in constant() function
96 constant(int i) in constant() function
102 constant(unsigned u) in constant() function
108 constant(bool b) in constant() function
/external/emma/core/java12/com/vladium/jcd/cls/
DIConstantCollection.java56 CONSTANT_info set (CONSTANT_info constant); in set()
68 boolean equals (CONSTANT_info constant); in equals()
154 int add (CONSTANT_info constant); in add()
172 CONSTANT_info set (int index, CONSTANT_info constant); in set()
DConstantCollection.java53 final CONSTANT_info constant = (CONSTANT_info) m_constants.get (i); in find() local
98 final CONSTANT_info constant = (CONSTANT_info) m_constants.get (c); in clone() local
136 public CONSTANT_info set (final int index, final CONSTANT_info constant) in set()
170 public int add (final CONSTANT_info constant) in add()
/external/emboss/compiler/util/
Dtraverse_ir_test.py188 def _record_constant(constant, constant_list): argument
192 def _record_field_name_and_constant(constant, constant_list, field): argument
196 def _record_file_name_and_constant(constant, constant_list, source_file_name): argument
200 def _record_location_parameter_and_constant(constant, constant_list, argument
205 def _record_kind_and_constant(constant, constant_list, type_definition): argument
/external/libaom/aom_dsp/
Dfft_common.h126 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
143 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
178 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
270 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
522 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
539 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
583 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
698 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
/external/guava/android/guava-tests/test/com/google/common/cache/
DTestingWeighers.java25 static Weigher<Object, Object> constantWeigher(int constant) { in constantWeigher()
40 private final int constant; field in TestingWeighers.ConstantWeigher
42 ConstantWeigher(int constant) { in ConstantWeigher()
/external/guava/guava-tests/test/com/google/common/cache/
DTestingWeighers.java25 static Weigher<Object, Object> constantWeigher(int constant) { in constantWeigher()
40 private final int constant; field in TestingWeighers.ConstantWeigher
42 ConstantWeigher(int constant) { in ConstantWeigher()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.c41 rc_constants_add(struct rc_constant_list *c, struct rc_constant *constant) in rc_constants_add()
72 struct rc_constant constant; in rc_constants_add_state() local
98 struct rc_constant constant; in rc_constants_add_immediate_vec4() local
124 struct rc_constant constant; in rc_constants_add_immediate_scalar() local
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DStringEnumType.java43 public EnumT createAndRegister(String constant) { in createAndRegister()
53 public EnumT valueOfStrict(String constant) { in valueOfStrict()
64 public EnumT valueOf(String constant) { in valueOf()
DStringEnumValue.java29 private final String constant; field in StringEnumValue
33 protected StringEnumValue(String constant) { in StringEnumValue()
/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
DStringEnumTest.java33 private Letter(String constant) { in Letter()
52 public static Letter valueOfStrict(String constant) { in valueOfStrict()
57 public static Letter valueOf(String constant) { in valueOf()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconstants_test.cc52 std::vector<float> constant = {2.0}; in TEST_F() local
61 std::vector<int32_t> constant = {2}; in TEST_F() local
70 std::vector<uint32_t> constant = {2}; in TEST_F() local
79 std::vector<float> constant = {0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0}; in TEST_F() local
88 std::vector<float> constant = {0.0, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, in TEST_F() local
105 std::unique_ptr<Array2D<float>> constant = in TEST_F() local
Dcopy_test.cc41 auto constant = in TestCopyOp() local
110 auto constant = builder.AddInstruction( in XLA_TEST_F() local
138 HloInstruction* constant = builder.AddInstruction( in XLA_TEST_F() local
170 HloInstruction* constant = builder.AddInstruction( in TestCopyConstantLayout021() local
204 HloInstruction* constant = builder.AddInstruction( in TestCopyConstantLayoutR4() local
/external/clang/test/Analysis/
Dbool-assignment.c10 bool constant = 2; // no-warning in test_stdbool_initialization() local
40 BOOL constant = 2; // expected-warning {{Assignment of a non-Boolean value}} in test_BOOL_initialization() local
80 Boolean constant = 2; // expected-warning {{Assignment of a non-Boolean value}} in test_Boolean_initialization() local
/external/minijail/
Dutil_unittest.cc198 std::string constant; in TEST() local
219 std::string constant; in TEST() local
239 std::string constant; in TEST() local
261 std::string constant = "-1"; in TEST() local
269 std::string constant; in TEST() local
291 std::string constant; in TEST() local
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DLabelImage.java201 <T> Output<T> constant(String name, Object value, Class<T> type) { in constant() method in LabelImage.GraphBuilder
210 Output<String> constant(String name, byte[] value) { in constant() method in LabelImage.GraphBuilder
214 Output<Integer> constant(String name, int value) { in constant() method in LabelImage.GraphBuilder
218 Output<Integer> constant(String name, int[] value) { in constant() method in LabelImage.GraphBuilder
222 Output<Float> constant(String name, float value) { in constant() method in LabelImage.GraphBuilder
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/utils/
Dhlo_utils.h42 static ElementsAttr getSplat(Builder* b, RankedTensorType ty, T constant) { in getSplat()
64 static ElementsAttr getSplat(Builder* b, Value val, T constant) { in getSplat()
/external/pytorch/test/distributed/pipelining/
Dtest_unflatten.py19 def forward(self, x: torch.Tensor, constant=None) -> torch.Tensor: argument
35 def forward(self, x: torch.Tensor, constant=None) -> torch.Tensor: argument
/external/libvpx/vpx_dsp/arm/
Dfdct_neon.h21 const tran_coef_t constant, in butterfly_one_coeff_s16_fast_half()
34 const tran_coef_t constant, in butterfly_one_coeff_s16_fast()
47 const int16x8_t a, const int16x8_t b, const tran_coef_t constant, in butterfly_one_coeff_s16_s32_fast()
66 const int16x8_t a, const int16x8_t b, const tran_coef_t constant, in butterfly_one_coeff_s16_s32_fast_narrow()
80 const int16x4_t a, const int16x4_t b, const tran_coef_t constant, in butterfly_one_coeff_s16_s32_fast_half()
92 const int16x4_t a, const int16x4_t b, const tran_coef_t constant, in butterfly_one_coeff_s16_s32_fast_narrow_half()
104 const int16x8_t a, const int16x8_t b, const tran_coef_t constant, in butterfly_one_coeff_s16_s32()
124 const int16x8_t a, const int16x8_t b, const tran_coef_t constant, in butterfly_one_coeff_s16_s32_narrow()
139 const int32x4_t b_hi, const tran_coef_t constant, int32x4_t *add_lo, in butterfly_one_coeff_s32_noround()
157 const tran_coef_t constant, in butterfly_one_coeff_s32_fast_half()
[all …]
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass_interchange_zero_like_constants.cpp41 auto constant = GetIRContext()->get_constant_mgr()->FindDeclaredConstant( in FindOrCreateToggledConstant() local
71 for (auto constant : GetIRContext()->GetConstants()) { in Apply() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_interchange_zero_like_constants.cpp41 auto constant = GetIRContext()->get_constant_mgr()->FindDeclaredConstant( in FindOrCreateToggledConstant() local
71 for (auto constant : GetIRContext()->GetConstants()) { in Apply() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_interchange_zero_like_constants.cpp41 auto constant = GetIRContext()->get_constant_mgr()->FindDeclaredConstant( in FindOrCreateToggledConstant() local
71 for (auto constant : GetIRContext()->GetConstants()) { in Apply() local

12345678910>>...19