| /third_party/musl/include/ |
| H A D | tgmath.h | 196 #undef round macro 259 #define round(x) __tg_real(round, (x)) macro
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | decContext.h | 94 enum rounding round; /* rounding mode */ member
|
| /third_party/skia/tests/ |
| H A D | MathTest.cpp | 336 int round = (int)floorf(s + 0.5f); in test_muldiv255() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-repacker.hh | 1156 unsigned round = 0; in hb_resolve_overflows() local
|
| /third_party/skia/bench/ |
| H A D | nanobench.cpp | 366 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 D | cryp_symc.c | 295 static hi_s32 cryp_symc_sm1_setround(hi_void *ctx, hi_u32 round) in cryp_symc_sm1_setround() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | hevc_idct_msa.c | 633 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 D | BigDecimal.java | 1347 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 D | BigDecimal.java | 1319 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 D | abx.c | 482 short round ( double f ) in round() function
|
| /third_party/skia/src/core/ |
| H A D | SkImageFilterTypes.h | 332 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
|
| H A D | SkVM.cpp | 1138 I32 Builder::round(F32 x) { in round() function in skvm::Builder [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | enc.c | 290 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 D | mpdecimal.h | 249 int round; /* rounding mode */ member
|
| /third_party/python/Python/ |
| H A D | pytime.c | 258 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 D | SkVx.h | 595 SIN Vec<N,float> round(const Vec<N,float>& x) { return map(roundf, x); } in round() function
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
| H A D | mesh_builder.cpp | 156 const float round = v >= 0.f ? +.5f : -.5f; variable 187 const float round = v >= 0.f ? +.5f : -.5f; variable 228 auto round = v >= 0 ? (srcH - 1) : (-srcH + 1); in onstexpr() local
|
| /foundation/distributedhardware/distributed_input/common/include/ |
| H A D | input_hub.cpp | 1201 constexpr int round = 7; in SizeofBitArray() local
|
| /test/testfwk/xdevice/src/xdevice/_core/report/ |
| H A D | reporter_helper.py | 89 round = "round" variable in ReportConstant
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compiler.h | 308 enum agx_round round; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 2685 emit_trunc_round(struct svga_shader_emitter *emit, const struct tgsi_full_instruction *insn, boolean round) emit_trunc_round() argument
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir.c | 1957 nir_ssa_def *round = nir_iand_imm(b, src, ~BITFIELD_MASK(13)); in lower_fquantize2f16() local
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.c | 1152 const boolean round = (boolean) setup->softpipe->rasterizer->point_smooth; in sp_setup_point() local
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrTriangulator.cpp | 123 static inline void round(SkPoint* p) { in round() function
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | aflatin.c | 466 FT_Bool round = 0; in af_latin_metrics_init_blues() local [all...] |