search for: ubound

Displaying 15 results from an estimated 15 matches for "ubound".

Did you mean: bound
2012 Dec 31
3
[LLVMdev] [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?
...float* %42, align 4 %43 = icmp eq i32 %29, %0 %44 = add i32 %29, 1 br i1 %43, label %"7.us.us", label %"5.us.us" return: ; preds = %"3.preheader", %"9.us", %entry ret void GIMPLE: ======= D.2413 = *nx; ubound.7 = (integer(kind=8)) D.2413; stride.9 = ubound.7; stride.9 = MAX_EXPR <stride.9, 0>; D.2414 = *ny; ubound.8 = (integer(kind=8)) D.2414; stride.11 = stride.9 * ubound.8; stride.11 = MAX_EXPR <stride.11, 0>; D.2415 = *ns; ubound.10 = (integer(kind=8)) D.2415; size.13 =...
2011 Apr 28
4
how to generate a normal distribution with mean=1, min=0.2, max=0.8
Dear all, This is a simple probability problem. I want to know, How to generate a normal distribution with mean=1, min=0.2 and max=0.8? I know how the generate a normal distribution of mean = 1 and sd = 1 and with 500 data point. rnorm(n=500, m=1, sd=1) But, I am confusing with how to generate a normal distribution with expected min and max. I expect to hear your directions. Thanks in
2011 Mar 16
0
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
...dress several issues causing memory usage to grow > indefinetely on a long lived process. > > These are not convenional leaks -- memory would have been freed when the LLVM > context or/and JIT engine is destroyed -- but for as long as they aren't the > memory is usage effectively ubounded. > > The issues were found using valgrind with '--show-reachable=yes' option: > 1. Compile a bunch of functions with JIT once; delete the result; and exit >   without destroying LLVM context nor JIT engine. (valgrind will report a >   bunch of unfreed LLVM objects) > 2....
2012 Jul 31
3
[LLVMdev] [DragonEgg] Mysterious FRAME coming from gimple to LLVM
...rn return: ; preds = %"14" ret void } define void @matmul_(i32* noalias %nx, i32* noalias %ny, i32* noalias %nz) nounwind uwtable { entry: %nx_addr = alloca i32*, align 8 %ny_addr = alloca i32*, align 8 %nz_addr = alloca i32*, align 8 %ubound.0 = alloca i64 %ubound.1 = alloca i64 %stride.2 = alloca i64 %offset.3 = alloca i64 %size.4 = alloca i64 %a = alloca [0 x float]* %ubound.5 = alloca i64 %ubound.6 = alloca i64 %stride.7 = alloca i64 %offset.8 = alloca i64 %size.9 = alloca i64 %b = alloca [0 x float]* %ubound...
2012 Nov 06
1
Confidence intervals for Sen slope in zyp-package
...0.95 Intercept 0.1230428 7.876957 x -2.0000000 2.000000 # zyp.yuepilon # confidence interval corresponds to nominal 0.95 interval in confint.zyp (output 0.025 0.975) > xy_senslope <- zyp.yuepilon (y, conf.intervals=TRUE) > xy_senslope lbound trend trendp ubound tau sig nruns autocor valid_frac -2.50000000 0.66666667 4.00000000 2.33333333 0.80000001 0.08641075 1.00000000 -0.22400000 1.00000000 linear intercept 0.74285714 3.83333333 ________________________________ Katy Unger-Shayesteh GFZ German Research Cen...
2012 Jul 31
0
[LLVMdev] [DragonEgg] Mysterious FRAME coming from gimple to LLVM
...; preds = %"14" > ret void > } > > define void @matmul_(i32* noalias %nx, i32* noalias %ny, i32* noalias %nz) > nounwind uwtable { > entry: > %nx_addr = alloca i32*, align 8 > %ny_addr = alloca i32*, align 8 > %nz_addr = alloca i32*, align 8 > %ubound.0 = alloca i64 > %ubound.1 = alloca i64 > %stride.2 = alloca i64 > %offset.3 = alloca i64 > %size.4 = alloca i64 > %a = alloca [0 x float]* > %ubound.5 = alloca i64 > %ubound.6 = alloca i64 > %stride.7 = alloca i64 > %offset.8 = alloca i64 > %size.9...
2009 Apr 21
1
Functions in lists or arrays?
...n someone give me a hand and/or point me into a more sane direction to explore? One option I have thought of, is to get rid of the *_B?() functions and just fill in a 3 dimensional array using something like: x <- NULL dimnames(x) <- c(colnames(mat),colnames(dat), c("lbound","ubound")) ... x["RULE_NAME_1", "DATA_COL_NAME_1", "lbound"] <- ... ... But I'm not exactly sure how I would construct and/or add onto a global array/etc extra dimnames, as I source each generated *.R file. Anyways, Not sure if I'm making much sense... than...
2005 Jan 03
3
spreadsheet addiction
There's a new page on the Burns Statistics website http://www.burns-stat.com/pages/Tutor/spreadsheet_addiction.html that looks at spreadsheets from a quality assurance perspective. It presents R as a suitable alternative to spreadsheets. Also there are several specific problems with Excel that are highlighted, including the status of statistical functionality in Excel. Patrick Burns Burns
2011 Mar 15
10
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
...his series of patches address several issues causing memory usage to grow indefinetely on a long lived process. These are not convenional leaks -- memory would have been freed when the LLVM context or/and JIT engine is destroyed -- but for as long as they aren't the memory is usage effectively ubounded. The issues were found using valgrind with '--show-reachable=yes' option: 1. Compile a bunch of functions with JIT once; delete the result; and exit without destroying LLVM context nor JIT engine. (valgrind will report a bunch of unfreed LLVM objects) 2. Do as 1, but compile and d...
2012 Mar 09
1
nonparametric densities for bounded distributions
Can anyone recommend a good nonparametric density approach for data bounded (say between 0 and 1)? For example, using the basic Gaussian density approach doesn't generate a very realistic shape (nor should it): > set.seed(1) > dat <- rbeta(100, 1, 2) > plot(density(dat)) (note the area outside of 0/1) The data I have may be bimodal or have other odd properties (e.g. point mass
2010 Feb 23
5
export tables to Excel files
Dear R users, I've just posted a similar question about Illustrator. This time I would like to export the results of my statistic tables and my dataframes into Excel files. Up to now I've used write.csv(), but I have to resave every file in .xls in Excel. I would like to know if there is a function or package to export directly into *.xls. I have found xlsReadWrite which would be
2018 May 14
0
Wine release 3.0.1
...in CURSORICON_GetFileEntry. Christian Costa (1): wined3d: Recognize GTX 560M card with NVIDIA driver. Fabian Maurer (1): cmd.exe: Parse parameters in "FOR /F" properly. Gijs Vermeulen (2): compobj.dll16: Add StringFromIID. ole2disp.dll16: Implement SafeArrayGet[UBound|LBound]. Hans Leidekker (5): dnsapi: Use default server list if passed in array is empty. msi: Don't mark uncompressed global assembly files as installed until they are in the assembly cache. wbemprox: Add more Win32_ComputerSystemProduct properties. msi: Properly set t...
2017 Nov 11
0
Wine release 2.21
...ameFind(). Paul Gofman (1): d3dx9: Zero constantinfo_reserved on error in get_constants_desc(). Piotr Caban (13): wine.inf: Add Windows Messaging Subsystem MAPI registry key. hhctrl.ocx: Set window owner in HtmlHelp function if WS_CHILD flag is not specified. vbscript: Add UBound implementation. oleaut32: Fix automatic value getting in ITypeInfo::Invoke. oleaut32: Ignore underflows in VarR8FromStr. vbscript: Add support for "for each" on arrays. vbscript: Add for each tests on array. vbscript: Don't return error on VBScript_SetScr...
2018 Feb 02
0
Wine release 3.1
...an Maurer (1): kernel32: Add stub for ReOpenFile. François Gouget (2): ole32/tests: Add a trailing '\n' to ok() calls. dxgi: Fix a trailing '\n' in a FIXME(). Gijs Vermeulen (2): compobj.dll16: Add StringFromIID. ole2disp.dll16: Implement SafeArrayGet[UBound|LBound]. Guo Lv (1): user32: Make functions use display dc thread-safe. Hans Leidekker (23): dnsapi: Use default server list if passed in array is empty. msi: Write registry values for source components too. crypt32: Add a stub implementation of CertUnregisterPhysicalStore...
2010 Oct 29
0
Wine release 1.3.6
...dd the Serbian (Latin and Cyrillic) translation. hhctrl.ocx: Add the Serbian (Latin and Cyrillic) translation. Piotr Caban (20): jscript: Added VBArray stub. jscript: Implement VBArray constructor. jscrpt: Added VBScript.lbound() implementation. jscript: Added VBArray.ubound() implementation. jscript: Added VBArray.dimensions() implementation. jscript: Added VBArray.getItem() implementation. jscript: Added VBArray.toArray() implementation. jscript: Added VBArray handling to to_object(). jscript: Improved error handling in VBArray functions...