Home
last modified time | relevance | path

Searched defs:mc (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DBigReal.java85 public BigReal(BigInteger unscaledVal, int scale, MathContext mc) { in BigReal()
93 public BigReal(BigInteger val, MathContext mc) { in BigReal()
119 public BigReal(char[] in, int offset, int len, MathContext mc) { in BigReal()
127 public BigReal(char[] in, MathContext mc) { in BigReal()
142 public BigReal(double val, MathContext mc) { in BigReal()
157 public BigReal(int val, MathContext mc) { in BigReal()
172 public BigReal(long val, MathContext mc) { in BigReal()
187 public BigReal(String val, MathContext mc) { in BigReal()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DScale.java33 final MathContext mc; field in Scale
39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
160 public Scale withMathContext(MathContext mc) { in withMathContext()
189 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DScale.java33 final MathContext mc; field in Scale
39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
165 public Scale withMathContext(MathContext mc) { in withMathContext()
194 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo() local
/external/llvm-project/flang/test/Semantics/
Doffsets03.f9024 subroutine mc !CHECK: Subprogram scope: mc size=12 alignment=1 subroutine
25 character(10) :: c1 !CHECK: c1 size=10 offset=0:
26 character(5) :: c2 !CHECK: c2 size=5 offset=7:
Dsave01.f908 INTEGER :: mc local
17 INTEGER :: mc local
/external/skqp/tools/bookmaker/
Ddefinition.h75 Definition(const char* start, const char* end, int line, Definition* parent, char mc) in Definition()
90 Definition(MarkType markType, const char* start, int line, Definition* parent, char mc) in Definition()
94 …ition(MarkType markType, const char* start, const char* end, int line, Definition* parent, char mc) in Definition()
100 Definition(Bracket bracket, const char* start, int lineCount, Definition* parent, char mc) in Definition()
107 Definition* parent, char mc) in Definition()
113 … Definition(Punctuation punctuation, const char* start, int lineCount, Definition* parent, char mc) in Definition()
285 RootDefinition(MarkType markType, const char* start, int line, Definition* parent, char mc) in RootDefinition()
296 Definition* parent, char mc) : Definition(markType, start, end, line, parent, mc) { in RootDefinition()
/external/eigen/bench/
DbenchBlasGemm.cpp102 MyMatrix ma(M,K), mb(K,N), mc(M,N); in main() local
165 void bench_eigengemm(MyMatrix& mc, const MyMatrix& ma, const MyMatrix& mb, int nbloops) in bench_eigengemm()
176 MyMatrix ma(M,K), mb(K,N), mc(M,N), maT(K,M), mbT(N,K), meigen(M,N), mref(M,N); in check_product() local
/external/libcxx/test/std/re/re.regex/re.regex.construct/
Dstring.pass.cpp23 test(const String& p, unsigned mc) in test()
Dptr.pass.cpp22 test(const CharT* p, unsigned mc) in test()
Dptr_size.pass.cpp21 test(const CharT* p, std::size_t len, unsigned mc) in test()
Dptr_flg.pass.cpp22 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) in test()
Dstring_flg.pass.cpp24 test(const String& p, std::regex_constants::syntax_option_type f, unsigned mc) in test()
Dptr_size_flg.pass.cpp23 unsigned mc) in test()
Dil_flg.pass.cpp25 test(std::initializer_list<char> il, std::regex_constants::syntax_option_type f, unsigned mc) in test()
Diter_iter.pass.cpp25 test(Iter first, Iter last, unsigned mc) in test()
/external/llvm-project/lldb/test/Shell/Settings/Inputs/
Dmain.cpp12 MyClass mc; in main() local
/external/llvm-project/libcxx/test/std/re/re.regex/re.regex.construct/
Dptr.pass.cpp21 test(const CharT* p, unsigned mc) in test()
Dstring.pass.cpp22 test(const String& p, unsigned mc) in test()
Dptr_size.pass.cpp22 test(const CharT* p, std::size_t len, unsigned mc) in test()
Dptr_flg.pass.cpp21 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) in test()
Dstring_flg.pass.cpp23 test(const String& p, std::regex_constants::syntax_option_type f, unsigned mc) in test()
Dptr_size_flg.pass.cpp22 unsigned mc) in test()
Dil_flg.pass.cpp24 test(std::initializer_list<char> il, std::regex_constants::syntax_option_type f, unsigned mc) in test()
/external/curl/docs/examples/
Dmulti-poll.c54 CURLMcode mc; /* curl_multi_poll() return code */ in main() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h27 const Index mc; member
40 const Index mc; member

12345678910