/external/quake/quake/src/WinQuake/ |
d_draw16.s | 391 shll $12,%ebp // left-justify sstep fractional part 393 shll $12,%ecx // left-justify tstep fractional part 397 addl %ecx,%edx // advance tfrac fractional part by tstep frac 400 addl %ebp,%ebx // advance sfrac fractional part by sstep frac 653 shll $16,%ebp // left-justify sstep fractional part 655 shll $16,%eax // left-justify tstep fractional part
|
/external/icu4c/i18n/unicode/ |
dtptngen.h | 375 * skeleton contains fractional seconds, then this is used with the 376 * fractional seconds. For example, suppose that the input pattern is
|
rbnf.h | 188 * <p>We also add a special rule called a <em>fraction rule </em>for numbers with fractional 195 * the number's integral part, and the >> to the number's fractional part. The 196 * fractional part is formatted as a series of single-digit numbers (e.g., 123.456 would be 289 * number's fractional part. Using a rule set to format a rule's fractional part makes it a 300 * <li>If the number has a fractional part and is greater than 1, use the improper fraction 302 * <li>If the number has a fractional part and is between 0 and 1, use the proper fraction 358 * <td>Isolate the number's fractional part and format it.</td> [all...] |
utmscale.h | 180 * fractional field (microseconds). However, this is clumsy, slow, and 182 * fractional field). <code>BigDecimal</code> would allow for arbitrary precision and arbitrary range,
|
/external/jpeg/ |
jfdctint.c | 56 * is no problem, and multiplication by fractional constants, which is 64 * full fractional precision.
|
jidctfst.c | 55 * rather than carrying additional fractional bits into subsequent additions. 71 * 8 fractional bits, rather than 13. This saves some shifting work on some
|
jidctint.c | 56 * is no problem, and multiplication by fractional constants, which is 64 * full fractional precision.
|
/external/llvm/lib/MC/MCParser/ |
AsmLexer.cpp | 71 /// consumed, some or all of the fractional digit sequence *can* have been 74 // Skip the fractional digit sequence.
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
enc_lag3.h | 49 Purpose : Encoding of fractional pitch lag with 1/3 resolution. 107 Word16 T0_frac, /* i : Fractional pitch delay */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_InterpolateLuma_s.s | 23 ;// [in] dx Fractional part of horizontal motion vector 25 ;// [in] dy Fractional part of vertical motion vector
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
dc.sed | 22 # But implemented: K Y t # !< !> != fractional-bases 76 # Handles fractional output bases (O<-1 or O>=1), unlike other dc's.
|
/bionic/libm/man/ |
math.3 | 126 modf extract integer and fractional parts
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/ |
LongDigest.java | 329 * (represent the first 64 bits of the fractional parts of the
|
/external/icu4c/test/intltest/ |
ucaconf.cpp | 281 "wholly represent fractional UCA using tailoring rules.");
|
/external/openssl/crypto/asn1/ |
a_gentm.c | 149 /* Optional fractional seconds: decimal point followed by one
|
/external/srec/portable/include/ |
ptypes.h | 463 * base 10. The +1 is for taking into account the fact that the fractional
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.1.js | 98 // cases in step 7: numbers with a fractional component, 1e21> x >1 or -1 > x > -1e21,
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ComplexTextControllerLinux.h | 152 float m_padError; // |m_padPerWordBreak| might have a fractional component.
|
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
resample_fractional.c | 143 // fractional resampling filters
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 111 // A touch inside a star fill up to that fractional area (slightly more
|
/frameworks/base/libs/rs/scriptc/ |
rs_math.rsh | 50 * Returns the fractional part of a float
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVC.h | [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVC.h | [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
armVC.h | [all...] |
/frameworks/media/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeRGB565toRGB565.c | 113 Keep the fractional part, integer part is coded
|