Displaying 10 results from an estimated 10 matches for "guillem".
Did you mean:
guille
2007 Apr 03
0
[LLVMdev] LLVA and WCET Analysis
...Regarding the fact, that it is not possible to have a 1:1
mapping between LLVM instructions and native code instructions in the
general case. That is clear, it is the same problem as it is with Java
Byte Code. Some work dealing with WCET analysis of Java Byte Code
already has been done:
Iain Bate, Guillem Bernat, Greg Murphy, Peter Puschner:
Low-Level Analysis of a Portable Java Byte Code WCET Analysis Framework
Guillem Bernat, Alan Burns, Andy Wellings:
Portable Worst-Case Execution Time Analysis Using Java Byte Code
I just wondered if anybody did something similar for the LLVM
instruction set, b...
2007 Apr 03
2
[LLVMdev] LLVA and WCET Analysis
On Apr 3, 2007, at 10:55 AM, Andrew Lenharth wrote:
> On 4/2/07, Fabian Scheler <fabian.scheler at gmail.com> wrote:
>> Hello everybody,
>>
>> I'm curious whether there have been any attempts to perform
>> performance analysis on the LLVA level. I am interested in the
>> derivation of flow-facts (loop bounds etc. - what about the
>>
2004 Jan 25
3
warning associated with Logistic Regression
...I
do so, I?ve checked that the model selected by step can diverge in some
cases (I use 10 different presence-absence datasets and 18 explanatory
variables), and when I validate the model with independent data, the new
model is slightly more powerful (in the most part of cases).
Thanks in advance,
Guillem Chust
------------------------------------------------------------------
Guillem Chust chust at cict.fr
Laboratoire Evolution et Diversit? Biologique, UMR 5174 CNRS/UPS
UPS Toulouse III, batiment IVR3
118, route de Narbonne - 31062 Toulouse Cedex 4, France
Tel 33 (0)5 61 55 67 58...
2012 Sep 26
6
Puppet 2.7, hiera 1.0 and hiera as an ENC
...ese are managed by each team
responsible for the applications.
I a a beginner in ruby, and I am willing to help as much as I can to get
the use of hiera as an ENC as much as possible.
Do I have the right approach given the requirements?
Is there a better approach to this one?
Kind regards,
Guillem
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/kFpoqN97hncJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe fro...
2009 Feb 25
0
[ANNOUNCE] xf86-video-glide 1.0.2
Adam Jackson (1):
Use "no" bus, not ISA.
Alan Coopersmith (1):
Remove xorgconfig & xorgcfg from See Also list in man page
Guillem Jover (5):
Rename entity to entityIndex to fix build failure
Add UTF-8 copyright symbol to copyright statements
Make ChangeLog a .PHONY target
Use XORG_CHANGELOG and CHANGELOG_CMD to generate the ChangeLog file
Bump to 1.0.2
git tag: xf86-video-glide-1.0.2
http://xor...
2010 Jul 26
1
Marginal effects from interaction regression model
Dear all,
I'd like to plot the marginal effect of a variable in a multiplicative
interaction regression, that is, the effect of a variable conditional on the
values of another variable. As an illustration, given model lm1
lm1 <- lm(y ~ x*z)
I'd like to get the effects of x on y conditional on the values of z, with
the corresponding confidence intervals if possible. Does anyone know
2007 Mar 10
0
[ANNOUNCE] xf86-video-glide 1.0.0
...7c8eab327b19e3fc31ea05613 xf86-video-glide-1.0.0.tar.bz2
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-glide-1.0.0.tar.gz
MD5: 1efa126211d1cec9ad73a6b876caf62e xf86-video-glide-1.0.0.tar.gz
SHA1: ebc82bc912be748d156e24c4a81fd7a5a4978769 xf86-video-glide-1.0.0.tar.gz
regards,
guillem
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.freedesktop.org/archives/xorg-announce/attachments/20070310/62cc67b8/attachment.pgp
2015 Feb 22
0
[ANNOUNCE] xf86-video-tdfx 1.4.6
Adam Jackson (2):
Remove mibstore.h
dri: Stop (uselessly) initializing the ValidateTree hooks
Guillem Jover (7):
Define local PCI IDs instead of using xf86PciInfo.h
Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS
Use new pci_device_(un)map_range functions instead of deprecated ones
Remove unreachable breaks after return statements
Use the PCI ID macros instead of hard...
2012 May 06
2
autocomplete word by word
Hi,
I am trying to implement an autocomplete form with rails, I used jquery
in a first version, to suggest phrases to user and it worked
Now I am trying to have a service of autocomplete word by word, it means
when the user it typing in the text area, I suggest only words and not
phrases and when he finishes the word and starts a new one I do the same
suggestion for the new word
Is there a way to
2012 Apr 30
0
custom lib for datepicker
Hi there,
I''m doing an own library to manage datetimes depending on locales, to
deal with the formats of datetimes. I actually overrides the default
assign methods to made strptime.
I''ve made the following:
http://ideone.com/PXYl8
something is wrong when trying to access on I18n.t, the scope is valid,
if I put a debugger outside that misterious loop it prints what is