Home
last modified time | relevance | path

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

123456

/third_party/python/Python/
Dpytime.c258 pytime_round(double x, _PyTime_round_t round) in pytime_round()
283 long idenominator, _PyTime_round_t round) in pytime_double_to_denominator()
331 long denominator, _PyTime_round_t round) in pytime_object_to_denominator()
357 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t()
393 _PyTime_round_t round) in _PyTime_ObjectToTimespec()
401 _PyTime_round_t round) in _PyTime_ObjectToTimeval()
521 pytime_from_double(_PyTime_t *tp, double value, _PyTime_round_t round, in pytime_from_double()
545 pytime_from_object(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round, in pytime_from_object()
581 _PyTime_FromSecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject()
588 _PyTime_FromMillisecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject()
[all …]
/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.c171 unsigned int round; in subband_scale() local
201 unsigned int round; in noise_scale() local
374 int shift, round, c, tmp; in apply_dependent_coupling_fixed() local
424 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/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/musl/src/math/aarch64/
Dround.c3 double round(double x) in round() function
/third_party/skia/docs/examples/
DRect_roundOut.cpp8 SkIRect round; in draw() local
DRect_round.cpp8 SkIRect round; in draw() local
DRect_roundOut_2.cpp8 SkRect round; in draw() local
DRect_round_2.cpp8 SkIRect round = rect.round(); in draw() local
DRect_roundOut_3.cpp8 SkIRect round = rect.roundOut(); in draw() local
DRect_roundIn.cpp8 SkIRect 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/porting/liteos_a/kernel/src/math/
Dround.c10 double round(double x) in round() function
/third_party/musl/porting/liteos_m/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
/third_party/glslang/gtests/
DHexFloat.cpp699 for (spvutils::round_direction round : rounding) { in TEST() local
731 spvutils::round_direction round; member
818 for (spvutils::round_direction round : rounding) { in TEST_P() local
869 for (auto round : GetParam().directions) { in TEST_P() local
937 for (spvutils::round_direction round : rounding) { in TEST_P() local
980 for (spvutils::round_direction round : rounding) { in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dhex_float_test.cpp745 for (round_direction round : rounding) { in TEST() local
777 round_direction round; member
862 for (round_direction round : rounding) { in TEST_P() local
913 for (auto round : GetParam().directions) { in TEST_P() local
1036 for (round_direction round : rounding) { in TEST_P() local
1078 for (round_direction round : rounding) { in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/
Dhex_float_test.cpp745 for (round_direction round : rounding) { in TEST() local
777 round_direction round; member
862 for (round_direction round : rounding) { in TEST_P() local
913 for (auto round : GetParam().directions) { in TEST_P() local
1036 for (round_direction round : rounding) { in TEST_P() local
1078 for (round_direction round : rounding) { in TEST() local
/third_party/spirv-tools/test/
Dhex_float_test.cpp745 for (round_direction round : rounding) { in TEST() local
777 round_direction round; member
862 for (round_direction round : rounding) { in TEST_P() local
913 for (auto round : GetParam().directions) { in TEST_P() local
1036 for (round_direction round : rounding) { in TEST_P() local
1078 for (round_direction round : rounding) { in TEST() local
/third_party/skia/bench/
DBigPathBench.cpp30 BigPathBench(Align align, bool round) : fAlign(align), fRound(round) { in BigPathBench()

123456