search for: xiang

Displaying 20 results from an estimated 56 matches for "xiang".

Did you mean: liang
2015 Mar 18
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
...olicy [David I. August et al 1997] <http://impact.crhc.illinois.edu/shared/papers/micro-97-framework.pdf> and dynamic policy [Kim M. Hazelwood and Thomas Conte 2000] <http://www.cs.virginia.edu/kim/docs/pact00.pdf>. What I want to do for GSoC is to implement these approaches into LLVM. Xiang Gao 2015-03-17 18:14 GMT-04:00 John Criswell <jtcriswel at gmail.com>: > Dear Xiang, > > Can you briefly describe the limitations with the current if-conversion in > LLVM and how you plan to improve it? I haven't read your thesis, and I > (and others) are unlikely to ha...
2015 Mar 16
2
[LLVMdev] Implementing if-conversion as a GSoC 2015 project?
...his was the undergraduate thesis of my bachelor degree. It seems that, the if-conversion used in LLVM is a very simple approach instead of following the literature. So I want to implement the approaches in the literature in LLVM and get support from Google for this. Are you guys interested? Best, Xiang Gao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150316/9fddc0db/attachment.html>
2005 Apr 15
2
inconsistent fonts generated in postscript file (PR#7795)
Full_Name: Xiang Li Version: 2.01 OS: WinXP Submission from: (NULL) (128.248.174.125) I am trying to use the font of "TT Courier New: bold" to get the equal size of letters. The "TT Courier New: bold" is the 11th font listed in the Rdevga file. You can just try a simple case: plot(1:10, 1:10...
2009 Dec 16
4
How to find the significant digits of a number?
Is there a function in R that could find the significant digit of a specific number? Such as for 3.1415, return '5'? Thanks in advance. [[alternative HTML version deleted]]
2005 Apr 28
6
R2.1.0: X11 font at size 14 could not be loaded
...d > version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status Patched major 2 minor 1.0 year 2005 month 04 day 20 language R ------------------------------------------------------------------------- Any insight? Thanks, Xiang-Jun
2010 Mar 15
2
R example code of Split-plot Manova
Hi, Urgent help- I have not been using R and statistics in my research for a long time, but still remember some concept. I would like to have a sample code for Manova analysis of Split-plot experiment. Could someone please post a sample code and a short input sample as well? Thank you so much! [[alternative HTML version deleted]]
2015 Dec 16
1
Re: [PATCH 0/2] resize: Split out the command line parsing into Cmdline
Hi Rich, Does that means that all the functions provided by virt-resize will be migrated to virt-builder? Does the command virt-resize will totally be abandoned? We may need to modify all the virt-resize test cases if so. -- Thanks & Best regards, Chen Xiang Hua Raycom office Beijing (NAY), Red Hat Inc. Red Hat Telephony: 86 10 62608040 internal extension: 8388040 Team: Virt QE IRC: xchen@#S1, #virt ----- Original Message ----- From: "Richard W.M. Jones" <rjones@redhat.com> To: libguestfs@redhat.com Sent: Tuesday, December 15, 2015 5:...
2010 Mar 22
2
a "simple" statistic question
...otal_Sample (i.e., the total number of samples) from each factories is different. I don't like to pool data from individual factory together. For example, I don't like to pool Factory 1 and 2 together, because the variance among individual Factory can be quite big in real data. Thank you Xiang [[alternative HTML version deleted]]
2023 Mar 10
1
[PATCH v3 2/6] erofs: convert to use i_blockmask()
...2: https://lore.kernel.org/r/a238dca1-256f-ae2f-4a33-e54861fe4ffb at kernel.org/T/#t And then Yangtao would like to wrap this as a new VFS helper, I'm not sure why it's necessary since it doesn't save a lot but anyway, I'm open to it if VFS could have such new helper. Thanks, Gao Xiang > >> Signed-off-by: Yangtao Li <frank.li at vivo.com> >> --- >> v3: >> -none >> v2: >> -convert to i_blockmask() >> fs/erofs/data.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/fs/erofs/data.c b...
2012 Feb 14
2
how to test the random factor effect in lme
...on is that Neither of Areas nor Sites make differences. My R code so far can only test the fixed effect : anova(lme(PCB~Area,random=~1|Sites, data = PCBdata)) numDF denDF F-value p-value (Intercept) 1 12 1841.7845 <.0001 Area 1 4 4.9846 0.0894 -- Xiang Gao, Ph.D. Department of Biology University of North Texas
2023 Mar 10
1
[PATCH v4 2/5] erofs: convert to use i_blockmask()
Hi Gao Xiang, > Please help drop this one since we'd like to use it until i_blockmask() lands to upstream. I'm OK. Not sure if I need to resend v5? Thx, Yangtao
2023 Mar 10
3
[PATCH v3 2/6] erofs: convert to use i_blockmask()
On Thu, Mar 09, 2023 at 11:21:23PM +0800, Yangtao Li wrote: > Use i_blockmask() to simplify code. Umm... What's the branchpoint for that series? Not the mainline - there we have i_blocksize() open-coded... > Signed-off-by: Yangtao Li <frank.li at vivo.com> > --- > v3: > -none > v2: > -convert to i_blockmask() > fs/erofs/data.c | 2 +- > 1 file changed, 1
2019 Sep 25
0
[PATCH] virtio_mmio: remove redundant dev_err message
On 2019/9/24 ??3:21, Ding Xiang wrote: > platform_get_irq already contains error message, Is this message contained in all possible error path? If not, it's probably better to keep it as is. Thanks > so remove > the redundant dev_err message > > Signed-off-by: Ding Xiang <dingxiang at cmss.chinamobile....
2017 Mar 20
1
[PATCH] inspect: get a better icon for ALT Linux guests (RHBZ#1433937)
Use a 64px icon which is in the menu-icons-default package, hopefully part of the default installation of any flavour. Updates commit 9928296c1ca8df5bd8f108ed00039adc6468cac3. Thanks to: Xiang Hua Chen. --- lib/inspect-icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inspect-icon.c b/lib/inspect-icon.c index 84d4e4a..695f038 100644 --- a/lib/inspect-icon.c +++ b/lib/inspect-icon.c @@ -455,7 +455,7 @@ icon_voidlinux (guestfs_h *g, struct inspect_fs *fs, size...
2023 Mar 10
1
[PATCH v4 2/5] erofs: convert to use i_blockmask()
...-------------------------------- Hi Yangtao, On 2023/3/10 13:48, Yangtao Li wrote: > Use i_blockmask() to simplify code. > > Signed-off-by: Yangtao Li <frank.li at vivo.com> Please help drop this one since we'd like to use it until i_blockmask() lands to upstream. Thanks, Gao Xiang > --- > fs/erofs/data.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/erofs/data.c b/fs/erofs/data.c > index e16545849ea7..d394102ef9de 100644 > --- a/fs/erofs/data.c > +++ b/fs/erofs/data.c > @@ -376,7 +376,7 @@ static ssize_t erofs_fil...
2004 Sep 13
1
How to show the symbol of Angstrom ?
Also, I am wondering if there is any source where the expressions of many symbols are collected. Thanks you very much!!! Li, Xiang(Sean)
2010 Mar 29
1
how to prove that the factor makes no difference
...ork by showing the estimate of Beta is 1? If I have multivariate results: not only protein A, but we also tested protein B, protein C... and total 25 different proteins for each patient in pre- and post-conditions. How can I summary if pre- and post condition makes difference? Thank you so much! Xiang [[alternative HTML version deleted]]
2010 Mar 26
1
how to read this special form of data
...--- Allele df(0) -LnLk(0) df(T) -LnLk(T) ChiSq p 3 7995 29340.83 7994 29338.97 3.71 0.0540 (2429/8000 probands) There are 10,000 testing markers, s_1 to s_10000. I want to read in all the 'p' values of the testing markers from this file. How can I do this? Thank you! xiang
2007 Nov 02
2
add histograms or distributions on regression line
hello, does anyone know how to add histograms or distributions on regression like just like quantiles regression in RGraphGallery below, a very delicate codes. Thanks alot. http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109
2020 Nov 11
1
[RFC] A value-tracking LiveDebugValues implementation
Hi Xiang, On Wed, Nov 11, 2020 at 1:59 AM Zhang, Xiang1 <xiang1.zhang at intel.com> wrote: > Jeremy wrote: > > ... The value %0 is live up to and including the ADD64ri but not past it, meaning LLVM today will drop the DBG_VALUE ... > > Just a little puzzle about the...