Home
last modified time | relevance | path

Searched defs:rounding (Results 26 – 50 of 180) sorted by relevance

12345678

/external/cronet/tot/third_party/llvm-libc/src/src/math/generic/
Dexpf.cpp61 int rounding = fputil::quick_get_round(); variable
Dexp10f_impl.h54 int rounding = fputil::quick_get_round(); in exp10f() local
Dsinf.cpp129 int rounding = fputil::quick_get_round(); variable
Dsinf16.cpp65 int rounding = fputil::quick_get_round(); variable
/external/llvm-libc/src/math/generic/
Dexpf.cpp63 int rounding = fputil::quick_get_round(); variable
Dexp10f_impl.h51 int rounding = fputil::quick_get_round(); in exp10f() local
Dsinf.cpp130 int rounding = fputil::quick_get_round(); variable
Dsinf16.cpp67 int rounding = fputil::quick_get_round(); variable
Dasinf16.cpp69 int rounding = fputil::quick_get_round(); variable
Dtanf16.cpp63 int rounding = fputil::quick_get_round(); variable
/external/cronet/stable/third_party/llvm-libc/src/src/math/generic/
Dsinf.cpp129 int rounding = fputil::quick_get_round(); variable
Dexp10f_impl.h54 int rounding = fputil::quick_get_round(); in exp10f() local
Dsinf16.cpp65 int rounding = fputil::quick_get_round(); variable
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_highbd_error_neon.c25 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_neon() local
/external/libaom/av1/encoder/arm/
Dhighbd_rdopt_neon.c25 const int rounding = (1 << shift) >> 1; in av1_highbd_block_error_neon() local
/external/libgav1/src/dsp/
Dinverse_transform.cc874 const int32_t rounding = (1 + (shift << 1)) << 11; in Identity4Row_C() local
890 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity4Column_C() local
916 const int32_t rounding = (1 + (row_shift << 1)) << 11; in Identity4DcOnly_C() local
930 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity4DcOnly_C() local
1002 const int32_t rounding = (1 + (1 << shift)) << 11; in Identity16Row_C() local
1020 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity16Column_C() local
1047 const int32_t rounding = (1 + (1 << row_shift)) << 11; in Identity16DcOnly_C() local
1061 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity16DcOnly_C() local
/external/libaom/aom_dsp/x86/
Dblend_sse4.h60 const __m128i *rounding) { in blend_4_u8()
74 const __m128i *rounding) { in blend_8_u8()
88 const __m128i *rounding) { in blend_16_u8()
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/avc/features/
Dencode_avc_vdenc_feature_manager_xe_lpm_plus_base.cpp69 …AvcEncodeRounding *rounding= MOS_New(AvcEncodeRounding, this, m_allocator, m_hwInterface, constSet… in CreateFeatures() local
/external/rust/android-crates-io/crates/serde_json/src/lexical/
Dmod.rs27 pub(crate) mod rounding; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/lexical/
Dmod.rs27 pub(crate) mod rounding; module
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/lexical/
Dmod.rs27 pub(crate) mod rounding; module
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/lexical/
Dmod.rs27 pub(crate) mod rounding; module
/external/rust/android-crates-io/crates/minimal-lexical/src/
Dlib.rs57 pub mod rounding; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/lexical/
Dmod.rs27 pub(crate) mod rounding; module
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/codec/hal/enc/avc/features/
Dencode_avc_vdenc_feature_manager_xe2_lpm.cpp70 …AvcEncodeRounding *rounding = MOS_New(AvcEncodeRounding, this, m_allocator, m_hwInterface, constSe… in CreateFeatures() local

12345678