Home
last modified time | relevance | path

Searched defs:round (Results 1 – 25 of 151) sorted by relevance

1234567

/third_party/python/Python/
Dpytime.c115 _PyTime_Round(double x, _PyTime_round_t round) in _PyTime_Round()
139 long idenominator, _PyTime_round_t round) in _PyTime_DoubleToDenominator()
172 long denominator, _PyTime_round_t round) in _PyTime_ObjectToDenominator()
197 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t()
231 _PyTime_round_t round) in _PyTime_ObjectToTimespec()
238 _PyTime_round_t round) in _PyTime_ObjectToTimeval()
387 _PyTime_FromDouble(_PyTime_t *t, double value, _PyTime_round_t round, in _PyTime_FromDouble()
407 _PyTime_FromObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round, in _PyTime_FromObject()
441 _PyTime_FromSecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject()
447 _PyTime_FromMillisecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject()
[all …]
/third_party/flutter/skia/src/core/
DSkTDynamicHash.h92 for (int round = 0; round < fCapacity; round++) { in find() local
146 for (int round = 0; round < fCapacity; round++) { in countCollisions() local
210 for (int round = 0; round < fCapacity; round++) { in innerAdd() local
229 for (int round = 0; round < fCapacity; round++) { in innerRemove() local
284 int nextIndex(int index, int round) const { in nextIndex()
/third_party/ffmpeg/libavcodec/
Dsbrdsp_fixed.c37 uint64_t accu = 0, round; in sbr_sum_square_c() local
125 unsigned round; in autocorr_calc() local
277 int shift, round; in sbr_hf_apply_noise() local
289 int shift, round, tmp; in sbr_hf_apply_noise() local
Daacdec_fixed.c172 unsigned int round; in subband_scale() local
202 unsigned int round; in noise_scale() local
375 int shift, round, c, tmp; in apply_dependent_coupling_fixed() local
425 int i, c, shift, round, tmp; in apply_independent_coupling_fixed() local
Dttaencdsp.c25 int32_t round) { in ttaenc_filter_process_c()
Dttadsp.c25 int32_t round) { in tta_filter_process_c()
/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h37 nir_rounding_mode round) in nir_round_float_to_int()
59 nir_rounding_mode round) in nir_round_float_to_float()
112 nir_rounding_mode round) in nir_round_int_to_float()
438 nir_rounding_mode round, in nir_convert_with_rounding()
/third_party/musl/src/math/aarch64/
Dround.c3 double round(double x) in round() function
/third_party/musl/src/math/s390x/
Dround.c5 double round(double x) in round() function
/third_party/musl/src/math/powerpc64/
Dround.c5 double round(double x) in round() function
/third_party/skia/docs/examples/
DRect_round_2.cpp8 SkIRect round = rect.round(); in draw() local
DRect_roundOut.cpp8 SkIRect round; in draw() local
DRect_roundOut_2.cpp8 SkRect round; in draw() local
DRect_roundIn.cpp8 SkIRect round; in draw() local
DRect_roundOut_3.cpp8 SkIRect round = rect.roundOut(); in draw() local
DRect_round.cpp8 SkIRect round; in draw() local
/third_party/flutter/skia/docs/examples/
DRect_roundOut_2.cpp8 SkRect round; in draw() local
DRect_roundIn.cpp8 SkIRect round; in draw() local
DRect_roundOut.cpp8 SkIRect round; in draw() local
DRect_roundOut_3.cpp8 SkIRect round = rect.roundOut(); in draw() local
DRect_round.cpp8 SkIRect round; in draw() local
DRect_round_2.cpp8 SkIRect round = rect.round(); in draw() local
/third_party/ffmpeg/libavcodec/arm/
Dmpegaudiodsp_fixed_armv6.S47 .macro round rd, lo, hi macro
/third_party/musl/porting/uniproton/kernel/src/math/
Dround.c10 double round(double x) in round() function
/third_party/musl/src/math/
Dround.c10 double round(double x) in round() function

1234567