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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel30.l 2 .*: unsupported constant in relocation
3 .*: unsupported constant in relocation
4 .*: unsupported constant in relocation
5 .*: unsupported constant in relocation
6 .*: unsupported constant in relocation
7 .*: unsupported constant in relocation
8 .*: unsupported constant in relocation
9 .*: unsupported constant in relocation
10 .*: unsupported constant in relocation
11 .*: unsupported constant in relocatio
    [all...]
  /external/clang/test/Preprocessor/
expr_multichar.c 5 #error Bad multichar constant calculation!
  /external/swiftshader/src/OpenGL/compiler/
ConstantUnion.h 33 bool cast(TBasicType newType, const ConstantUnion &constant)
38 switch (constant.type)
40 case EbtInt: setFConst(static_cast<float>(constant.getIConst())); break;
41 case EbtUInt: setFConst(static_cast<float>(constant.getUConst())); break;
42 case EbtBool: setFConst(static_cast<float>(constant.getBConst())); break;
43 case EbtFloat: setFConst(static_cast<float>(constant.getFConst())); break;
48 switch (constant.type)
50 case EbtInt: setIConst(static_cast<int>(constant.getIConst())); break;
51 case EbtUInt: setIConst(static_cast<int>(constant.getUConst())); break;
52 case EbtBool: setIConst(static_cast<int>(constant.getBConst())); break
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
ICONSTANTVisitor.java 9 package com.vladium.jcd.cls.constant;
20 //Object visit (CONSTANT_info constant, Object ctx);
22 Object visit (CONSTANT_Class_info constant, Object ctx);
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx);
25 Object visit (CONSTANT_Methodref_info constant, Object ctx);
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx);
28 Object visit (CONSTANT_Double_info constant, Object ctx);
29 Object visit (CONSTANT_Float_info constant, Object ctx);
30 Object visit (CONSTANT_Integer_info constant, Object ctx);
31 Object visit (CONSTANT_Long_info constant, Object ctx)
    [all...]
CONSTANT_literal_info.java 9 package com.vladium.jcd.cls.constant;
14 * in the constant pool.
  /external/mesa3d/src/glsl/tests/lower_jumps/
