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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/awt/java/awt/font/
FontRenderContext.java 27 * Anti-aliasing and fractional-metrics modes are defined by an application and
46 // Is the fractional metrics used
48 * The fractional metrics.
55 * AffineTransform, anti-aliasing and fractional metrics flags.
62 * the fractional metrics flag.
145 * Returns true if the text fractional metrics are used in this
148 * @return true, if the text fractional metrics are used in this
  /external/blktrace/
strverscmp.c 36 "integral" and "fractional" (those begin with a '0'). The types
44 fractional/integral: the fractional part is less than the integral one.
48 fractional/fractional: the things become a bit more complex.
59 @result{} >0 // @r{fractional part inferior to integral one.}
61 @result{} >0 // @r{two fractional parts.}
73 fractional parts, S_Z: idem but with leading Zeroes only */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
mode-classes.def 26 DEF_MODE_CLASS (MODE_FRACT), /* signed fractional number */ \
27 DEF_MODE_CLASS (MODE_UFRACT), /* unsigned fractional number */ \
  /external/bluetooth/glib/docs/reference/glib/tmpl/
timers.sgml 78 seconds elapsed, including any fractional part. The @microseconds
86 @microseconds: return location for the fractional part of seconds elapsed,
90 any fractional part.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 73 * The first 64 bits of the fractional parts of the square roots
SHA512Digest.java 74 * The first 64 bits of the fractional parts of the square roots
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 181 * Purpose: Does fractional array look-up using linear interpolation
184 * then do linear interpolation between two actual samples using fractional part
189 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
204 //separate indexDesired into whole and fractional parts
208 fraction = (EAS_I16)((indexDesired>>1) & 0x07FFF); //just use 15 bits of fractional part
301 //compute chorus lfo value using phase as fractional index into chorus shape table
305 //scale chorus depth by lfo value to get relative fractional sample index
306 //index is expressed as 32 bit number with 16 bit fractional part
310 //add fixed chorus delay to get actual fractional sample index
313 //get tap value from chorus delay using fractional sample inde
    [all...]
eas_chorusdata.h 109 * Purpose: Does fractional array look-up using linear interpolation
112 * then do linear interpolation between two actual samples using fractional part
117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 181 * Purpose: Does fractional array look-up using linear interpolation
184 * then do linear interpolation between two actual samples using fractional part
189 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
204 //separate indexDesired into whole and fractional parts
208 fraction = (EAS_I16)((indexDesired>>1) & 0x07FFF); //just use 15 bits of fractional part
301 //compute chorus lfo value using phase as fractional index into chorus shape table
305 //scale chorus depth by lfo value to get relative fractional sample index
306 //index is expressed as 32 bit number with 16 bit fractional part
310 //add fixed chorus delay to get actual fractional sample index
313 //get tap value from chorus delay using fractional sample inde
    [all...]
eas_chorusdata.h 109 * Purpose: Does fractional array look-up using linear interpolation
112 * then do linear interpolation between two actual samples using fractional part
117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
ARM_synth_constants_gnu.inc 61 @/* macros for fractional phase accumulator */
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 181 * Purpose: Does fractional array look-up using linear interpolation
184 * then do linear interpolation between two actual samples using fractional part
189 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
204 //separate indexDesired into whole and fractional parts
208 fraction = (EAS_I16)((indexDesired>>1) & 0x07FFF); //just use 15 bits of fractional part
301 //compute chorus lfo value using phase as fractional index into chorus shape table
305 //scale chorus depth by lfo value to get relative fractional sample index
306 //index is expressed as 32 bit number with 16 bit fractional part
310 //add fixed chorus delay to get actual fractional sample index
313 //get tap value from chorus delay using fractional sample inde
    [all...]
eas_chorusdata.h 109 * Purpose: Does fractional array look-up using linear interpolation
112 * then do linear interpolation between two actual samples using fractional part
117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
  /bionic/libc/string/
strtotimeval.c 37 long fs; /* Fractional seconds */
  /external/jpeg/
jdct.h 59 #define IFAST_SCALE_BITS 2 /* fractional bits in scale factors */
62 #define IFAST_SCALE_BITS 13 /* fractional bits in scale factors */
126 * Fractional constants are scaled left by CONST_BITS bits.
  /external/skia/include/core/
SkMath.h 196 /** Return a*b/255, truncating away any fractional bits. Only valid if both
206 /** Return a*b/255, rounding any fractional bits. Only valid if both
216 /** Return a*b/((1 << shift) - 1), rounding any fractional bits.
SkScalar.h 24 Types and macros for the data type SkScalar. This is the fractional numeric type
34 /** SkScalar is our type for fractional values and coordinates. Depending on
79 /** SkScalarFraction(x) returns the signed fractional part of the argument
  /external/skia/src/core/
SkBlitter_Sprite.cpp 76 a bit of a hack, since we "could" pass in the fractional left/top for the bitmap,
  /dalvik/libcore/xml/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 333 null // fractional
387 * <p>Set fractional seconds.</p>
391 * @param fractional value constraints summarized in
392 * <a href="#datetimefield-fractional">fractional field of date/time field mapping table</a>.
394 * @throws IllegalArgumentException if <code>fractional</code> parameter is outside value constraints for the field as specified
397 public abstract void setFractionalSecond(BigDecimal fractional);
401 * fractional seconds.</p>
409 * @param fractional value of <code>null</code> indicates this optional
420 BigDecimal fractional) {
    [all...]
  /external/opencore/baselibs/gen_data_structures/src/
rtsp_time_formats.h 46 // fractional part of the frame (i.e., subframe).
58 // of the presentation either in seconds (including fractional seconds) or
59 // hours+minutes+secs (including fractional seconds). Unlike the SMPTE time format,
  /bionic/libc/arch-x86/string/
bcopy.S 79 andl $3,%ecx /* any fractional bytes? */
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 95 // and fractional-seconds elements without
ASN1UTCTime.java 113 // no fractional-seconds elements, 'Z' at the end
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
pitch_fr.cpp 127 Word16 max_frac_lag; /* lag up to which fractional lags are used */
129 Word16 first_frac; /* first fractional to check */
130 Word16 last_frac; /* last fractional to check */
133 Word16 delta_frc_low; /* fractional below T0 */
134 Word16 delta_frc_range; /* fractional range around T0 */
448 frac = pointer to starting point of search fractional pitch of type Word16
470 PURPOSE: Find fractional pitch
474 fractional positions around lag T0. The position at which the
475 interpolation function reaches its maximum is the fractional pitch.
477 frac is overwritten with the fractional pitch
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_time.h 89 32 bits (this is referred to as a 32.32 fractional representation).
122 /*! \param value A 64 bit integer argument which is used as the ntp 32.32 fractional representation.*/
131 /*! \param newval A 64 bit value which represents the 32.32 fractional representation of the ntp time. */
164 but expressed as whole seconds since the unix epoch. The fractional part of the ntp value is discarded.

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 91011