Home
last modified time | relevance | path

Searched refs:_round (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/none/tests/ppc32/
DMakefile.am31 power5+_round.stderr.exp power5+_round.stdout.exp power5+_round.vgtest \
63 testVMX twi tw xlc_dbl_u32 power5+_round power6_bcmp \
Dpower5+_round.vgtest1 prog: power5+_round
DMakefile.in132 xlc_dbl_u32$(EXEEXT) power5+_round$(EXEEXT) \
181 power5__round_SOURCES = power5+_round.c
182 power5__round_OBJECTS = power5+_round.$(OBJEXT)
310 lsw.c mcrfs.c mftocrf.c power5+_round.c power6_bcmp.c round.c \
318 lsw.c mcrfs.c mftocrf.c power5+_round.c power6_bcmp.c round.c \
743 power5+_round.stderr.exp power5+_round.stdout.exp power5+_round.vgtest \
918 power5+_round$(EXEEXT): $(power5__round_OBJECTS) $(power5__round_DEPENDENCIES) $(EXTRA_power5__roun…
919 @rm -f power5+_round$(EXEEXT)
1018 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/power5+_round.Po@am__quote@
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2263 …DigitList& _round(const DigitList& number, DigitList& adjustedNum, UBool& isNegative, UErrorCode& …
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp269 _round(orig, rounded, isNegative, status); in format()
Ddecimfmt.cpp889 DecimalFormat::_round(const DigitList& number, DigitList& adjustedNum, UBool& isNegative, UErrorCod… in _round() function in DecimalFormat
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h633 void _round(Variable *Dest, Operand *Src0, Operand *Imm) { in _round() function
920 void _round(Variable *Dest, Operand *Src, Constant *Imm) { in _round() function
DIceTargetLoweringX86BaseImpl.h4630 _round(T, SrcRM, Mode);
/external/python/cpython2/Lib/
Ddecimal.py2540 def _round(self, places, rounding): member in Decimal
3683 self = self._round(precision+1, rounding)
3687 self = self._round(precision, rounding)