Home
last modified time | relevance | path

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

1234567

/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.c109 _PyTime_Round(double x, _PyTime_round_t round) in _PyTime_Round()
133 long idenominator, _PyTime_round_t round) in _PyTime_DoubleToDenominator()
166 long denominator, _PyTime_round_t round) in _PyTime_ObjectToDenominator()
191 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t()
225 _PyTime_round_t round) in _PyTime_ObjectToTimespec()
232 _PyTime_round_t round) in _PyTime_ObjectToTimeval()
381 _PyTime_FromDouble(_PyTime_t *t, double value, _PyTime_round_t round, in _PyTime_FromDouble()
401 _PyTime_FromObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round, in _PyTime_FromObject()
435 _PyTime_FromSecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject()
441 _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/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()
/external/libvpx/libvpx/vpx_ports/
Dmsvc.h23 static INLINE double round(double x) { in round() function
/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/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c73 int32_t round = 1 << (-sh - 1); in WebRtcIsacfix_Time2SpecC() local
170 int32_t round = 1 << (-sh - 1); in WebRtcIsacfix_Spec2TimeC() 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_x86.h17 const int16_t *round_ptr, __m128i *round, in load_b_values()
40 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff()
50 const __m128i round, in calculate_qcoeff_log_scale()
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/compiler-rt/lib/builtins/
Dfloatunsisf.c42 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
Dfloatsisf.c50 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
/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/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()
Dquantize_avx.c34 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_avx() local
160 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_avx() local
Dquantize_ssse3.c30 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_ssse3() local
125 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_ssse3() local
/external/skia/tools/lua/
Dglyph-usage.lua50 function round(x, mul) function
/external/skqp/tools/lua/
Dglyph-usage.lua50 function round(x, mul) function
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathMeasure.java53 private static float round(float d, int decimalPlace) { in round() method in ShadowPathMeasure
/external/skqp/modules/sksg/src/
DSkSGRoundEffect.cpp45 if (auto round = SkCornerPathEffect::Make(fRadius)) { in onRevalidate() local
/external/jemalloc/test/src/
Dtimer.c53 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local
/external/jemalloc_new/test/src/
Dtimer.c49 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local
/external/python/cpython2/Python/
Dpymath.c70 round(double x) in round() function
/external/skia/modules/sksg/src/
DSkSGRoundEffect.cpp49 if (auto round = SkCornerPathEffect::Make(fRadius)) { in onRevalidate() local
/external/libaom/libaom/aom_ports/
Dmsvc.h24 static INLINE double round(double x) { in round() function

1234567