search for: parmvar

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

Did you mean: paramvar
2015 Apr 23
2
[LLVMdev] Get precise line/column debug info from LLVM IR
...| | `-BinaryOperator 0x7ffec382d778 <col:19, col:23> 'unsigned int' '-' | | |-ImplicitCastExpr 0x7ffec382d748 <col:19> 'unsigned int' <LValueToRValue> | | | `-DeclRefExpr 0x7ffec382d700 <col:19> 'unsigned int' lvalue ParmVar 0x7ffec382d3d0 'n' 'unsigned int' | | `-ImplicitCastExpr 0x7ffec382d760 <col:23> 'unsigned int' <IntegralCast> | | `-IntegerLiteral 0x7ffec382d728 <col:23> 'int' 1 | `-CallExpr 0x7ffec3869ef0 <col:28, col:37> '...
2019 Jun 09
2
Strange local variable cv::VideoCapture allocated
...gt;> curr_frame; return !curr_frame.empty(); } Generated AST from ast-dump: =========================== -CXXMethodDecl 0x7ff113148810 parent 0x7ff114400cb0 prev 0x7ff114401e30 <line:480:1, line:486:1> line:480:18 used readFileFrame 'bool (cv::Mat &, int &)' | |-ParmVarDecl 0x7ff113148708 <col:32, col:37> col:37 used curr_frame 'cv::Mat &' | |-ParmVarDecl 0x7ff113148780 <col:49, col:54> col:54 used frame_id 'int &' | `-CompoundStmt 0x7ff1131537d8 <col:64, line:486:1> | |-UnaryOperator 0x7ff113148930 <line:482:5,...
2016 Apr 14
2
Little explanation of this behaviour
I tried to emit IR for a function that returns the sum between an signed char and a double in C++, just to see how Clang handles type implicit casting. Can you explain me why Clang converted the char type into a 32-bit integer type before casting it to a floating point? Can a sitofp i8 %3 to double be done or is it wrong? define i32 @_Z5sumad(i8 signext %x, double %y) #0 { %1 = alloca i8,
2009 Dec 08
0
Difference in S.E. gee/yags and geeglm(/geese)
...=wool, data=warpbreaks, corstr="exchangeable", alphainit=0.) # S.E. # gee: sqrt(diag(mm$robust.variance)) #(Intercept) tensionM tensionH # 5.77 7.46 3.73 # geeglm: sqrt(diag(mm2$geese$vbeta)) # [1] 8.17 10.56 5.28 # yags: sqrt(diag(slot(mm3, "robust.parmvar"))) # [1] 5.77 7.46 3.73 Any explanation of this behavior is welcome. Best wishes Torleif Markussen Lunde PhD candidate Centre for International Health/ Bjerkens Centre for Climate Research University of Bergen Norway
2009 Jan 22
0
detecting the source of memory consumption (example provided)
...s(myData)[5:ncol(myData)]; library(yags) for (Var_num in 1:numVars) { fit.yags <- yags(myData$response ~ myData$age+myData$x1*myData[,(Var_num+4)], id=myData$id, family=gaussian,corstr="exchangeable",alphainit=0.05) z.gee <- fit.yags at coefficients[5]/sqrt(fit.yags at robust.parmvar[5,5]); pval <- 2 * pnorm(abs(z.gee), lower.tail = FALSE); pvalues[Var_num] <- signif(pval,3); }
2013 Jul 22
0
[LLVMdev] Libclang get class name from DeclRefExpr
...<line:32:1, line:34:1> - testAddConcreteDataModel: 'void' | |-ImplicitParamDecl 0x112791960 <<invalid sloc>> self 'DFDataModelContainer *const __strong' | |-ImplicitParamDecl 0x1127919c0 <<invalid sloc>> _cmd 'SEL':'SEL *' | |-ParmVarDecl 0x112791040 <line:32:35, col:55> helpmeh 'DFDemoDataModelOne *__strong' | `-CompoundStmt 0x112791bf0 <col:63, line:34:1> | `-ExprWithCleanups 0x112791bd8 <line:33:5, col:39> 'void' | `-ObjCMessageExpr 0x112791ba0 <col:5, col:39> 'void&...