Home
last modified time | relevance | path

Searched refs:coeff_string (Results 1 – 13 of 13) sorted by relevance

/dports/math/mpsolve/mpsolve-3.2.1/src/libmps/formal/
H A Dformal-monomial.cpp10 mps_formal_monomial_new_with_string (const char * coeff_string, long degree) in mps_formal_monomial_new_with_string() argument
12 Monomial * m = new Monomial (coeff_string, degree); in mps_formal_monomial_new_with_string()
89 Monomial::Monomial(const char * coeff_string, long degree) in Monomial() argument
91 char * er = mps_utils_build_equivalent_rational_string (NULL, coeff_string); in Monomial()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.cpp100 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
149 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.cpp100 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
149 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrXferProcessor.cpp100 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
144 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
145 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.cpp100 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
149 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.cpp100 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
148 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
149 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.cpp105 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
150 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
151 coeff_string(fDstBlend), fBlendConstant); in dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrXferProcessor.cpp106 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
150 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
151 coeff_string(fDstBlend), fBlendConstant.toBytes_RGBA()); in dump()
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dinput.cpp349 string coeff_string = this_term.substr(0, coeff_length); in read_symbolic_constraint() local
352 if (coeff_length == 0 || (coeff_length == 1 && coeff_string[0] == '+')) in read_symbolic_constraint()
354 if (coeff_length == 1 && coeff_string[0] == '-') in read_symbolic_constraint()
359 for (char j : coeff_string) { in read_symbolic_constraint()
364 if (coeff_string[0] == '(') { // remove ( and ) for renf elements in read_symbolic_constraint()
365 if (coeff_string[coeff_string.size() - 1] != ')') in read_symbolic_constraint()
367 coeff_string = coeff_string.substr(1, coeff_string.size() - 2); in read_symbolic_constraint()
369 string2coeff(coeff, in, coeff_string); in read_symbolic_constraint()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.cpp141 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() function
186 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend), in dump()
187 coeff_string(fDstBlend), fBlendConstant); in dump()
/dports/science/bagel/bagel-1.2.2/src/util/io/
H A Dmoldenin.cc255 string coeff_string(matches[2].first, matches[2].second); in read() local
258 coeff_string = regex_replace(coeff_string, Dd, "E"); in read()
261 const double coeff = lexical_cast<double>(coeff_string); in read()
/dports/devel/ppl/ppl-1.2/interfaces/Java/jni/
H A Dppl_java_common_inlines.hh182 jstring coeff_string = env->NewStringUTF(str.c_str()); in build_java_coeff() local
183 CHECK_RESULT_THROW(env, coeff_string); in build_java_coeff()
186 coeff_string); in build_java_coeff()
/dports/math/mpsolve/mpsolve-3.2.1/include/mps/private/formal/
H A Dformal-monomial.h73 Monomial(const char * coeff_string, long degree);