/external/tensorflow/tensorflow/core/platform/ |
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
|
/external/python/cpython3/Modules/_testinternalcapi/ |
D | pytime.c | 24 check_time_rounding(int round) in check_time_rounding() 41 int round; in test_pytime_fromsecondsobject() local 59 int round; in test_PyTime_AsTimeval() local 86 int round; in test_PyTime_AsTimeval_clamp() local 147 int round; in test_PyTime_AsMilliseconds() local 166 int round; in test_PyTime_AsMicroseconds() local 186 int round; in test_pytime_object_to_time_t() local 205 int round; in test_pytime_object_to_timeval() local 224 int round; in test_pytime_object_to_timespec() local
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
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()
|
D | KspBaseProcessingStepProcessor.java | 43 public void preRound(XProcessingEnv env, XRoundEnv round) { in preRound() 53 public void postRound(XProcessingEnv env, XRoundEnv round) { in postRound()
|
D | JavacBaseProcessingStepProcessor.java | 65 public void preRound(XProcessingEnv env, XRoundEnv round) { in preRound() 72 public void postRound(XProcessingEnv env, XRoundEnv round) { in postRound()
|
/external/python/cpython3/Python/ |
D | pytime.c | 299 pytime_round(double x, _PyTime_round_t round) in pytime_round() 324 long idenominator, _PyTime_round_t round) in pytime_double_to_denominator() 372 long denominator, _PyTime_round_t round) in pytime_object_to_denominator() 398 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() 434 _PyTime_round_t round) in _PyTime_ObjectToTimespec() 442 _PyTime_round_t round) in _PyTime_ObjectToTimeval() 562 pytime_from_double(PyTime_t *tp, double value, _PyTime_round_t round, in pytime_from_double() 587 pytime_from_object(PyTime_t *tp, PyObject *obj, _PyTime_round_t round, in pytime_from_object() 623 _PyTime_FromSecondsObject(PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject() 630 _PyTime_FromMillisecondsObject(PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject() [all …]
|
/external/libvpx/vp9/encoder/x86/ |
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 …]
|
/external/libvpx/vpx_dsp/x86/ |
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()
|
/external/fonttools/Lib/fontTools/misc/ |
D | roundTools.py | 48 def maybeRound(v, tolerance, round=otRound): argument 53 def roundFunc(tolerance, round=otRound): argument
|
/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/ |
D | DefineComponentProcessingStep.java | 47 public void preProcess(XProcessingEnv env, XRoundEnv round) { in preProcess() 53 public void postProcess(XProcessingEnv env, XRoundEnv round) { in postProcess()
|
/external/libvpx/vpx_dsp/arm/ |
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
|
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
|
/external/dagger2/java/dagger/hilt/android/processor/internal/bindvalue/ |
D | BindValueProcessingStep.java | 63 protected void preProcess(XProcessingEnv env, XRoundEnv round) { in preProcess() 89 protected void postProcess(XProcessingEnv env, XRoundEnv round) throws Exception { in postProcess()
|
/external/fonttools/Lib/fontTools/varLib/ |
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
|
/external/mesa3d/src/compiler/nir/ |
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() 440 nir_rounding_mode round, in nir_convert_with_rounding()
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__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
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
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
|
/external/cronet/stable/third_party/libc++/src/include/__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
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__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
|
/external/cronet/tot/third_party/libc++/src/include/__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
|
/external/trusty/musl/src/math/aarch64/ |
D | round.c | 3 double round(double x) in round() function
|
/external/trusty/musl/src/math/powerpc64/ |
D | round.c | 5 double round(double x) in round() function
|
/external/musl/src/math/aarch64/ |
D | round.c | 3 double round(double x) in round() function
|
/external/trusty/musl/src/math/s390x/ |
D | round.c | 5 double round(double x) in round() function
|
/external/musl/src/math/s390x/ |
D | round.c | 5 double round(double x) in round() function
|