/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2021-019.md | 3 ### CVE Number 6 ### Impact 63 ### Patches 71 ### For more information 77 ### Attribution
|
/aosp_15_r20/external/llvm-libc/src/math/generic/ |
H A D | exp10m1f.cpp | 108 int rounding = fputil::quick_get_round(); variable 146 int rounding = fputil::quick_get_round(); variable 175 int rounding = fputil::quick_get_round(); variable 181 int rounding = fputil::quick_get_round(); variable 187 int rounding = fputil::quick_get_round(); variable
|
H A D | exp2m1f.cpp | 94 int rounding = fputil::quick_get_round(); variable 115 int rounding = fputil::quick_get_round(); variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/stack/shared/model/ |
D | ShadeScrimClipping.java | 11 … com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimRounding rounding = null; field in ShadeScrimClipping 15 com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimRounding rounding) { in ShadeScrimClipping() 46 com.android.systemui.statusbar.notification.stack.shared.model.ShadeScrimRounding rounding) { in copy()
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | yuv.h | 186 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 191 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 196 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 201 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | inverse_transform.cc | 873 const int32_t rounding = (1 + (shift << 1)) << 11; in Identity4Row_C() local 889 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity4Column_C() local 915 const int32_t rounding = (1 + (row_shift << 1)) << 11; in Identity4DcOnly_C() local 929 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity4DcOnly_C() local 1001 const int32_t rounding = (1 + (1 << shift)) << 11; in Identity16Row_C() local 1019 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity16Column_C() local 1046 const int32_t rounding = (1 + (1 << row_shift)) << 11; in Identity16DcOnly_C() local 1060 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity16DcOnly_C() local
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | requantization.h | 93 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndna() local 131 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndna() local 169 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndnu() local 196 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndnu() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | blend_sse4.h | 60 const __m128i *rounding) { in blend_4_u8() 74 const __m128i *rounding) { in blend_8_u8() 88 const __m128i *rounding) { in blend_16_u8()
|
H A D | highbd_convolve_avx2.c | 412 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_pixels() local 494 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in aom_highbd_filter_block1d4_h4_avx2() local 565 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in aom_highbd_filter_block1d8_h4_avx2() local 716 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_16_2t_pixels() local 727 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_2t_pixels() local 1191 const __m128i rounding = _mm_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8_2t_pixels() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/ |
D | policies.hpp | 26 typedef Rounding rounding; typedef 49 typedef typename p::rounding rounding; typedef in boost::numeric::interval_lib::change_checking
|
/aosp_15_r20/external/skia/experimental/lowp-basic/ |
H A D | QMath.h | 47 const int32_t rounding = 1 << 14; in simulate_ssse3_mm_mulhrs_epi16() local 62 const int64_t rounding = 1 << (esize - 1); in simulate_neon_vqrdmulhq_s16() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/ |
H A D | precise-scalar.c | 34 const uint64_t rounding = UINT64_C(1) << (shift - 1); in pytorch_qnnp_requantize_precise__scalar_unsigned32() local 181 const uint64_t rounding = UINT64_C(1) << (shift - 1); in pytorch_qnnp_requantize_precise__scalar_unsigned64() local 286 const int64_t rounding = INT64_C(1) << (shift - 1); in pytorch_qnnp_requantize_precise__scalar_signed64() local
|
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/number/ |
H A D | CurrencyDemo.java | 60 double rounding; field in CurrencyDemo.HackCurrencyInfo 62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/ |
H A D | HexFloat.cpp | 692 spvutils::round_direction rounding[] = { in TEST() local 811 spvutils::round_direction rounding[] = { in TEST_P() local 930 spvutils::round_direction rounding[] = { in TEST_P() local 973 spvutils::round_direction rounding[] = { in TEST() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_highbd_temporal_filter_neon.c | 61 const int strength, const int rounding, in highbd_average_4() 92 const int strength, const int rounding, in highbd_average_8() 176 const int rounding = (1 << strength) >> 1; in highbd_apply_temporal_filter_luma_8() local 456 const int rounding = (1 << strength) >> 1; in highbd_apply_temporal_filter_chroma_8() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | yuv_temporal_filter_test.cc | 57 int GetModIndex(int sum_dist, int index, int rounding, int strength, in GetModIndex() 72 int GetModIndex<uint8_t>(int sum_dist, int index, int rounding, int strength, in GetModIndex() 94 int GetModIndex<uint16_t>(int sum_dist, int index, int rounding, int strength, in GetModIndex() 168 const int rounding = (1 << strength) >> 1; in ApplyReferenceFilter() local
|
/aosp_15_r20/external/deqp-deps/glslang/gtests/ |
D | HexFloat.cpp | 692 spvutils::round_direction rounding[] = { in TEST() local 811 spvutils::round_direction rounding[] = { in TEST_P() local 930 spvutils::round_direction rounding[] = { in TEST_P() local 973 spvutils::round_direction rounding[] = { in TEST() local
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | highbd_inv_txfm_avx2.c | 242 const __m256i *rounding, int bit) { in half_btf_0_avx2() 252 const __m256i *rounding, int bit) { in half_btf_avx2() 282 const __m256i *rounding, int bit) { in idct32_stage4_avx2() 304 const __m256i *clamp_hi, const __m256i *rounding, int bit) { in idct32_stage5_avx2() 328 const __m256i *rounding, int bit) { in idct32_stage6_avx2() 357 const __m256i *rounding, int bit) { in idct32_stage7_avx2() 385 const __m256i *rounding, int bit) { in idct32_stage8_avx2() 446 const __m256i rounding = _mm256_set1_epi32(1 << (bit - 1)); in idct32_low1_avx2() local 538 const __m256i rounding = _mm256_set1_epi32(1 << (bit - 1)); in idct32_low8_avx2() local 663 const __m256i rounding = _mm256_set1_epi32(1 << (bit - 1)); in idct32_low16_avx2() local [all …]
|
H A D | highbd_txfm_utility_sse4.h | 100 const __m128i *rounding, int bit) { in half_btf_sse4_1() 112 const __m128i *rounding, int bit) { in half_btf_0_sse4_1()
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | highbd_temporal_filter_sse4.c | 70 const int strength, const int rounding, in highbd_average_4() 117 const int strength, const int rounding, in highbd_average_8() 202 const int rounding = (1 << strength) >> 1; in vp9_highbd_apply_temporal_filter_luma_8() local 477 const int rounding = (1 << strength) >> 1; in vp9_highbd_apply_temporal_filter_chroma_8() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/ |
H A D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/ |
H A D | DataSet.java | 302 public T getEntryForXValue(float xValue, float closestToY, Rounding rounding) { in getEntryForXValue() 321 public int getEntryIndex(float xValue, float closestToY, Rounding rounding) { in getEntryIndex()
|
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/interfaces/datasets/ |
H A D | IDataSet.java | 89 T getEntryForXValue(float xValue, float closestToY, DataSet.Rounding rounding); in getEntryForXValue() 139 int getEntryIndex(float xValue, float closestToY, DataSet.Rounding rounding); in getEntryIndex()
|