/external/icu4c/test/intltest/ |
itrbnf.cpp | 350 // thousands separators in the right places) and the fractional 351 // part using %%frac. If there is no fractional part, it 355 // shows only the fractional part (0.5 shows up as "1/2," not 359 // preceding example: We multiply the fractional part of the number [all...] |
/external/icu4c/tools/genprops/ |
genprops.c | 397 /* field 8 may contain a fractional value, get the denominator */
|
/external/jpeg/ |
jccolor.c | 46 * To avoid floating-point arithmetic, we represent the fractional constants
|
jdsample.c | 296 * A note about the "bias" calculations: when rounding fractional values to
|
jerror.h | 84 JMESSAGE(JERR_FRACT_SAMPLE_NOTIMPL, "Fractional sampling not implemented yet")
|
/external/mesa3d/src/mesa/main/ |
imports.h | 166 /* This is pretty fast, but not accurate enough (only 2 fractional bits).
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.h | 103 TYPE_FLOAT, // A floating point literal, with a fractional part and/or
|
/external/skia/src/core/ |
SkString.cpp | 167 // now handle the fractional part (if any)
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
aec_core_sse2.c | 245 // fractional part and finally getting rid of the implicit leading one
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
log2.h | 109 Word16 *pFraction, /* (o) : Fractional part of Log2. (range: 0<=val<1) */
|
log2_norm.h | 109 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
|
pow2.h | 104 Word16 fraction, /* (i) : Fractional part. (range: 0.0<=val<1.0) */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
gc_pred.cpp | 207 frac_gcode0 = pointer to the fractional part of predicted gain factor 211 frac_en = pointer to the fractional part of the innovation energy; 218 store pointed to by frac_gcode0 contains the fractional part of the 222 store pointed to by frac_en contains the fractional part of the [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
dec_lag3.h | 114 Word16 * T0_frac, /* o : fractional part of pitch lag */
|
dec_lag6.h | 112 Word16 *T0_frac, /* output: fractional part of pitch lag */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
cl_ltp.h | 147 Word16 *T0_frac, /* o : Pitch delay (fractional part) */
|
enc_lag6.h | 107 Word16 T0_frac, /* i : Fractional pitch delay */
|
pitch_fr.h | 136 Word16 *pit_frac, /* o : pitch period (fractional) */
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
dtx.c | 243 /* Find fractional part */
|
/frameworks/base/services/input/ |
PointerController.cpp | 337 // taking into account that the pointer may be located at fractional pixel offsets.
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 460 // Magnitude needs entire range, so no fractional part.
|
/frameworks/ex/common/java/com/android/common/ |
OperationScheduler.java | 82 * All values are times in (possibly fractional) <em>seconds</em> (not milliseconds).
|
/libcore/luni/src/main/java/java/sql/ |
Timestamp.java | 32 * fractional seconds are stored.
|
/external/icu4c/i18n/ |
digitlst.cpp | 473 * convert this number to an int32_t. Round if there is a fractional part. 497 * convert this number to an int64_t. Truncate if there is a fractional part.
|
/external/skia/src/ports/ |
SkFontHost_win.cpp | 47 * Since LOGFONT wants its textsize as an int, and we support fractional sizes, 331 // if we're rotated, or want fractional widths, create a hires font [all...] |