Home
last modified time | relevance | path

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

1234567891011

/external/tensorflow/tensorflow/core/platform/
Dsetround_test.cc69 port::ScopedSetRound round(FE_DOWNWARD); in TEST() local
74 port::ScopedSetRound round(FE_TONEAREST); in TEST() local
79 port::ScopedSetRound round(FE_TOWARDZERO); in TEST() local
84 port::ScopedSetRound round(FE_UPWARD); in TEST() local
92 port::ScopedSetRound round(FE_UPWARD); in TEST() local
/external/python/cpython3/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 …]
/external/skqp/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()
/external/fonttools/Lib/fontTools/misc/
DroundTools.py44 def maybeRound(v, tolerance, round=otRound): argument
48 def roundFunc(tolerance, round=otRound): argument
/external/fonttools/Lib/fontTools/varLib/
Dmodels.py371 def getDeltas(self, masterValues, *, round=noRound): argument
382 def getDeltasAndSupports(self, items, *, round=noRound): argument
406 def interpolateFromMasters(self, loc, masterValues, *, round=noRound): argument
410 def interpolateFromMastersAndScalars(self, masterValues, scalars, *, round=noRound): argument
/external/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()
410 nir_rounding_mode round, in nir_convert_with_rounding()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c52 const int16x8_t round = vld1q_s16(round_ptr); in vpx_quantize_b_neon() local
100 const int16x8_t round = vdupq_n_s16(round_ptr[1]); in vpx_quantize_b_neon() local
212 const int16x8_t round = vrshrq_n_s16(vld1q_s16(round_ptr), 1); in vpx_quantize_b_32x32_neon() local
258 const int16x8_t round = vrshrq_n_s16(vdupq_n_s16(round_ptr[1]), 1); in vpx_quantize_b_32x32_neon() local
/external/llvm-project/libc/src/math/
Dround.cpp14 double LLVM_LIBC_ENTRYPOINT(round)(double x) { return fputil::round(x); } in LLVM_LIBC_ENTRYPOINT() argument
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c74 int32_t round = 1 << (-sh - 1); in WebRtcIsacfix_Time2SpecC() local
171 int32_t round = 1 << (-sh - 1); in WebRtcIsacfix_Spec2TimeC() local
/external/skia/docs/examples/
DRect_roundOut.cpp8 SkIRect round; in draw() local
DRect_roundIn.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_round.cpp8 SkIRect round; in draw() local
/external/libvpx/libvpx/vpx_ports/
Dmsvc.h23 static INLINE double round(double x) { in round() function
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c40 int16x8_t round, int16x8_t quant, in quantize_coeff()
52 int16x8_t round, int16x8_t quant, in quantize_coeff_32()
109 int16x8_t round = vec_vsx_ld(0, round_ptr); in vpx_quantize_b_vsx() local
218 int16x8_t round = vec_vsx_ld(0, round_ptr); in vpx_quantize_b_32x32_vsx() local
/external/libaom/libaom/aom_dsp/x86/
Dvariance_impl_ssse3.c26 const int16_t round = (1 << (FILTER_BITS - 1)) >> 1; in aom_var_filter_block2d_bil_first_pass_ssse3() local
89 const int16_t round = (1 << FILTER_BITS) >> 1; in aom_var_filter_block2d_bil_second_pass_ssse3() local
Dquantize_ssse3.c22 static INLINE void calculate_qcoeff_64x64(__m128i *coeff, const __m128i round, in calculate_qcoeff_64x64()
75 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_64x64_ssse3() local
/external/libsrtp2/crypto/include/
Daes.h59 v128_t round[15]; member
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_sse2.h20 const int16_t *round_ptr, __m128i *round, in load_b_values()
38 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.h36 int64_t round = timestamp_ratio->num / 2; in ticks_to_timebase_units() local
/external/rust/crates/libm/src/math/
Dround.rs6 pub fn round(mut x: f64) -> f64 { in round() function
/external/compiler-rt/lib/builtins/
Dfloatunsisf.c42 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
/external/llvm-project/compiler-rt/lib/builtins/
Dfloatunsisf.c39 rep_t round = (rep_t)a << (typeWidth - shift); in __floatunsisf() local

1234567891011