HomeSort by relevance Sort by last modified time
    Searched full:produce (Results 351 - 375 of 4549) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/include/python2.7/
floatobject.h 75 * The Pack routines produce a string from a C double, and the Unpack
76 * routines produce a C double from such a string. The suffix (4 or 8)
101 * 2): -0.0 and +0.0 produce the same string.
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
floatobject.h 75 * The Pack routines produce a string from a C double, and the Unpack
76 * routines produce a C double from such a string. The suffix (4 or 8)
101 * 2): -0.0 and +0.0 produce the same string.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
floatobject.h 75 * The Pack routines produce a string from a C double, and the Unpack
76 * routines produce a C double from such a string. The suffix (4 or 8)
101 * 2): -0.0 and +0.0 produce the same string.
  /system/update_engine/payload_generator/
delta_diff_utils.h 34 // Create operations in |aops| to produce all the blocks in the |new_part|
73 // For a given file |name| append operations to |aops| to produce it in the
113 // Generates the best allowed full operation to produce |new_data|. The allowed
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexFormat.java 138 * Formats a {@link Complex} object to produce a string.
172 * Formats a object to produce a string. <code>obj</code> must be either a
247 * Parses a string to produce a {@link Complex} object.
266 * Parses a string to produce a {@link Complex} object.
333 * Parses a string to produce a object.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3DFormat.java 195 * Formats a {@link Vector3D} object to produce a string.
226 * Formats a object to produce a string.
251 * Parses a string to produce a {@link Vector3D} object.
269 * Parses a string to produce a {@link Vector3D} object.
332 * Parses a string to produce a object.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVectorFormat.java 198 * Formats a {@link RealVector} object to produce a string.
230 * Formats a object to produce a string.
256 * Parses a string to produce a {@link RealVector} object.
274 * Parses a string to produce a {@link RealVector} object.
330 * Parses a string to produce a object.
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 25 These tests check that the GLSL built-in numerical functions produce
43 lowp operations are expected to produce either an infinity or the
52 that they are required to produce only results that their expansions
53 could produce, given the precision requirements for the constituent
146 The operations that don't do any arithmetic are required to produce
  /external/llvm/test/CodeGen/AArch64/
bitfield.ll 13 ; N.b. this doesn't actually produce a bitfield instruction at the
29 ; N.b. this doesn't actually produce a bitfield instruction at the
45 ; N.b. this doesn't actually produce a bitfield instruction at the
61 ; N.b. this doesn't actually produce a bitfield instruction at the
129 ; LLVM can produce in-register extensions taking place entirely with
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 211 // The first 4 coefficients apply to B, G, R, A and produce B of the output.
212 // The next 4 coefficients apply to B, G, R, A and produce G of the output.
213 // The next 4 coefficients apply to B, G, R, A and produce R of the output.
214 // The last 4 coefficients apply to B, G, R, A and produce A of the output.
224 // The first 4 coefficients apply to B, G, R, A and produce B of the output.
225 // The next 4 coefficients apply to B, G, R, A and produce G of the output.
226 // The last 4 coefficients apply to B, G, R, A and produce R of the output.
  /external/libyuv/files/include/libyuv/
planar_functions.h 212 // The first 4 coefficients apply to B, G, R, A and produce B of the output.
213 // The next 4 coefficients apply to B, G, R, A and produce G of the output.
214 // The next 4 coefficients apply to B, G, R, A and produce R of the output.
215 // The last 4 coefficients apply to B, G, R, A and produce A of the output.
225 // The first 4 coefficients apply to B, G, R, A and produce B of the output.
226 // The next 4 coefficients apply to B, G, R, A and produce G of the output.
227 // The last 4 coefficients apply to B, G, R, A and produce R of the output.
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 53 * @param classObject The class of the object that this element def should produce.
81 * @param classObject The class of the object that this element def should produce.
112 * @param classObject The class of the object that this element def should produce.
136 * @param classObject The class of the object that this element def should produce.
164 * @param classObject The class of the object that this element def should produce.
194 * @param classObject The class of the object that this element def should produce.
220 * @param classObject The class of the object that this element def should produce.
238 * @param classObject The class of the object that this element def should produce.
261 * @param classObject The class of the object that this element def should produce.
662 * @return The class of the object that this element def should produce, or null
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-m32r.texi 60 This option tells the assembler to produce little-endian code and
70 This option tells the assembler to produce big-endian code and
108 Instructs @code{@value{AS}} to produce warning messages when
125 Instructs @code{@value{AS}} not to produce warning messages when
157 This option tells the assembler to produce a warning message if a
349 For example these code fragments will produce this message:
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
FractionFormat.java 135 * Formats a {@link Fraction} object to produce a string. The fraction is
196 * Parses a string to produce a {@link Fraction} object.
215 * Parses a string to produce a {@link Fraction} object. This method
BigFractionFormat.java 128 * Formats a {@link BigFraction} object to produce a string. The BigFraction is
185 * Parses a string to produce a {@link BigFraction} object.
204 * Parses a string to produce a {@link BigFraction} object.
264 * Parses a string to produce a <code>BigInteger</code>.
  /external/clang/include/clang/Driver/
Action.h 31 /// The current driver is hard wired to expect actions which produce a
33 /// compilation. Actions can produce auxiliary files, but can only
34 /// produce a single output to feed into subsequent actions.
  /external/clang/www/
OpenProjects.html 75 likely to produce interesting test cases.
117 <p>The first stage is to build a CFLAGS for Clang that would produce code on the
120 <p>The second stage would be to produce a configuration file (that can be used
  /external/guava/guava/src/com/google/common/net/
UrlEscapers.java 77 * <p><b>Note:</b> Unlike other escapers, URL escapers produce uppercase
119 * <p><b>Note:</b> Unlike other escapers, URL escapers produce uppercase
157 * <p><b>Note:</b> Unlike other escapers, URL escapers produce uppercase
  /external/icu/icu4c/source/i18n/unicode/
measfmt.h 146 * Formats object to produce a string.
156 * Parse a string to produce an object. This implementation sets
167 * Formats measure objects to produce a string. An example of such a
  /external/llvm/test/CodeGen/X86/
lower-bitcast.ll 12 ; single paddd instruction. At the moment we produce the sequence
71 ; FIXME: At the moment we still produce the sequence pshufd+paddd+pshufd.
153 ; single paddb instruction. At the moment we produce the sequence
  /system/media/audio_utils/
resampler.c 39 size_t frames_needed; // minimum number of input frames to produce
88 // update and cache the number of frames needed at the input sampling rate to produce
100 // least the number of frames needed to produce the number of frames requested at
  /art/test/121-modifiers/
build 35 # Workaround b/19561685: disable sanity checks to produce a DEX file with invalid modifiers.
  /bionic/tools/relocation_packer/src/
sleb128.h 48 // Decode a LEB128 byte stream to produce packed words.
  /cts/build/
config.mk 22 # the XML generator to produce test XMLs.
  /external/autotest/client/profilers/cros_perf/
cros_perf.py 10 (e.g. "perf record" or "perf stat"). It also does not produce a perf report

Completed in 1452 milliseconds

<<11121314151617181920>>