/aosp_15_r20/external/python/cpython3/Python/ |
D | pytime.c | 258 pytime_round(double x, _PyTime_round_t round) in pytime_round() 283 long idenominator, _PyTime_round_t round) in pytime_double_to_denominator() 331 long denominator, _PyTime_round_t round) in pytime_object_to_denominator() 357 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() 393 _PyTime_round_t round) in _PyTime_ObjectToTimespec() 401 _PyTime_round_t round) in _PyTime_ObjectToTimeval() 521 pytime_from_double(_PyTime_t *tp, double value, _PyTime_round_t round, in pytime_from_double() 545 pytime_from_object(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round, in pytime_from_object() 581 _PyTime_FromSecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject() 588 _PyTime_FromMillisecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject() [all …]
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | vp9_quantize_avx2.c | 34 const struct macroblock_plane *mb_plane, __m256i *round, __m256i *quant, in load_fp_values_avx2() 79 const __m256i *round, const __m256i *quant, const __m256i *dequant, in quantize_fp_16() 109 __m256i round, quant, dequant, thr; in vp9_quantize_fp_avx2() local 154 const __m256i *round, const __m256i *quant, const __m256i *dequant, in quantize_fp_32x32_16_no_nzflag() 176 const __m256i *round, const __m256i *quant, const __m256i *dequant, in quantize_fp_32x32_16() 213 __m256i round, quant, dequant, thr; in vp9_quantize_fp_32x32_avx2() local 290 const struct macroblock_plane *mb_plane, __m256i *round, __m256i *quant, in highbd_load_fp_values() 310 const __m256i *round, const __m256i *quant, const __m256i *dequant, in highbd_quantize_fp() 335 __m256i round, quant, dequant; in vp9_highbd_quantize_fp_avx2() local 371 const __m256i *round, const __m256i *quant, const __m256i *dequant, in highbd_quantize_fp_32x32() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | setround_test.cc | 69 port::ScopedSetRound round(FE_DOWNWARD); in TEST() local 74 port::ScopedSetRound round(FE_TONEAREST); in TEST() local 79 port::ScopedSetRound round(FE_TOWARDZERO); in TEST() local 84 port::ScopedSetRound round(FE_UPWARD); in TEST() local 92 port::ScopedSetRound round(FE_UPWARD); in TEST() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | intrapred_ssse3.c | 646 const __m128i round = _mm_set1_epi32((1 << SMOOTH_WEIGHT_LOG2_SCALE)); in smooth_pred_4xh() local 804 const __m128i round = _mm_set1_epi32((1 << SMOOTH_WEIGHT_LOG2_SCALE)); in smooth_pred_8xh() local 967 const __m128i round = _mm_set1_epi32(1 << SMOOTH_WEIGHT_LOG2_SCALE); in smooth_predictor_wxh() local 1103 const __m128i round) { in write_smooth_directional_sum16() 1122 const __m128i *scaled_corner, const __m128i *round) { in write_smooth_directional_sum8() 1248 const __m128i round = _mm_set1_epi16(1 << (SMOOTH_WEIGHT_LOG2_SCALE - 1)); in aom_smooth_v_predictor_8x4_ssse3() local 1285 const __m128i round = _mm_set1_epi16(1 << (SMOOTH_WEIGHT_LOG2_SCALE - 1)); in aom_smooth_v_predictor_8x8_ssse3() local 1314 const __m128i round = _mm_set1_epi16(1 << (SMOOTH_WEIGHT_LOG2_SCALE - 1)); in aom_smooth_v_predictor_8x16_ssse3() local 1362 const __m128i round = _mm_set1_epi16(1 << (SMOOTH_WEIGHT_LOG2_SCALE - 1)); in aom_smooth_v_predictor_8x32_ssse3() local 1412 const __m128i round = _mm_set1_epi16(128); in aom_smooth_v_predictor_16x4_ssse3() local [all …]
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | fastquant_inline.h | 30 __inline int32 aan_scale(int32 q_value, int32 coeff, int32 round, int32 QPdiv2) in aan_scale() 83 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 174 int32 round, int32 QPdiv2) in aan_scale() 221 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 269 int32 round, int32 QPdiv2) in aan_scale() 317 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 429 int32 round, int32 QPdiv2) in aan_scale() 510 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb()
|
H A D | dct.cpp | 42 Int round; in BlockDCT_AANwSub() local 271 Int round; in Block4x4DCT_AANwSub() local 477 Int round; in Block2x2DCT_AANwSub() local 656 Int round; in BlockDCT_AANIntra() local 867 Int round; in Block4x4DCT_AANIntra() local 1054 Int round; in Block2x2DCT_AANIntra() local
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/ |
H A D | BaseProcessingStep.java | 86 protected void preProcess(XProcessingEnv env, XRoundEnv round) {} in preProcess() 88 protected void postProcess(XProcessingEnv env, XRoundEnv round) throws Exception {} in postProcess() 90 public final void preRoundProcess(XProcessingEnv env, XRoundEnv round) { in preRoundProcess() 94 public final void postRoundProcess(XProcessingEnv env, XRoundEnv round) { in postRoundProcess()
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | highbd_quantize_neon.c | 28 const int32x4_t round, const int32x4_t quant, const int32x4_t quant_shift, in highbd_quantize_8_neon() 75 const int32x4_t round, const int32x4_t quant, in highbd_quantize_b_neon() 112 int32x4_t round = vmovl_s16(vld1_s16(mb_plane->round)); in vpx_highbd_quantize_b_neon() local 199 tran_low_t *dqcoeff_ptr, const int32x4_t zbin, const int32x4_t round, in highbd_quantize_b_32x32_neon() 237 int32x4_t round = vrshrq_n_s32(vmovl_s16(vld1_s16(mb_plane->round)), 1); in vpx_highbd_quantize_b_32x32_neon() local
|
H A D | quantize_neon.c | 39 const int16x8_t round, const int16x8_t quant, in quantize_b_neon() 84 int16x8_t round = vld1q_s16(mb_plane->round); in vpx_quantize_b_neon() local 178 const int16x8_t round, const int16x8_t quant, in quantize_b_32x32_neon() 226 int16x8_t round = vrshrq_n_s16(vld1q_s16(mb_plane->round), 1); in vpx_quantize_b_32x32_neon() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | quantize_sse2.h | 21 __m128i *zbin, __m128i *round, __m128i *quant, in load_b_values() 34 __m128i *round, __m128i *quant, const int16_t *dequant_ptr, in load_b_values32x32() 60 __m128i *round, __m128i *quant, in load_fp_values() 74 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | basic_test_conversions.cpp | 364 RoundingMode round; in Run() local 458 RoundingMode round; in TestTypesConversion() local 535 RoundingMode round) in DoTest() 1104 RoundingMode round = info->round; in PrepareReference() local 1301 RoundingMode round, int vectorSize, cl_kernel *outKernel) in MakeProgram() 1456 SaturationMode *sat, RoundingMode *round) in GetTestCase()
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/processing/ |
H A D | ProcessingIntegrationTest.java | 337 int round) { in logError() 358 int round = 0; field in ProcessingIntegrationTest.ErrorProcessor 362 int round = ++this.round; in process() local 382 int round = 0; field in ProcessingIntegrationTest.FinalRoundErrorProcessor 386 int round = ++this.round; in process() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/varLib/ |
H A D | models.py | 455 def getDeltas(self, masterValues, *, round=noRound): argument 469 def getDeltasAndSupports(self, items, *, round=noRound): argument 535 def interpolateFromMasters(self, loc, masterValues, *, round=noRound): argument 540 def interpolateFromMastersAndScalars(self, masterValues, scalars, *, round=noRound): argument
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_conversion_builder.h | 37 nir_rounding_mode round) in nir_round_float_to_int() 59 nir_rounding_mode round) in nir_round_float_to_float() 112 nir_rounding_mode round) in nir_round_int_to_float() 437 nir_rounding_mode round, in nir_convert_with_rounding()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
D | rounding_functions.h | 207 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __builtin_… in round() function 210 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/ |
H A D | rounding_functions.h | 207 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __buil… in round() function 210 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | rounding_functions.h | 207 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __buil… in round() function 210 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
D | rounding_functions.h | 207 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __builtin_… in round() function 210 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
H A D | Precision.java | 412 public static double round(double x, int scale) { in round() method in Precision 432 public static double round(double x, int scale, int roundingMethod) { in round() method in Precision 457 public static float round(float x, int scale) { in round() method in Precision 474 public static float round(float x, int scale, int roundingMethod) in round() method in Precision
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
D | rounding_functions.h | 207 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __buil… in round() function 210 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/ |
D | rounding_functions.h | 207 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __buil… in round() function 210 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/ |
H A D | HexFloat.cpp | 699 for (spvutils::round_direction round : rounding) { in TEST() local 731 spvutils::round_direction round; member 818 for (spvutils::round_direction round : rounding) { in TEST_P() local 869 for (auto round : GetParam().directions) { in TEST_P() local 937 for (spvutils::round_direction round : rounding) { in TEST_P() local 980 for (spvutils::round_direction round : rounding) { in TEST() local
|
/aosp_15_r20/external/deqp-deps/glslang/gtests/ |
D | HexFloat.cpp | 699 for (spvutils::round_direction round : rounding) { in TEST() local 731 spvutils::round_direction round; member 818 for (spvutils::round_direction round : rounding) { in TEST_P() local 869 for (auto round : GetParam().directions) { in TEST_P() local 937 for (spvutils::round_direction round : rounding) { in TEST_P() local 980 for (spvutils::round_direction round : rounding) { in TEST() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/ |
H A D | quantize_vsx.c | 40 int16x8_t round, int16x8_t quant, in quantize_coeff() 52 int16x8_t round, int16x8_t quant, in quantize_coeff_32() 108 int16x8_t round = vec_vsx_ld(0, round_ptr); in vpx_quantize_b_vsx() local 216 int16x8_t round = vec_vsx_ld(0, round_ptr); in vpx_quantize_b_32x32_vsx() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 745 for (round_direction round : rounding) { in TEST() local 777 round_direction round; member 862 for (round_direction round : rounding) { in TEST_P() local 913 for (auto round : GetParam().directions) { in TEST_P() local 1036 for (round_direction round : rounding) { in TEST_P() local 1078 for (round_direction round : rounding) { in TEST() local
|