Home
last modified time | relevance | path

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

1234

/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.c6 #define L2F(insn, initial, target,round) \ argument
14 #define F2L(insn, initial, type, round, cc) \ argument
26 #define DO_INSN_L2F32(insn, round) \ argument
40 #define DO_INSN_L2F64(insn, round) \ argument
54 #define DO_INSN_L2F128(insn, round) \ argument
68 #define DO_INSN_F2L(insn, round, type) \ argument
111 #define DO_L2F(round) \ argument
121 #define DO_F2L(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-6.c30 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \ argument
48 #define cfebr(value, round) \ argument
50 #define cfdbr(value, round) \ argument
52 #define cgebr(value, round) \ argument
54 #define cgdbr(value, 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
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/src/modules/audio_coding/codecs/isac/fix/source/
Dtransform.c158 WebRtc_Word32 round = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, -sh-1); in WebRtcIsacfix_Time2Spec() local
253 WebRtc_Word32 round = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)1, -sh-1); in WebRtcIsacfix_Spec2Time() 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
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/libvpx/libvpx/vp9/common/
Dvp9_systemdependent.h37 static INLINE int round(double x) { in round() function
/external/jemalloc/test/src/
Dtimer.c67 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local
/external/skia/bench/
DBigPathBench.cpp33 BigPathBench(Align align, bool round) : fAlign(align), fRound(round) { in BigPathBench()
/external/valgrind/none/tests/mips32/
DMakefile.am49 round \ program
/external/skia/src/opts/
DSkPMFloat_none.h20 inline SkPMColor SkPMFloat::round() const { in round() function
DSkPMFloat_neon.h33 inline SkPMColor SkPMFloat::round() const { in round() function
DSkPMFloat_SSE2.h24 inline SkPMColor SkPMFloat::round() const { in round() function
DSkPMFloat_SSSE3.h34 inline SkPMColor SkPMFloat::round() const { in round() function
/external/fio/
Dtickmarks.c17 static double nicenum(double x, int round) in nicenum()
/external/valgrind/none/tests/mips64/
DMakefile.am85 round \ program

1234