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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerGeneralizedTimeEDTest.java 52 // full fractional seconds
59 // 2 digit fractional seconds (last 0 must be trimmed out)
66 // 1 digit fractional seconds (last 2 0s must be trimmed out)
73 // no fractional seconds (last 3 0s and "." must be trimmed out)
117 // full fractional seconds
126 // 2 digit fractional seconds (last 0 must be trimmed out)
135 // 1 digit fractional seconds (last 2 0s must be trimmed out)
144 // no fractional seconds (last 3 0s and "." must be trimmed out)
  /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 */
  /external/libxslt/libxslt/
numbersInternals.h 57 int frac_digits; /* Number of '0' in fractional part */
58 int frac_hash; /* Number of '#' in fractional part */
  /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 */ \
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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 */
  /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.
  /external/flac/libFLAC/include/private/
float.h 61 * for the integer part and lower 16 bits for the fractional part.
82 * 'fracbits' is the number of fractional bits of 'x'. 'fracbits' must
91 * The return value will also have 'fracbits' fractional bits.
  /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
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
InfoSink.h 13 // Returns the fractional part of the given floating-point number.
70 // does not have a fractional part, the default precision format does
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 36 * [in] dx Fractional part of horizontal motion vector component
38 * [in] dy Fractional part of vertical motion vector component
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateChroma.c 36 * [in] dx Fractional part of horizontal motion vector component
38 * [in] dy Fractional part of vertical motion vector component
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma.c 35 * [in] dx Fractional part of horizontal motion vector
37 * [in] dy Fractional part of vertical motion vector
  /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...]

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 91011>>