search for: abo

Displaying 20 results from an estimated 126 matches for "abo".

Did you mean: abi
1999 Sep 02
1
unresolved symbols in growth and repeated libraries
...AGS) -c $< -o $@ .f.c: .f.o: $(FC) $(ALL_FFLAGS) -c $< -o $@ $(SHLIB): $(OBJS) $(SHLIBLD) $(SHLIBLDFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(FLIBS) ----------------------------------------------------------------------------------- -- Markus Jantti | Department of Statistics markus.jantti at abo.fi | Abo Akademi University http://www.abo.fi/~mjantti | FIN 20500 Turku, Finland 358-9-643 747 (Home/Voice) | 358-2-2154 161 (Office/Voice) | 358-2-2154 677 (Office/Fax) PGP public key: http://www.abo.fi/~mjantti/pubring.asc -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
...struct amdgpu_crtc *amdgpu_crtc = to_amdgpu_crtc(crtc); - struct amdgpu_framebuffer *old_amdgpu_fb; - struct amdgpu_framebuffer *new_amdgpu_fb; + struct drm_framebuffer *old_fb; + struct drm_framebuffer *new_fb; struct drm_gem_object *obj; struct amdgpu_flip_work *work; struct amdgpu_bo *new_abo; @@ -170,15 +170,15 @@ int amdgpu_crtc_page_flip_target(struct drm_crtc *crtc, work->async = (page_flip_flags & DRM_MODE_PAGE_FLIP_ASYNC) != 0; /* schedule unpin of the old buffer */ - old_amdgpu_fb = to_amdgpu_framebuffer(crtc->primary->fb); - obj = old_amdgpu_fb->obj; + old_...
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
...struct amdgpu_crtc *amdgpu_crtc = to_amdgpu_crtc(crtc); - struct amdgpu_framebuffer *old_amdgpu_fb; - struct amdgpu_framebuffer *new_amdgpu_fb; + struct drm_framebuffer *old_fb; + struct drm_framebuffer *new_fb; struct drm_gem_object *obj; struct amdgpu_flip_work *work; struct amdgpu_bo *new_abo; @@ -170,15 +170,15 @@ int amdgpu_crtc_page_flip_target(struct drm_crtc *crtc, work->async = (page_flip_flags & DRM_MODE_PAGE_FLIP_ASYNC) != 0; /* schedule unpin of the old buffer */ - old_amdgpu_fb = to_amdgpu_framebuffer(crtc->primary->fb); - obj = old_amdgpu_fb->obj; + old_...
2017 Aug 08
5
[PATCH libdrm] drm: Remove create_handle() drm_framebuffer "virtual".
...struct amdgpu_crtc *amdgpu_crtc = to_amdgpu_crtc(crtc); - struct amdgpu_framebuffer *old_amdgpu_fb; - struct amdgpu_framebuffer *new_amdgpu_fb; + struct drm_framebuffer *old_fb; + struct drm_framebuffer *new_fb; struct drm_gem_object *obj; struct amdgpu_flip_work *work; struct amdgpu_bo *new_abo; @@ -170,15 +170,15 @@ int amdgpu_crtc_page_flip_target(struct drm_crtc *crtc, work->async = (page_flip_flags & DRM_MODE_PAGE_FLIP_ASYNC) != 0; /* schedule unpin of the old buffer */ - old_amdgpu_fb = to_amdgpu_framebuffer(crtc->primary->fb); - obj = old_amdgpu_fb->obj; + old_...
1998 May 06
1
R-beta: adjusting y-axis scale with multiple lines in plot
...o be used to first estimate all densities, the plot the first one with 'ylim=c(0,max())' and the add the lines one by one? If anyone has pondered on and solved this, I'd be very grateful for the solution. Regards, Markus -- Markus Jantti | Department of Statistics markus.jantti at abo.fi | Abo Akademi University http://www.abo.fi/~mjantti | FIN 20500 Turku, Finland 358-9-643 747 (Home/Voice) | 358-2-2154 161 (Office/Voice) | 358-2-2154 677 (Office/Fax) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://ww...
1999 Sep 01
1
Using R-0.65.0 under ESS on Unix
There is a bug in the command-line handling of 0.65.0 under Unix that may affect some users of R-inferior-mode under ESS, as that sets --no-readline as the first argument, and any arguments after that are ignored. The fix is simple: delete line 448 of src/unix/sys-common.c (`break;') and re-compile. The most used arguments are (I'm told) --vsize and --nsize. I find it more convenient to
1999 Nov 25
0
tapply and weighted.mean
...ted.mean(x[,1],x[,2])) was just as unsuccessful. I suspect there is a fairly simple solution to this, but I fail to see what it is and trial-and-error has not been helpful. I would greatly appreciate any help. Regards, Markus -- Markus Jantti | Department of Statistics markus.jantti at abo.fi | Abo Akademi University http://www.abo.fi/~mjantti | FIN 20500 Turku, Finland 358-9-643 747 (Home/Voice) | 358-2-2154 161 (Office/Voice) | 358-2-2154 677 (Office/Fax) PGP public key: http://www.abo.fi/~mjantti/pubring.asc -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2002 May 20
1
suggestion for example for base:naresid
....1$residuals) # same as residuals(lm.0) summary(lm.2 <- lm(y ~ x1)) residuals(lm.2) tmp.omit <- lm.2$na.action # modify the na.action to be "exclude" class(tmp.omit) <- "exclude" naresid(tmp.omit, lm.2$residuals) -- Markus Jantti markus.jantti at uta.fi ** http://www.abo.fi/~mjantti Dept of Economics ** University of Tampere ** FIN 33014 University of Tampere PGP public key: http://www.abo.fi/~mjantti/pubring.asc
2000 Jun 16
0
glm under R versions 1.0.1 and 1.1.0
...While the R FAQ kind of warned against this (i.e., trying to explain the problem rather than describe it accurately), I can add the when I do the same function call but do not use the weights, results are identical. Regards, Markus -- Markus Jantti | Department of Statistics markus.jantti at abo.fi | Abo Akademi University http://www.abo.fi/~mjantti | FIN 20500 Turku, Finland 358-9-643 747 (Home/Voice) | 358-2-2154 161 (Office/Voice) | 358-2-2154 677 (Office/Fax) PGP public key: http://www.abo.fi/~mjantti/pubring.asc -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2001 Aug 29
1
suggestion for example for base:naresid
....1$residuals) # same as residuals(lm.0) summary(lm.2 <- lm(y ~ x1)) residuals(lm.2) tmp.omit <- lm.2$na.action # modify the na.action to be "exclude" class(tmp.omit) <- "exclude" naresid(tmp.omit, lm.2$residuals) -- Markus Jantti markus.jantti at uta.fi ** http://www.abo.fi/~mjantti Dept of Economics ** University of Tampere ** FIN 33014 University of Tampere PGP public key: http://www.abo.fi/~mjantti/pubring.asc
2001 May 18
1
NAs in chron objects
...u status major 1 minor 2.3 year 2001 month 04 day 26 language R Any help would be appreciated. Regards, Markus -- Markus Jantti | Department of Statistics markus.jantti at abo.fi | Abo Akademi University http://www.abo.fi/~mjantti | FIN 20500 Turku, Finland 358-9-643 747 (Home/Voice) | 358-2-2154 161 (Office/Voice) | 358-2-2154 677 (Office/Fax) PGP public key: http://www.abo.fi/~mjantti/pubring.asc -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2008 Nov 03
0
[Bug 1127] fork: Resource temporarily unavailable
https://bugzilla.mindrot.org/show_bug.cgi?id=1127 michel.reverbel.abos at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michel.reverbel.abos at gmail. | |com --- Co...
2002 Apr 27
1
rsync md4sum code.
G'day, I've been working on a Python interface to librsync and have noticed that it uses md4sum code borrowed from Andrew Tridgell and Martin Pool that comes via rsync and was originally written for samba. Is there anything special about this code compared to the RSA md4sum code that can be found with libmd <"http://www.penguin.cz/~mhi/libmd/">? Python uses the RSA md5sum code for it's md5 module, and making a Python md4 module was as simple as "sed 's/\(md\)5/\14/i'" over the Python interfa...
2005 Feb 25
0
Fwd: want to call R from aplatform written i strict ANSI C
Hi, I sent the below message to r-devel but received no answer. I would like to contribute my system but I need som advice concerning the connections. Is my proposal of any interest to you? regards Ralf ?stermark ----- Forwarded message from Ralf ?stermark <rosterma at abo.fi> ----- Date: Mon, 21 Feb 2005 11:35:21 +0200 From: Ralf ?stermark <rosterma at abo.fi> Reply-To: Ralf ?stermark <rosterma at abo.fi> Subject: want to call R from aplatform written i strict ANSI C To: r-devel at lists.R-project.org Hi, I would like to connect my GHA...
2020 Sep 15
1
[PATCH v2 01/21] drm/amdgpu: Introduce GEM object functions
...r in both new and open ioctl > * case. > */ > -int amdgpu_gem_object_open(struct drm_gem_object *obj, > - struct drm_file *file_priv) > +static int amdgpu_gem_object_open(struct drm_gem_object *obj, > + struct drm_file *file_priv) > { > struct amdgpu_bo *abo = gem_to_amdgpu_bo(obj); > struct amdgpu_device *adev = amdgpu_ttm_adev(abo->tbo.bdev); > @@ -152,8 +156,8 @@ int amdgpu_gem_object_open(struct drm_gem_object *obj, > return 0; > } > > -void amdgpu_gem_object_close(struct drm_gem_object *obj, > - struct drm...
2003 May 10
3
benchmarking rsync's -z compression utility
Hi, Is there a way in which rsync's -z compression (zlib) utility can be benchmarked? I'm trying to compare the compression ratio between rsync and external compression tools like gzip and bzip2. Are there any advantages to using rsync's internal compression mechanism specified with the -z option compared to solely applying external compression i.e. bzip2 to the files and invoking
2003 Feb 24
1
Mass: lda and collinear variables
...ssue is at all? I understand that I shouldn't use lda at all with collinear data and should use "quadratische" (squared?) discr. analysis (by Welch) instead. Or is this wrong? Could I do this in R? Thanks four your help, Till Baumg?rtel ________________________________________ Abos online bestellen. Oder Leser werben und Pr?mie aussuchen. http://www.epost.de/aboservice
2008 Mar 11
2
R-Latex question
Hi, maybe my question is not typical. I want to make R table-kind output to be readable immediately in Latex but I am struggling with symbol '\' needed for instance in '\hline'. For example when 'Table' is a matrix class object: cat("&",Table[1,1], "&",Table[1,2], "\n");flush.console() cat("\hline \n");flush.console()
2006 Jul 11
1
Query about getting averages across a certain parameter in a table
...eins 7888 0.1 0.78 beta proteins etc The class column can have 7-8 different unique values While the clockrate and age columns are floats varying from 0 to 1. I wish to get the average clockrate across each of the classes for this data. I would appreciate your help regarding the aboe. Thanks Lalitha
2006 Oct 02
3
[Bug 1242] GSSAPI Keyexchange support
http://bugzilla.mindrot.org/show_bug.cgi?id=1242 Summary: GSSAPI Keyexchange support Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Kerberos support AssignedTo: bitbucket at mindrot.org ReportedBy: simon at