/external/valgrind/none/tests/s390x/ |
D | fpext.c | 7 #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
|
D | dfpext.c | 7 #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 …]
|
D | rounding-6.c | 30 #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
|
D | dfpconv.c | 7 #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
|
D | rounding-1.c | 11 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
|
D | fixbr.c | 30 #define round_to_int(value,round) \ argument 43 #define fixbr(value,round) round_to_int(value,round) argument
|
D | dfp-1.c | 8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \ argument
|
/external/tensorflow/tensorflow/core/platform/ |
D | setround_test.cc | 69 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/ |
D | pytime.c | 81 _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 …]
|
D | pymath.c | 70 round(double x) in round() function
|
/external/skia/src/core/ |
D | SkTDynamicHash.h | 92 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/ |
D | SkTDynamicHash.h | 92 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/ |
D | msvc.h | 23 static INLINE double round(double x) { in round() function
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 36 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/ |
D | transform.c | 73 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/ |
D | quantize_x86.h | 18 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()
|
D | quantize_avx.c | 33 __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
|
D | quantize_ssse3.c | 29 __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/ |
D | floatunsisf.c | 42 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
|
D | floatsisf.c | 50 rep_t round = (rep_t)a << (typeWidth - shift); in ARM_EABI_FNALIAS() local
|
D | divsf3.c | 159 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
|
/external/skqp/tools/lua/ |
D | glyph-usage.lua | 50 function round(x, mul) function
|
/external/skia/tools/lua/ |
D | glyph-usage.lua | 50 function round(x, mul) function
|
/external/jemalloc/test/src/ |
D | timer.c | 53 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local
|
/external/python/cpython2/Python/ |
D | pymath.c | 70 round(double x) in round() function
|