Home
last modified time | relevance | path

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

123456

/external/valgrind/none/tests/s390x/
Dfpext.c7 #define L2F(insn, initial, target,round) \ argument
15 #define F2L(insn, initial, type, round, cc) \ argument
27 #define DO_INSN_L2F32(insn, round) \ argument
41 #define DO_INSN_L2F64(insn, round) \ argument
55 #define DO_INSN_L2F128(insn, round) \ argument
69 #define DO_INSN_F2L(insn, round, type) \ argument
112 #define DO_L2F(round) \ argument
122 #define DO_F2L(round) \ argument
Ddfpext.c7 #define L2D(insn, initial, target,round) \ argument
15 #define I2D(insn, initial, target,round) \ argument
23 #define D2L(insn, initial, type, round, cc) \ argument
34 #define D2I(insn, initial, type, round, cc) \ argument
46 #define DO_PRINT_L2D(insn, l, d, round) \ argument
54 #define DO_INSN_L2D(insn, round, type) \ argument
68 #define DO_PRINT_I2D(insn, l, d, round) \ argument
76 #define DO_INSN_I2D(insn, round, type) \ argument
86 #define DO_PRINT_D2L(insn, d, type, round, cc) \ argument
94 #define DO_INSN_D2L(insn, round, type) \ argument
[all …]
Drounding-6.c30 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
47 #define round_to_int(opcode,type,round,value) \ argument
61 #define cfebr(value, round) \ argument
63 #define cfdbr(value, round) \ argument
65 #define cgebr(value, round) \ argument
67 #define cgdbr(value, round) \ argument
70 #define fiebr(value, round) \ argument
72 #define fidbr(value, round) \ argument
Ddfpconv.c7 #define I2D(insn, initial, target,round) \ argument
15 #define D2I(insn, initial, type, round, cc) \ argument
27 #define DO_PRINT_I2D(insn, l, d, round) \ argument
35 #define DO_INSN_I2D(insn, round, type) \ argument
45 #define DO_PRINT_D2I(insn, d, type, round, cc) \ argument
53 #define DO_INSN_D2I(insn, round, type) \ argument
93 #define DO_D2I(round) \ argument
Drounding-1.c11 rtext(unsigned round) in rtext()
26 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
44 #define cfdbr(round,value) \ argument
Dfixbr.c30 #define round_to_int(value,round) \ argument
43 #define fixbr(value,round) round_to_int(value,round) argument
Ddfp-1.c8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \ argument
/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.c81 _PyTime_Round(double x, _PyTime_round_t round) in _PyTime_Round()
98 double denominator, _PyTime_round_t round) in _PyTime_DoubleToDenominator()
131 double denominator, _PyTime_round_t round) in _PyTime_ObjectToDenominator()
150 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t()
179 _PyTime_round_t round) in _PyTime_ObjectToTimespec()
189 _PyTime_round_t round) in _PyTime_ObjectToTimeval()
276 _PyTime_FromFloatObject(_PyTime_t *t, double value, _PyTime_round_t round, in _PyTime_FromFloatObject()
298 _PyTime_FromObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round, in _PyTime_FromObject()
327 _PyTime_FromSecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject()
333 _PyTime_FromMillisecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject()
[all …]
Dpymath.c70 round(double x) in round() function
/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
275 int nextIndex(int index, int round) const { in nextIndex()
/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
275 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.c36 const int16x8_t round = vld1q_s16(round_ptr); in vpx_quantize_b_neon() local
86 const int16x8_t round = vdupq_n_s16(round_ptr[1]); in vpx_quantize_b_neon() local
172 const int16x8_t round = vrshrq_n_s16(vld1q_s16(round_ptr), 1); in vpx_quantize_b_32x32_neon() local
230 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/libvpx/libvpx/vpx_dsp/x86/
Dquantize_x86.h18 const int16_t *round_ptr, __m128i *round, in load_b_values()
36 static INLINE void calculate_qcoeff(__m128i *coeff, const __m128i round, in calculate_qcoeff()
Dquantize_avx.c33 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_avx() local
163 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_avx() local
Dquantize_ssse3.c29 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_ssse3() local
129 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_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
Ddivsf3.c159 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
/external/skqp/tools/lua/
Dglyph-usage.lua50 function round(x, mul) function
/external/skia/tools/lua/
Dglyph-usage.lua50 function round(x, mul) function
/external/jemalloc/test/src/
Dtimer.c53 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

123456