Home
last modified time | relevance | path

Searched defs:round (Results 101 - 125 of 171) sorted by relevance

1234567

/third_party/node/deps/icu-small/source/i18n/
H A DdecContext.h94 enum rounding round; /* rounding mode */ member
/third_party/musl/include/
H A Dtgmath.h196 #undef round macro
259 #define round(x) __tg_real(round, (x)) macro
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecContext.h94 enum rounding round; /* rounding mode */ member
/third_party/skia/tests/
H A DMathTest.cpp336 int round = (int)floorf(s + 0.5f); in test_muldiv255() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh1156 unsigned round = 0; in hb_resolve_overflows() local
/third_party/skia/bench/
H A Dnanobench.cpp366 int round = 0; in setup_cpu_bench() local
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_cmds.c711 const u32 round = 10; in eq_delay_to_mult() local
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_security.c761 static void next_key(u8 *key, sint round) in next_key() argument
861 sint round; in aes128k128d() local
[all...]
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_spdif.c1148 fsl_spdif_txclk_caldiv(struct fsl_spdif_priv *spdif_priv, struct clk *clk, u64 savesub, enum spdif_txrate index, bool round) fsl_spdif_txclk_caldiv() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_tvout.c458 char *const round[] = {"8-bit", "10-bit", "12-bit"}; in tvout_dbg_vip() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h250 u64 round; member
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_security.c760 static void next_key(u8 *key, sint round) in next_key() argument
860 sint round; in aes128k128d() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_tvout.c458 char *const round[] = {"8-bit", "10-bit", "12-bit"}; in tvout_dbg_vip() local
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.c711 const u32 round = 10; in eq_delay_to_mult() local
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c633 uint8_t round; in hevc_idct_32x32_msa() local
428 hevc_idct_8x32_column_msa(int16_t *coeffs, uint8_t buf_pitch, uint8_t round) hevc_idct_8x32_column_msa() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java1347 divide(com.ibm.icu.math.BigDecimal rhs, int round) divide() argument
1379 divide(com.ibm.icu.math.BigDecimal rhs, int scale, int round) divide() argument
2667 setScale(int scale, int round) setScale() argument
3641 private com.ibm.icu.math.BigDecimal round(com.ibm.icu.math.MathContext set) { round() method in BigDecimal
3655 private com.ibm.icu.math.BigDecimal round(int len, int mode) { round() method in BigDecimal
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A DBigDecimal.java1319 divide(ohos.global.icu.math.BigDecimal rhs, int round) divide() argument
1350 divide(ohos.global.icu.math.BigDecimal rhs, int scale, int round) divide() argument
2603 setScale(int scale, int round) setScale() argument
3566 private ohos.global.icu.math.BigDecimal round(ohos.global.icu.math.MathContext set) { round() method in BigDecimal
3580 private ohos.global.icu.math.BigDecimal round(int len, int mode) { round() method in BigDecimal
[all...]
/third_party/lame/misc/
H A Dabx.c482 short round ( double f ) in round() function
/third_party/skia/src/core/
H A DSkImageFilterTypes.h332 LayerSpace<SkISize> round() const { return LayerSpace<SkISize>(fData.toRound()); } in round() function in skif::LayerSpace
403 LayerSpace<SkIRect> round() const { return LayerSpace<SkIRect>(fData.round()); } in round() function in skif::LayerSpace
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc.c290 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) DCMode() argument
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h249 int round; /* rounding mode */ member
/third_party/python/Python/
H A Dpytime.c258 pytime_round(double x, _PyTime_round_t round) in pytime_round() argument
282 pytime_double_to_denominator(double d, time_t *sec, long *numerator, long idenominator, _PyTime_round_t round) pytime_double_to_denominator() argument
330 pytime_object_to_denominator(PyObject *obj, time_t *sec, long *numerator, long denominator, _PyTime_round_t round) pytime_object_to_denominator() argument
357 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) _PyTime_ObjectToTime_t() argument
392 _PyTime_ObjectToTimespec(PyObject *obj, time_t *sec, long *nsec, _PyTime_round_t round) _PyTime_ObjectToTimespec() argument
400 _PyTime_ObjectToTimeval(PyObject *obj, time_t *sec, long *usec, _PyTime_round_t round) _PyTime_ObjectToTimeval() argument
521 pytime_from_double(_PyTime_t *tp, double value, _PyTime_round_t round, long unit_to_ns) pytime_from_double() argument
545 pytime_from_object(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round, long unit_to_ns) pytime_from_object() argument
581 _PyTime_FromSecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) _PyTime_FromSecondsObject() argument
588 _PyTime_FromMillisecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) _PyTime_FromMillisecondsObject() argument
651 pytime_divide(const _PyTime_t t, const _PyTime_t k, const _PyTime_round_t round) pytime_divide() argument
729 _PyTime_As100Nanoseconds(_PyTime_t t, _PyTime_round_t round) _PyTime_As100Nanoseconds() argument
738 _PyTime_AsMicroseconds(_PyTime_t t, _PyTime_round_t round) _PyTime_AsMicroseconds() argument
746 _PyTime_AsMilliseconds(_PyTime_t t, _PyTime_round_t round) _PyTime_AsMilliseconds() argument
754 pytime_as_timeval(_PyTime_t t, _PyTime_t *ptv_sec, int *ptv_usec, _PyTime_round_t round) pytime_as_timeval() argument
769 pytime_as_timeval_struct(_PyTime_t t, struct timeval *tv, _PyTime_round_t round, int raise_exc) pytime_as_timeval_struct() argument
796 _PyTime_AsTimeval(_PyTime_t t, struct timeval *tv, _PyTime_round_t round) _PyTime_AsTimeval() argument
803 _PyTime_AsTimeval_clamp(_PyTime_t t, struct timeval *tv, _PyTime_round_t round) _PyTime_AsTimeval_clamp() argument
810 _PyTime_AsTimevalTime_t(_PyTime_t t, time_t *p_secs, int *us, _PyTime_round_t round) _PyTime_AsTimevalTime_t() argument
[all...]
/third_party/skia/include/private/
H A DSkVx.h595 SIN Vec<N,float> round(const Vec<N,float>& x) { return map(roundf, x); } in round() function
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstv0900_core.c552 u32 freq, round; in stv0900_get_freq_auto() local
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-rcar.c241 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local

Completed in 45 milliseconds

1234567