| /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
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| H A D | stv0900_core.c | 552 u32 freq, round; in stv0900_get_freq_auto() local
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| H A D | i2c-rcar.c | 241 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 956 static void next_key(u8 *key, sint round) in next_key() argument 1071 sint round; in aes128k128d() local [all...] |
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| H A D | mos7720.c | 1444 __u16 round; in calc_baud_rate_divisor() local
|
| /kernel/linux/linux-5.10/fs/f2fs/ |
| H A D | gc.c | 1711 unsigned int skipped_round = 0, round = 0; in f2fs_gc() local
|
| /kernel/linux/linux-6.6/fs/f2fs/ |
| H A D | gc.c | 1805 unsigned int skipped_round = 0, round = 0; in f2fs_gc() local
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| H A D | mos7720.c | 1274 __u16 round; in calc_baud_rate_divisor() local
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| H A D | stv0900_core.c | 552 u32 freq, round; in stv0900_get_freq_auto() local
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| H A D | i2c-rcar.c | 244 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local
|
| /kernel/linux/linux-6.6/sound/soc/fsl/ |
| H A D | fsl_spdif.c | 1426 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
|
| /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/core/ |
| H A D | SkVM.cpp | 1138 I32 Builder::round(F32 x) { in round() function in skvm::Builder [all...] |
| /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...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerX8632.cpp | 1946 void AssemblerX8632::round(Type Ty, XmmRegister dst, XmmRegister src, in round() function in Ice::X8632::AssemblerX8632 1970 void AssemblerX8632::round(Type Ty, XmmRegister dst, const AsmAddress &src, in round() function in Ice::X8632::AssemblerX8632
|
| H A D | IceAssemblerX8664.cpp | 2103 void AssemblerX8664::round(Type Ty, XmmRegister dst, XmmRegister src, in round() function in Ice::X8664::AssemblerX8664 2128 void AssemblerX8664::round(Type Ty, XmmRegister dst, const AsmAddress &src, in round() function in Ice::X8664::AssemblerX8664
|