/external/valgrind/none/tests/s390x/ |
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 | 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 | 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
|
D | rounding-3.c | 42 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
|
/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/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/skia/gm/ |
D | path_stroke_with_zero_length.cpp | 110 SkPaint round(butt); in onDraw() local 128 SkPaint round(butt); in onDraw() local
|
/external/libvpx/libvpx/vpx_ports/ |
D | msvc.h | 23 static INLINE double round(double x) { in round() function
|
/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
|
D | divdf3.c | 174 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
|
D | divtf3.c | 190 const bool round = (residual << 1) >= bSignificand; in __divtf3() local
|
/external/skia/tools/lua/ |
D | glyph-usage.lua | 50 function round(x, mul) function
|
/external/jemalloc/test/src/ |
D | timer.c | 54 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local
|
/external/skia/bench/ |
D | BigPathBench.cpp | 29 BigPathBench(Align align, bool round) : fAlign(align), fRound(round) { in BigPathBench()
|
/external/opencv3/apps/traincascade/ |
D | imagestorage.h | 45 size_t last, round; variable
|
/external/icu/icu4c/source/i18n/ |
D | precision.cpp | 47 FixedPrecision::round( in round() function in FixedPrecision 366 ScientificPrecision::round(DigitList &value, UErrorCode &status) const { in round() function in ScientificPrecision
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | RendererCommonTest.java | 95 private static double[] round(float[] array) { in round() method in RendererCommonTest
|
/external/valgrind/none/tests/mips32/ |
D | Makefile.am | 49 round \ program
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | number-handler.js | 55 function round(left, right) { function
|