HomeSort by relevance Sort by last modified time
    Searched full:convert (Results 2451 - 2475 of 5560) sorted by null

<<919293949596979899100>>

  /external/libvpx/libvpx/vpx/
vpx_encoder.h 518 * target bitrate (#rc_target_bitrate) to convert to bits/bytes, if
529 * (#rc_target_bitrate) to convert to bits/bytes, if necessary.
539 * to convert to bits/bytes, if necessary.
    [all...]
  /external/llvm/docs/
YamlIO.rst 253 Given that YAML I/O is trait based, the selection of how to convert your data
412 must convert that to your native data type. An outline of a custom scalar type
561 automatically be called to convert the read values back to polar coordinates,
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 484 // Convert bool 0/1 to double 0.0 or 1.0
514 // Convert condition to a bool by comparing equal to 0.0.
625 // Convert condition to a bool by comparing equal to 0.0.
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 580 // Convert bool 0/1 to double 0.0 or 1.0
618 // Convert condition to a bool by comparing equal to 0.0.
729 // Convert condition to a bool by comparing equal to 0.0.
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 1 //===-- X86MCInstLower.cpp - Convert X86 MachineInstr to an MCInst --------===//
230 // Convert registers in the addr mode according to subreg32.
237 // Convert registers in the addr mode according to subreg64.
  /external/opencv/cvaux/src/
cvepilines.cpp 261 /* Convert data */
    [all...]
  /external/openssh/openbsd-compat/
sha2.c 549 /* Convert TO host byte order */
830 /* Convert TO host byte order */
868 /* Convert TO host byte order */
  /external/openssl/crypto/engine/
eng_cryptodev.c 650 /* convert digest type to cryptodev */
921 * Convert a BIGNUM to the representation that /dev/crypto needs.
957 /* Convert a /dev/crypto parameter to a BIGNUM */
    [all...]
  /external/qemu/distrib/jpeg-6b/
usage.doc 317 compressing full-color (24-bit) images. In particular, don't try to convert
319 colors. GIF works great on these, JPEG does not. If you want to convert a
326 lossless format while manipulating an image, then convert to JPEG format when
  /external/qemu/distrib/sdl-1.2.15/docs/html/
index.html 379 >&nbsp;--&nbsp;Convert a surface to the display format</DT
384 >&nbsp;--&nbsp;Convert a surface to the display format</DT
705 >&nbsp;--&nbsp;Convert audio data to a desired audio format.</DT
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 119 //convert rate from steps of .05 Hz to value which can be used as phase increment,
127 //convert depth from steps of .05 ms, to samples, with 16 bit whole part, discard fraction
183 * first convert indexDesired to actual desired index by taking into account indexReference
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 119 //convert rate from steps of .05 Hz to value which can be used as phase increment,
127 //convert depth from steps of .05 ms, to samples, with 16 bit whole part, discard fraction
183 * first convert indexDesired to actual desired index by taking into account indexReference
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 119 //convert rate from steps of .05 Hz to value which can be used as phase increment,
127 //convert depth from steps of .05 ms, to samples, with 16 bit whole part, discard fraction
183 * first convert indexDesired to actual desired index by taking into account indexReference
eas_dlssynth.c 89 /* if still in attack phase, convert units to log */
175 /* convert from cents to linear phase increment */
205 /* convert to linear gain including EG1 */
  /external/v8/src/mips/
disasm-mips.cc 72 // It uses the converter to convert register names and call destinations into
582 case CVT_S_W: // Convert word to float (single).
585 case CVT_D_W: // Convert word to double.
  /external/v8/test/cctest/
test-assembler-arm.cc 284 // Convert from floating point to integer.
289 // Convert from integer to floating point.
453 // Load value, convert, and move back result to r0 if everything went well.
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue_p.h 649 qWarning("QScriptEngine::toObject: cannot convert value created in a different engine");
664 qWarning("QScriptEngine::toObject: cannot convert value created in a different engine");
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 555 // Could not convert to UTF-8.
556 // Convert characters greater than 0x7f to escape sequences.
559 // as we convert.
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 817 /* Convert a packed value value */
944 #ifdef convert
945 #undef convert macro
  /external/webp/
README 120 which will convert the input file to a WebP file using a quality factor of 80
242 Use following options to convert into alternate image formats:
287 They will convert raw RGB samples to a WebP data. The only control supplied
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 371 // now convert the floats into SkPoints
602 copy to convert from float to fixed
621 // convert floats to fixed
    [all...]
  /frameworks/base/location/java/android/location/
Location.java 178 public static String convert(double coordinate, int outputType) { method in class:Location
225 public static double convert(String coordinate) { method in class:Location
293 // Convert lat/long to radians
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 52 * bearer data and then convert it to an SmsMessage.
237 // convert to 7-bit packed encoding with septet count in index 0 of byte array
576 * write the bearer data and then convert it to an SmsMessage.
    [all...]
  /hardware/invensense/mlsdk/mllite/
mldl.c 94 * @brief Sets the function to use to convert keys to addresses. This
97 * Function used to convert keys to addresses.
693 // Convert the bias to 1 dps = 1<<16
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 476 cpuFgTime += foregroundTime * 10; // convert to millis
477 final long tmpCpuTime = (userTime + systemTime) * 10; // convert to millis
529 wakelockTime /= 1000; // convert to millis
    [all...]

Completed in 1307 milliseconds

<<919293949596979899100>>