Home
last modified time | relevance | path

Searched refs:checkEval (Results 1 – 16 of 16) sorted by relevance

/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/tests/
H A Dtestevaluator.cpp41 #define CHECK_EVAL(x,y) checkEval(__FILE__,__LINE__,#x,x,y)
42 #define CHECK_EVAL_FORMAT(x,y) checkEval(__FILE__,__LINE__,#x,x,y,0,false,true)
43 #define CHECK_EVAL_KNOWN_ISSUE(x,y,n) checkEval(__FILE__,__LINE__,#x,x,y,n)
45 #define CHECK_EVAL_FAIL(x) checkEval(__FILE__,__LINE__,#x,x,"",0,true)
46 #define CHECK_EVAL_FORMAT_FAIL(x) checkEval(__FILE__,__LINE__,#x,x,"",0,true,true)
47 #define CHECK_USERFUNC_SET(x) checkEval(__FILE__,__LINE__,#x,x,"NaN")
48 #define CHECK_USERFUNC_SET_FAIL(x) checkEval(__FILE__,__LINE__,#x,x,"",0,true)
72 static void checkEval(const char* file, int line, const char* msg, const QString& expr, in checkEval() function
/dports/math/jags/JAGS-4.3.0/src/lib/function/
H A Dtestfun.cc203 static double checkEval(ScalarFunction const *f, in checkEval() function
220 return checkEval(f, arg); in eval()
233 return checkEval(f, args); in eval()
247 return checkEval(f, args); in eval()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DContentSecurityPolicy.h74 bool checkEval(CSPDirective*) const;
H A DContentSecurityPolicy.cpp472 if (!checkEval(operativeDirective(m_scriptSrc.get()))) { in didReceiveHeader()
510 bool ContentSecurityPolicy::checkEval(CSPDirective* directive) const in checkEval() function in WebCore::ContentSecurityPolicy
530 if (checkEval(directive)) in checkEvalAndReportViolation()
/dports/math/clingo/clingo-5.5.1/libgringo/src/ground/
H A Dliterals.cc221 firstMatch = std::get<1>(terms).checkEval(log) && std::get<2>(terms).checkEval(log); in match()
H A Dstatements.cc1706 if (!undefined && value_.checkEval(log)) { in report()
/dports/math/clingo/clingo-5.5.1/libgringo/gringo/
H A Dterms.hh224 bool checkEval(Logger &log) const;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLower.java166 return checkEval(callNode.setFunction(markerFunction(callNode.getFunction()))); in leaveCallNode()
646 private CallNode checkEval(final CallNode callNode) {
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLower.java166 return checkEval(callNode.setFunction(markerFunction(callNode.getFunction()))); in leaveCallNode()
646 private CallNode checkEval(final CallNode callNode) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java177 return checkEval(callNode.setFunction(markerFunction(callNode.getFunction()))); in leaveCallNode()
760 private CallNode checkEval(final CallNode callNode) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java177 return checkEval(callNode.setFunction(markerFunction(callNode.getFunction()))); in leaveCallNode()
760 private CallNode checkEval(final CallNode callNode) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java177 return checkEval(callNode.setFunction(markerFunction(callNode.getFunction()))); in leaveCallNode()
760 private CallNode checkEval(final CallNode callNode) {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java177 return checkEval(callNode.setFunction(markerFunction(callNode.getFunction()))); in leaveCallNode()
760 private CallNode checkEval(final CallNode callNode) {
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java177 return checkEval(callNode.setFunction(markerFunction(callNode.getFunction()))); in leaveCallNode()
760 private CallNode checkEval(final CallNode callNode) {
/dports/math/clingo/clingo-5.5.1/libgringo/src/
H A Dterms.cc359 bool CSPAddTerm::checkEval(Logger &log) const { in checkEval() function in Gringo::CSPAddTerm
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog7026 (WebCore::ContentSecurityPolicy::checkEval):