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

1 2 3 4 5 6 7 8 91011>>

  /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 */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
log2.h 50 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1)*/
57 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /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 */ \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
mode-classes.def 26 DEF_MODE_CLASS (MODE_FRACT), /* signed fractional number */ \
27 DEF_MODE_CLASS (MODE_UFRACT), /* unsigned fractional number */ \
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_Init.c 31 /* integer part of TargetGain and fractional gain values "Target" and */
63 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target
64 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current
LVC_Mixer_Private.h 32 LVM_INT32 Target; /* 32 bit number specifying fractional value of Target Gain */
33 LVM_INT32 Current; /* 32 bit number specifying fractional valude of Current Gain */
35 LVM_INT32 Delta; /* 32 bit number specifying the fractional value of Delta Gain */
LVC_Mixer_SetTarget.c 31 /* integer part of TargetGain and fractional gain values "Target" and */
63 pInstance->Target=TargetGain<<(16-Shift); // Update fractional gain Target
64 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current
LVC_Mixer_SetTimeConstant.c 27 /* This function calculates the step change for fractional gain for a */
36 /* go from linear fractional gain of 0 to 0.99999999 */
41 /* Delta - the step change for fractional gain per 4 samples */
LVC_Mixer_VarSlope_SetTimeConstant.c 28 /* This function calculates the step change for fractional gain for a */
37 /* go from linear fractional gain of 0 to 0.99999999 */
42 /* Delta - the step change for fractional gain per 4 samples */
NonLinComp_D16.c 42 /* Gain (fractional) Gain (integer) Compression Pk-Pk THD */
  /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.
  /frameworks/base/media/libeffects/testlibs/
AudioCoefInterpolator.h 33 // having an integer and a fractional part, e.g. retrieving a value from index
51 // fracCoord The fractional part of the input value. Should be an array
80 // fracCoord A vector of fractional coordinates for each of the input
AudioPeakingFilter.h 38 // fractional indices into the coefficient table.
127 // Fractional index into the gain dimension of the coef table in
130 // Fractional index into the bandwidth dimension of the coef table in
133 // Fractional index into the frequency dimension of the coef table in
AudioShelvingFilter.h 38 // fractional indices into the coefficient table.
121 // Fractional index into the gain dimension of the coef table in
124 // Fractional index into the frequency dimension of the coef table in
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
SHA384Digest.java 75 * The first 64 bits of the fractional parts of the square roots
SHA512Digest.java 76 * 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...]
  /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...]
  /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...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
log2.c 60 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
101 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /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,

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>