Home
last modified time | relevance | path

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

123456

/external/valgrind/none/tests/s390x/
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 …]
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
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
Drounding-3.c42 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
/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/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/skia/gm/
Dpath_stroke_with_zero_length.cpp110 SkPaint round(butt); in onDraw() local
128 SkPaint round(butt); in onDraw() local
/external/libvpx/libvpx/vpx_ports/
Dmsvc.h23 static INLINE double round(double x) { in round() function
/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
Ddivdf3.c174 const bool round = (residual << 1) > bSignificand; in ARM_EABI_FNALIAS() local
Ddivtf3.c190 const bool round = (residual << 1) >= bSignificand; in __divtf3() local
/external/skia/tools/lua/
Dglyph-usage.lua50 function round(x, mul) function
/external/jemalloc/test/src/
Dtimer.c54 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local
/external/skia/bench/
DBigPathBench.cpp29 BigPathBench(Align align, bool round) : fAlign(align), fRound(round) { in BigPathBench()
/external/opencv3/apps/traincascade/
Dimagestorage.h45 size_t last, round; variable
/external/icu/icu4c/source/i18n/
Dprecision.cpp47 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/
DRendererCommonTest.java95 private static double[] round(float[] array) { in round() method in RendererCommonTest
/external/valgrind/none/tests/mips32/
DMakefile.am49 round \ program
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dnumber-handler.js55 function round(left, right) { function

123456