HomeSort by relevance Sort by last modified time
    Searched full:lattice (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 11 // modeled after SCCP, but with a customizable lattice function.
38 /// to specify what the lattice values are and how they handle merges etc.
39 /// This gives the client the power to compute lattice values from instructions,
40 /// constants, etc. The requirement is that lattice values must all fit into
69 /// ComputeConstant - Given a constant value, compute and return a lattice
81 /// GetConstant - If the specified lattice value is representable as an LLVM
89 /// lattice value corresponding to the specified argument.
94 /// MergeValues - Compute and return the merge of the two specified lattice
95 /// values. Merging should only move one direction down the lattice to
107 /// PrintValue - Render the specified lattice value to the specified stream
    [all...]
  /external/skia/gm/
texteffects.cpp 103 SkMatrix lattice; local
104 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
105 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
106 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
113 SkMatrix lattice; local
114 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
115 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
116 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
130 SkMatrix lattice; local
131 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lattice.c 12 * lattice.c
14 * contains the normalized lattice filter routines (MA and AR) for iSAC codec
26 /* filter the signal using normalized lattice filter */
51 /* compute lattice filter coefficients */
62 /* normalized lattice filter */
108 /* filter the signal using normalized lattice filter */
181 /* converts the direct form parameters to lattice form.*/
Android.mk 37 lattice.c \
isac.gypi 44 'lattice.c',
decode.c 158 /* Perceptual post-filtering (using normalized lattice filter). */
224 /* Perceptual post-filtering (using normalized lattice filter). */
288 /* perceptual post-filtering (using normalized lattice filter) */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_c.c 12 * Contains the core loop function for the lattice filter AR routine
lattice.c 12 * lattice.c
14 * Contains the normalized lattice filter routines (MA and AR) for iSAC codec
90 /* filter the signal using normalized lattice filter */
127 /* compute lattice filter coefficients */
144 /* normalized lattice filter */
215 /* filter the signal using normalized lattice filter */
isacfix.gypi 43 'lattice.c',
codec.h 112 /* normalized lattice filters */
lattice_neon.S 13 @ Contains a function for the core loop in the normalized lattice MA
26 @ Reference code in lattice.c.
lattice_armv7.S 11 @ Contains a function for the core loop in the normalized lattice AR
  /external/libvorbis/vq/
latticetune.c 14 for lattice codebooks
51 fprintf(stderr,"Need a lattice codebook on the command line.\n");
latticebuild.c 13 function: utility main for building codebooks from lattice descriptions
33 the lattice description file contains two lines:
71 fprintf(stderr,"Need a lattice description file on the command line.\n");
localcodebook.h 76 /* The current encoder uses only centered, integer-only lattice books. */
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeInfo.h 37 /// the only type in the lattice), true otherwise.
  /external/llvm/test/CodeGen/X86/
2008-02-27-DeadSlotElimBug.ll 4 %struct.Lattice = type { %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, i32, i32, i32 }
7 define fastcc %struct.CompAtom* @_ZNK7Lattice6createEP8CompAtomii(%struct.Lattice* %this, %struct.CompAtom* %d, i32 %n, i32 %i) {
36 %tmp15.i49 = getelementptr %struct.Lattice* %this, i32 0, i32 0, i32 0 ; <double*> [#uses=1]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 41 /** Lattice values */
49 /** Lattice values for each SSA register */
112 * @param latticeValue new lattice value for @param reg.
127 * Sets a lattice value for a register to value.
129 * @param value Lattice value
131 * @return true if the lattice value changed.
152 * Simulates a PHI node and set the lattice for the result
200 * Simulate a block and note the results in the lattice.
214 * Simulate the phis in a block and note the results in the lattice.
467 * Simulates a statement and set the result lattice value
    [all...]
EscapeAnalysis.java 73 * @param escState the lattice value to initially set this to
86 * Lattice values used to indicate escape state for an object. Analysis can
104 /** Lattice values for each object register group */
119 * Finds the index in the lattice for a particular register.
120 * Returns the size of the lattice if the register wasn't found.
123 * @return index of the register or size of the lattice if it wasn't found.
163 * Creates a link in the lattice between two EscapeSets due to a put
182 * Merges all links in the lattice among two EscapeSets. On return, the
313 // Add the newly created escSet to the lattice and return it
478 // Iterate through lattice, looking for non-escaping replaceable array
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 41 /** Lattice values */
49 /** Lattice values for each SSA register */
112 * @param latticeValue new lattice value for @param reg.
127 * Sets a lattice value for a register to value.
129 * @param value Lattice value
131 * @return true if the lattice value changed.
152 * Simulates a PHI node and set the lattice for the result
200 * Simulate a block and note the results in the lattice.
214 * Simulate the phis in a block and note the results in the lattice.
467 * Simulates a statement and set the result lattice value
    [all...]
EscapeAnalysis.java 73 * @param escState the lattice value to initially set this to
86 * Lattice values used to indicate escape state for an object. Analysis can
104 /** Lattice values for each object register group */
119 * Finds the index in the lattice for a particular register.
120 * Returns the size of the lattice if the register wasn't found.
123 * @return index of the register or size of the lattice if it wasn't found.
163 * Creates a link in the lattice between two EscapeSets due to a put
182 * Merges all links in the lattice among two EscapeSets. On return, the
313 // Add the newly created escSet to the lattice and return it
478 // Iterate through lattice, looking for non-escaping replaceable array
    [all...]
  /external/srec/srec/crec/
srec_initialize.c 55 int max_word_tokens; controls the maximum number of word tokens kept in the word lattice.
56 if number exceeded, the word lattice is pruned more tightly (less word
61 int num_wordends_per_frame; controls the size of the word lattice - the number of word ends to
  /external/srec/srec/include/
hmm_type.h 46 typedef int latdata; /* for lattice identifiers */
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 11 // modeled after SCCP, but with a customizable lattice function.
30 /// PrintValue - Render the specified lattice value to the specified stream.
39 OS << "unknown lattice value";
163 // TODO: Could ask the lattice function if the value can throw.
230 // The lattice function may store more information on a PHINode than could be
  /external/libvorbis/lib/
codebook.h 76 /* The current encoder uses only centered, integer-only lattice books. */

Completed in 1315 milliseconds

1 2 3 4 5