Home
last modified time | relevance | path

Searched defs:rmode (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dmd5sum.py9 rmode = 'rb' variable
/external/python/cpython2/Tools/scripts/
Dmd5sum.py9 rmode = 'rb' variable
Dtreesync.py176 def copy(src, dst, rmode="rb", wmode="wb", answer='ask'): argument
/external/libaom/libaom/av1/encoder/
Dcompound_type.c463 int rmode = interintra_mode_cost[interintra_mode]; in compute_best_interintra_mode() local
619 const int rmode = interintra_mode_cost[best_interintra_mode] + in av1_handle_inter_intra_mode() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java957 protected Dfp trunc(final DfpField.RoundingMode rmode) { in trunc()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc4734 int16_t Simulator::FPToInt16(double value, FPRounding rmode) { in FPToInt16()
4745 int32_t Simulator::FPToInt32(double value, FPRounding rmode) { in FPToInt32()
4756 int64_t Simulator::FPToInt64(double value, FPRounding rmode) { in FPToInt64()
4767 uint16_t Simulator::FPToUInt16(double value, FPRounding rmode) { in FPToUInt16()
4778 uint32_t Simulator::FPToUInt32(double value, FPRounding rmode) { in FPToUInt32()
4789 uint64_t Simulator::FPToUInt64(double value, FPRounding rmode) { in FPToUInt64()
Dsimulator-aarch64.cc1198 static const char* rmode[] = {"0b00 (Round to Nearest)", in PrintSystemRegister() local
/external/python/cpython3/Lib/
Dturtle.py2045 def resizemode(self, rmode=None): argument
/external/python/cpython2/Lib/lib-tk/
Dturtle.py1959 def resizemode(self, rmode=None): argument