lower_returns_4.opt_test 11 ((if (expression bool > (var_ref a) (constant float (0.000000)))
12 ((return (constant float (1.000000))))
13 ((return (constant float (2.000000)))))))))
lower_returns_3.opt_test 14 ((if (expression bool > (var_ref a) (constant float (0.000000)))
15 ((if (expression bool > (var_ref b) (constant float (0.000000)))
16 ((return (constant float (1.000000))))
19 (return (constant float (2.000000)))))))
return_non_void_at_end_of_loop_lower_nothing.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000)))
13 (return (constant float (2.000000)))))
14 (assign (x) (var_ref b) (constant float (3.000000)))
15 (return (constant float (4.000000)))))))
return_non_void_at_end_of_loop_lower_return.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000)))
13 (return (constant float (2.000000)))))
14 (assign (x) (var_ref b) (constant float (3.000000)))
15 (return (constant float (4.000000)))))))
return_non_void_at_end_of_loop_lower_return_and_break.opt_test 12 ((assign (x) (var_ref a) (constant float (1.000000)))
13 (return (constant float (2.000000)))))
14 (assign (x) (var_ref b) (constant float (3.000000)))
15 (return (constant float (4.000000)))))))
lower_unified_returns.opt_test 16 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
17 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
21 (if (expression bool > (var_ref b) (constant float (0.000000)))
22 ((if (expression bool > (var_ref c) (constant float (0.000000)))
lower_returns_2.opt_test 11 ((assign (x) (var_ref a) (constant float (1.000000)))
12 (return (constant float (1.000000)))))))
lower_breaks_6.opt_test 16 ((if (expression bool > (var_ref a) (constant float (0.000000)))
17 ((if (expression bool > (var_ref ba) (constant float (0.000000)))
18 ((if (expression bool > (var_ref bb) (constant float (0.000000)))
22 (if (expression bool > (var_ref ca) (constant float (0.000000)))
23 ((if (expression bool > (var_ref cb) (constant float (0.000000)))
lower_pulled_out_jump.opt_test 17 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
18 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
23 ((if (expression bool > (var_ref b) (constant float (0.000000)))
24 ((if (expression bool > (var_ref c) (constant float (0.000000))) (break)
27 (assign (x) (var_ref d) (constant float (1.000000)))))))
lower_breaks_3.opt_test 13 ((assign (x) (var_ref a) (constant float (1.000000)))
14 (if (expression bool > (var_ref b) (constant float (0.000000)))
15 ((assign (x) (var_ref c) (constant float (1.000000))) break)
lower_breaks_5.opt_test 13 ((assign (x) (var_ref a) (constant float (1.000000)))
14 (if (expression bool > (var_ref b) (constant float (0.000000))) ()
15 ((assign (x) (var_ref c) (constant float (1.000000))) break))))))))
lower_guarded_conditional_break.opt_test 14 ((if (expression bool > (var_ref aa) (constant float (0.000000)))
15 ((if (expression bool > (var_ref ab) (constant float (0.000000)))
19 (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
  /toolchain/binutils/binutils-2.25/include/gdb/
signals.h 52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h 139 bool operator==(const TConstUnion& constant) const
141 if (constant.type != type)
146 if (constant.iConst == iConst)
151 if (constant.uConst == uConst)
156 if (constant.i64Const == i64Const)
161 if (constant.u64Const == u64Const)
166 if (constant.dConst == dConst)
171 if (constant.bConst == bConst)
212 bool operator!=(const TConstUnion& constant) const
214 return !operator==(constant);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
addsw-bad.l 2 [^:]*:5: Error: invalid constant \(496\) after fixup
3 [^:]*:6: Error: invalid constant \(496\) after fixup
  /external/guava/guava-tests/test/com/google/common/cache/
TestingWeighers.java 25 * Returns a {@link Weigher} that returns the given {@code constant} for every request.
27 static Weigher<Object, Object> constantWeigher(int constant) {
28 return new ConstantWeigher(constant);
46 private final int constant; field in class:TestingWeighers.ConstantWeigher
48 ConstantWeigher(int constant) {
49 this.constant = constant;
54 return constant;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
CstInsn.java 21 import com.android.dexgen.rop.cst.Constant;
24 * Instruction which has a single constant argument in addition
28 /** {@code non-null;} the constant argument for this instruction */
29 private final Constant constant; field in class:CstInsn
32 * {@code >= -1;} the constant pool index for {@link #constant}, or
38 * {@code >= -1;} the constant pool index for the class reference in
39 * {@link #constant} if any, or {@code -1} if not yet set
45 * initially unknown ({@code -1}) as is the constant pool index
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.c 59 unsigned rc_constants_add(struct rc_constant_list * c, struct rc_constant * constant)
77 c->Constants[index] = *constant;
85 * Add a state vector to the constant list, while trying to avoid duplicates.
90 struct rc_constant constant; local
100 memset(&constant, 0, sizeof(constant));
101 constant.Type = RC_CONSTANT_STATE;
102 constant.Size = 4;
103 constant.u.State[0] = state0;
104 constant.u.State[1] = state1
117 struct rc_constant constant; local
143 struct rc_constant constant; local
    [all...]
  /prebuilts/go/darwin-x86/test/
const5.go 28 n4 = len(f()) // ERROR "is not a constant|is not constant"
29 n5 = len(<-c) // ERROR "is not a constant|is not constant"
31 n6 = cap(f()) // ERROR "is not a constant|is not constant"
32 n7 = cap(<-c) // ERROR "is not a constant|is not constant"
33 n8 = real(z) // ERROR "is not a constant|is not constant"
    [all...]
  /prebuilts/go/linux-x86/test/
const5.go 28 n4 = len(f()) // ERROR "is not a constant|is not constant"
29 n5 = len(<-c) // ERROR "is not a constant|is not constant"
31 n6 = cap(f()) // ERROR "is not a constant|is not constant"
32 n7 = cap(<-c) // ERROR "is not a constant|is not constant"
33 n8 = real(z) // ERROR "is not a constant|is not constant"
    [all...]

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 91011>>