HomeSort by relevance Sort by last modified time
    Searched refs:constants (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/v8/test/mjsunit/
constant-folding.js 28 // Test operations that involve one or more constants.
29 // The code generator now handles compile-time constants specially.
32 // Test count operations involving constants
object-literal-overwrite.js 28 // Check that constants and computed properties are overwriting each other
  /external/jpeg/
armv6_idct.S 36 * 16-bit constants; r12 and r14 hold two of the four arguments; and r8 hold
137 // Load constants.
138 ldrd r10, constants
213 // Precomputed 16-bit constants: 27146, 15137, -21407, -8867.
216 constants: label
239 // Load constants.
240 ldrd r10, constants
  /external/doclava/res/assets/templates/
class.cs 17 <?cs if:subcount(cl.constants) ?>
48 <?cs if:subcount(class.constants) ?>
49 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#constants">Constants</a>
53 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
266 || subcount(class.constants)
334 <?cs if:subcount(class.constants) ?>
337 <table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
338 <?cs call:write_constant_summary(class.constants, 1) ?
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 204 ConstantIterator (final List/* CONSTANT_info */ constants)
206 m_constants = constants;
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 164 final IConstantCollection constants = m_table.getConstants(); local
169 constants.add (cp_info);
  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 193 final IConstantCollection constants = cls.getConstants (); local
194 final IConstantCollection.IConstantIterator i = constants.iterator ();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 26 #include <linux/firewire-constants.h>
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 37 // the layout must NOT change, and must match the #defines in constants.h
353 VertexOutput_t * output, const float (*constants)[4]);
360 const VertexOutput_t * start, const VertexOutput_t * end, const float (*constants)[4]);
363 // const float (*constants[4]));
  /external/mesa3d/src/glsl/
loop_analysis.cpp 233 ls->constants.push_tail(lv);
245 * - All operands on the RHS of the assignment are also loop constants.
262 * accessed there are loop constants, then add this
272 ls->constants.push_tail(lv);
ir_to_llvm.cpp 102 llvm::Value * inputsPtr, * outputsPtr, * constantsPtr; // internal globals to store inputs/outputs/constants pointers
103 llvm::Value * inputs, * outputs, * constants; member in class:ir_to_llvm_visitor
109 inputs(NULL), outputs(NULL), constants(NULL)
208 v = bld.CreateConstGEP1_32(constants, var->location);
250 // // this constants need to be external (ie. written to output)
296 params.push_back(vecPtrTy); // constants
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 33 constants, and much more are all [llvalues]. See the [llvm::Value] class.
442 name. It is meaningless for constants.
507 (** {7 Operations on constants of (mostly) any type} *)
571 (** {7 Operations on scalar constants} *)
597 (** {7 Operations on composite constants} *)
675 (** [const_add c1 c2] returns the constant sum of two constants.
679 (** [const_nsw_add c1 c2] returns the constant sum of two constants with no
684 (** [const_nuw_add c1 c2] returns the constant sum of two constants with no
694 constants. See the method [llvm::ConstantExpr::getSub]. *)
697 (** [const_nsw_sub c1 c2] returns the constant difference of two constants wit
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 47 ;# setup constants
177 ;# Load up permutation constants
262 ;# Load up permutation constants
348 ;# Load up permutation constants
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 135 "p2p/base/constants.cc",
185 "xmpp/constants.cc",
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 896 my $constants = shift;
902 my $constantDeclarations = join("\n", @{$constants});
    [all...]
  /external/webkit/Tools/Scripts/
run-api-tests 39 use Term::ANSIColor qw(:constants);
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 419 Object [] constants = TestEnum.class.getEnumConstants(); local
420 assertEquals(TestEnum.values().length, constants.length);
421 for(int i = 0; i < constants.length; i++) {
422 assertEquals(TestEnum.values()[i], constants[i]); local
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 177 final IConstantCollection constants = cls.getConstants (); local
234 m_registerMethodrefIndex = constants.add (new CONSTANT_Methodref_info (class_index, nametype_index));
246 m_preclinitMethodrefIndex = constants.add (new CONSTANT_Methodref_info (cls.getThisClassIndex (), nametype_index));
251 m_classNameConstantIndex = constants.add (new CONSTANT_String_info (cls.getThisClass ().m_name_index));
302 final CONSTANT_Class_info ifc = (CONSTANT_Class_info) constants.get (interfaces.get (i));
333 final int valueIndex = constants.add (new CONSTANT_Long_info (cls.computeSUID (true))); // ignore the added <clinit>
652 5, 0, // adjust constants if the bytecode emitted above changes
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 47 ;# setup constants
204 ;# Load up permutation constants
295 ;# Load up permutation constants
405 ;# Load up permutation constants
  /external/llvm/utils/vim/
llvm.vim 24 " much more common for these tokens to be used for boolean constants.
  /external/mesa3d/src/pixelflinger2/
raster.cpp 58 VertexOutput * output, const float (*constants)[4])
61 function(input, output, constants);
80 // const Vector4 * constants = (Vector4 *)
82 // ctx->glCtx->Shader.CurrentProgram->GLVMVP->function(input, output, constants);
  /external/v8/
Android.v8common.mk 104 src/arm/constants-arm.cc \
  /external/v8/src/
parser.h 542 Handle<FixedArray> constants,
549 Handle<FixedArray> constants,
  /frameworks/base/libs/rs/
rs.spec 340 param RsAllocation constants
  /frameworks/base/obex/javax/obex/
ServerSession.java 290 int constants; local
301 constants = mInput.read();

Completed in 1914 milliseconds

12 3 4 5