/third_party/ffmpeg/libavutil/ |
H A D | softfloat_ieee754.h | 31 uint64_t mant; member 81 int32_t mant, exp, sign; in av_div_sf_ieee754() local 94 int32_t sign, mant, exp; av_mul_sf_ieee754() local [all...] |
H A D | softfloat.h | 35 int32_t mant; member [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegenc.h | 53 uint16_t mant; ///< The mantissa. member
|
H A D | mjpegenc_common.c | 473 int mant, nbits; in ff_mjpeg_encode_dc() local
|
H A D | sbrdsp_fixed.c | 124 int nz, mant, expo; in autocorr_calc() local [all...] |
H A D | eac3dec.c | 262 int mant = get_sbits(gbc, gbits); in ff_eac3_decode_transform_coeffs_aht_ch() local [all...] |
H A D | mjpegenc.c | 396 int mant, code; in ff_mjpeg_encode_coef() local 467 int mant, nbits, code, i, j; in encode_block() local [all...] |
H A D | g726.c | 47 uint8_t mant; /**< 6 bits mantissa */ member
|
H A D | jpeg2000.h | 153 uint16_t mant[JPEG2000_MAX_DECLEVELS * 3]; // quantization mantissa member
|
H A D | mpegaudiodec_template.c | 191 static inline int l1_unscale(int n, int mant, int scale_factor) in l1_unscale() argument 205 static inline int l2_unscale_group(int steps, int mant, int scale_factor) in l2_unscale_group() argument 394 int bound, i, v, n, ch, j, mant; in mp_decode_layer1() local 596 int mant, scale0, scale1; mp_decode_layer2() local [all...] |
H A D | j2kenc.c | 562 int expn, mant = 0; in init_quantization() local
|
H A D | vorbisdec.c | 179 double mant = val & 0x1fffff; in vorbisfloat2float() local
|
H A D | vorbisenc.c | 477 int exp, mant; in put_float() local
|
/third_party/libsnd/src/GSM610/ |
H A D | rpe.c | 217 int16_t expon, mant ; in APCM_quantization_xmaxc_to_exp_mant() local 256 int16_t expon, mant ; APCM_quantization() local 335 APCM_inverse_quantization( register int16_t * xMc, int16_t mant, int16_t expon, register int16_t * xMp) APCM_inverse_quantization() argument 435 int16_t mant, expon ; Gsm_RPE_Encoding() local 454 int16_t expon, mant ; Gsm_RPE_Decoding() local [all...] |
/third_party/icu/tools/unicode/c/genprops/ |
H A D | corepropsbuilder.cpp | 466 int32_t mant=value; in encodeNumericValue() local [all...] |
/third_party/libsnd/src/G72x/ |
H A D | g72x.c | 335 short mant ; /* Fractional part of base 2 log */ in quantize() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uchar.cpp | 383 int32_t mant=(ntv>>5)-14; in u_getNumericValue() local
|
/third_party/icu/icu4c/source/common/ |
H A D | uchar.cpp | 407 int32_t mant=(ntv>>5)-14; in u_getNumericValue() local
|
/third_party/icu/icu4c/source/i18n/ |
H A D | nfrs.cpp | 818 double mant = uprv_maxMantissa(); in util64_fromDouble() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | nfrs.cpp | 818 double mant = uprv_maxMantissa(); in util64_fromDouble() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrs.cpp | 818 double mant = uprv_maxMantissa(); in util64_fromDouble() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uchar.cpp | 407 int32_t mant=(ntv>>5)-14; in u_getNumericValue() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 397 private byte mant[]; // assumed null field in BigDecimal [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 386 private byte mant[]; // assumed null field in BigDecimal [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 153 uint32_t mant = bits & 0x007fffff; in probably_float() local
|