search for: errorp

Displaying 6 results from an estimated 6 matches for "errorp".

Did you mean: error
2009 Feb 20
2
System of logistics Equations
...7),0) base<-data.frame(Subj,Sti,SP,AG,Mer,Car,Val) In my hypothesis: logit(Sti=="G") ~ SP+AG+Mer+Car+Val+SP*Car+Mer*Val+AG*Val + errorG logit(Sti=="S") ~ SP+AG+Mer+Car+Val+SP*Car+Mer*Val+AG*Val + errorS logit(Sti=="P") ~ SP+AG+Mer+Car+Val+SP*Car+Mer*Val+AG*Val + errorP I test and the 3 terms of error (errorG,errorS,errorP) is correlated. So I think useful adjust a system of logistic equations to tread the 3 equations and in same time to obtain estimatives of effects and uncorrelated error terms. The systemfit package fit linear system and non-linear system bu...
2010 Feb 17
2
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
...sure it's a declared binop. int TokPrec = BinopPrecedence[CurTok]; if (TokPrec <= 0) return -1; return TokPrec; } /// Error* - These are little helper functions for error handling. ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } static ExprAST *ParseExpression(); /// identifierexpr /// ::= identifier /// ::= identifier '(' expression* ')' static ExprAST *ParseIdentifierExpr() { std::string IdNam...
2010 Feb 17
0
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
...TokPrec = BinopPrecedence[CurTok]; > if (TokPrec <= 0) return -1; > return TokPrec; > } > > /// Error* - These are little helper functions for error handling. > ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", > Str);return 0;} > PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } > FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } > > static ExprAST *ParseExpression(); > > /// identifierexpr > /// ::= identifier > /// ::= identifier '(' expression* ')' > static ExprAST *Parse...
2010 Feb 17
1
[LLVMdev] Kaleidoscope toy4 failure seg fault on llvm::ExecutionEngine::getTargetData (this=0x0)
...k]; >>  if (TokPrec <= 0) return -1; >>  return TokPrec; >> } >> >> /// Error* - These are little helper functions for error handling. >> ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", >> Str);return 0;} >> PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } >> FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } >> >> static ExprAST *ParseExpression(); >> >> /// identifierexpr >> ///   ::= identifier >> ///   ::= identifier '(' expression* ')'...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...3 0 0.02 90842 0 0.02 90842 erc_do_p.ll 34 342346 0 0.03 342325 0 0.03 341133 err.ll 1 4487 0 0.01 4470 0 0.01 4470 errorconcealment.ll 3 19583 0 0.01 19562 0 0.01 19562 error.ll 1 6566 0 0.01 6537 0 0.01 6537 Error.ll 1 38944 0 0.01 38916 0 0.01 38916 errorMessage.ll 2 7982 0 0.01 7957 0 0.01 7957 errorp.ll 1 3289 0 0.01 3262 0 0.01 3262 errors.ll 6 19314 0 0.01 19296 0 0.01 19296 espresso.ll 1 28727 0 0.01 28697 0 0.01 28697 essen.ll 4 35838 0 0.01 35808 0 0.01 35808 eval.ll 1 4135 0 0.01 4109 0 0.01 4109 exact.ll 4 47736 0 0.01 47706 0 0.02 47706 exambord.ll 1 7624 0 0.01 7598 0 0.01 7598 excepti...