Home
last modified time | relevance | path

Searched defs:round (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/external/tensorflow/tensorflow/core/platform/
Dsetround_test.cc69 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/
Dpytime.c24 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/
DBaseProcessingStep.java86 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()
DKspBaseProcessingStepProcessor.java43 public void preRound(XProcessingEnv env, XRoundEnv round) { in preRound()
53 public void postRound(XProcessingEnv env, XRoundEnv round) { in postRound()
DJavacBaseProcessingStepProcessor.java65 public void preRound(XProcessingEnv env, XRoundEnv round) { in preRound()
72 public void postRound(XProcessingEnv env, XRoundEnv round) { in postRound()
/external/python/cpython3/Python/
Dpytime.c299 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/
Dvp9_quantize_avx2.c34 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/
Dquantize_sse2.h21 __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/
DroundTools.py48 def maybeRound(v, tolerance, round=otRound): argument
53 def roundFunc(tolerance, round=otRound): argument
/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/
DDefineComponentProcessingStep.java47 public void preProcess(XProcessingEnv env, XRoundEnv round) { in preProcess()
53 public void postProcess(XProcessingEnv env, XRoundEnv round) { in postProcess()
/external/libvpx/vpx_dsp/arm/
Dhighbd_quantize_neon.c28 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
Dquantize_neon.c39 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/
DBindValueProcessingStep.java63 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/
Dmodels.py455 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/
Dnir_conversion_builder.h37 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/
Drounding_functions.h207 _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/
DPrecision.java412 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/
Drounding_functions.h207 [[__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/
Drounding_functions.h207 _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/
Drounding_functions.h207 [[__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/
Dround.c3 double round(double x) in round() function
/external/trusty/musl/src/math/powerpc64/
Dround.c5 double round(double x) in round() function
/external/musl/src/math/aarch64/
Dround.c3 double round(double x) in round() function
/external/trusty/musl/src/math/s390x/
Dround.c5 double round(double x) in round() function
/external/musl/src/math/s390x/
Dround.c5 double round(double x) in round() function

12345678910>>...18