/third_party/skia/bench/ |
H A D | nanobench.cpp | 366 int round = 0; in setup_cpu_bench() local
|
/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...] |
H A D | bltinmodule.c | 2318 PyObject *round, *result; in builtin_round_impl() local
|
/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
|
/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...] |
/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
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 87 double Simulator::FixedToDouble(int64_t src, int fbits, FPRounding round) { in FixedToDouble() argument 98 double Simulator::UFixedToDouble(uint64_t src, int fbits, FPRounding round) { in UFixedToDouble() argument 114 float Simulator::FixedToFloat(int64_t src, int fbits, FPRounding round) { in FixedToFloat() argument 125 UFixedToFloat(uint64_t src, int fbits, FPRounding round) UFixedToFloat() argument 141 FixedToFloat16(int64_t src, int fbits, FPRounding round) FixedToFloat16() argument 152 UFixedToFloat16(uint64_t src, int fbits, FPRounding round) UFixedToFloat16() argument [all...] |
H A D | simulator-aarch64.h | 939 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 235 uint8_t round : 4; member
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 1229 int precDiff, round, sub, mx, r = 0; in read_global_param() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 1361 void ShaderCore::round(Vector4f &dst, const Vector4f &src) in round() function in sw::ShaderCore
|