Searched refs:constant (Results 1 - 25 of 437) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Dexpr_multichar.c5 #error Bad multichar constant calculation!
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DICONSTANTVisitor.java9 package com.vladium.jcd.cls.constant;
20 //Object visit (CONSTANT_info constant, Object ctx);
22 Object visit (CONSTANT_Class_info constant, Object ctx); argument
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); argument
25 Object visit (CONSTANT_Methodref_info constant, Object ctx); argument
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); argument
28 Object visit (CONSTANT_Double_info constant, Object ctx); argument
29 Object visit (CONSTANT_Float_info constant, Object ctx); argument
30 Object visit (CONSTANT_Integer_info constant, Object ctx); argument
31 Object visit (CONSTANT_Long_info constant, Objec argument
32 visit(CONSTANT_String_info constant, Object ctx) argument
34 visit(CONSTANT_Utf8_info constant, Object ctx) argument
35 visit(CONSTANT_NameAndType_info constant, Object ctx) argument
[all...]
H A DCONSTANT_literal_info.java9 package com.vladium.jcd.cls.constant;
14 * in the constant pool.
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_returns_4.opt_test11 ((if (expression bool > (var_ref a) (constant float (0.000000)))
12 ((return (constant float (1.000000))))
13 ((return (constant float (2.000000)))))))))
H A Dlower_returns_3.opt_test14 ((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)))))))
H A Dreturn_non_void_at_end_of_loop_lower_nothing.opt_test12 ((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)))))))
H A Dreturn_non_void_at_end_of_loop_lower_return.opt_test12 ((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)))))))
H A Dreturn_non_void_at_end_of_loop_lower_return_and_break.opt_test12 ((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)))))))
H A Dlower_unified_returns.opt_test16 ((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)))
H A Dlower_returns_2.opt_test11 ((assign (x) (var_ref a) (constant float (1.000000)))
12 (return (constant float (1.000000)))))))
H A Dlower_breaks_6.opt_test16 ((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)))
H A Dlower_pulled_out_jump.opt_test17 ((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)))))))
H A Dlower_breaks_3.opt_test13 ((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)
H A Dlower_breaks_5.opt_test13 ((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))))))))
H A Dlower_guarded_conditional_break.opt_test14 ((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)
H A Dlower_breaks_2.opt_test12 ((assign (x) (var_ref a) (constant float (1.000000)))
13 (if (expression bool > (var_ref b) (constant float (0.000000))) (break)
H A Dlower_breaks_4.opt_test12 ((assign (x) (var_ref a) (constant float (1.000000)))
13 (if (expression bool > (var_ref b) (constant float (0.000000))) ()
H A Dlower_returns_main_false.opt_test12 ((if (expression bool > (var_ref a) (constant float (0.000000)))
13 ((if (expression bool > (var_ref b) (constant float (0.000000)))
H A Dlower_returns_main_true.opt_test12 ((if (expression bool > (var_ref a) (constant float (0.000000)))
13 ((if (expression bool > (var_ref b) (constant float (0.000000)))
H A Dlower_returns_sub_false.opt_test11 ((if (expression bool > (var_ref a) (constant float (0.000000)))
12 ((if (expression bool > (var_ref b) (constant float (0.000000)))
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingWeighers.java25 * Returns a {@link Weigher} that returns the given {@code constant} for every request.
27 static Weigher<Object, Object> constantWeigher(int constant) { argument
28 return new ConstantWeigher(constant);
46 private final int constant; field in class:TestingWeighers.ConstantWeigher
48 ConstantWeigher(int constant) { argument
49 this.constant = constant;
54 return constant;
/external/skia/src/animator/
H A DSkDisplayNumber.cpp37 // (warning C4756: overflow in constant arithmetic)
42 SkScalar constant; local
45 constant = SK_ScalarMax;
48 constant = SK_ScalarMin;
51 constant = -SK_ScalarInfinity;
54 constant = SK_ScalarNaN;
57 constant = SK_ScalarInfinity;
63 value->fOperand.fScalar = constant;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCstInsn.java24 * 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.
52 * @param constant {@code non-null;} constant argumen
54 CstInsn(Dop opcode, SourcePosition position, RegisterSpecList registers, Constant constant) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c59 unsigned rc_constants_add(struct rc_constant_list * c, struct rc_constant * constant) argument
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
117 struct rc_constant constant; local
143 struct rc_constant constant; local
[all...]
/external/proguard/src/proguard/classfile/constant/visitor/
H A DMethodrefTraveler.java21 package proguard.classfile.constant.visitor;
24 import proguard.classfile.constant.*;
29 * to their methodref constants, and applies a given constant visitor.
41 * Creates a new v that will delegate to the given constant visitor.
51 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument

Completed in 381 milliseconds

1234567891011>>