Home
last modified time | relevance | path

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

12345678

/third_party/musl/porting/linux/user/src/stdio/
H A Dvfprintf.c225 long double round = 8.0; in fmt_fp() local
332 long double round = 2/LDBL_EPSILON; in fmt_fp() local
[all...]
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfprintf.c220 long double round = 8.0; in fmt_fp() local
327 long double round = 2/LDBL_EPSILON; in fmt_fp() local
[all...]
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h196 #undef round macro
259 #define round(x) __tg_real(round, (x)) macro
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfprintf.c220 long double round = 8.0; in fmt_fp() local
327 long double round = 2/LDBL_EPSILON; in fmt_fp() local
[all...]
/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
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
H A Dcryp_symc.c295 static hi_s32 cryp_symc_sm1_setround(hi_void *ctx, hi_u32 round) in cryp_symc_sm1_setround() argument
/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

Completed in 36 milliseconds

12345678