Displaying 18 results from an estimated 18 matches for "deceleration".
2006 May 01
2
[LLVMdev] printf decleration
I am writing a pass where I need to make a function deceleration for
printf. Below is the code I'm trying to use.
-----
bool MyPass::runOnModule(Module &m) {
vector<const Type*> args;
args.push_back(PointerType::get(Type::SByteTy));
Function* f = m.getOrInsertFunction("printf",
FunctionType::get(Type::IntTy, args, true...
2006 May 01
0
[LLVMdev] printf decleration
...plist.push_back(ConstantUInt::get(Type::UIntTy,0));
Constant* gep = ConstantExpr::getGetElementPtr(gv,geplist);
std::vector<Value*> args;
args.push_back(gep);
new CallInst(f, args, "", i);
Ryan M. Lefever wrote:
> I am writing a pass where I need to make a function deceleration for
> printf. Below is the code I'm trying to use.
>
> -----
> bool MyPass::runOnModule(Module &m) {
> vector<const Type*> args;
> args.push_back(PointerType::get(Type::SByteTy));
> Function* f = m.getOrInsertFunction("printf",
> Funct...
2005 Aug 27
1
survival parametric question
Hi to all,
I am working on design package using survival function.
First using PSM and adopting a weibull specification for the baseline hazard , I have got the following results(since weibull has both PH and AFT propreties ,in addition I have used the PPHSm command):
Value Std. Error z p
(Intercept) 1.768 1.0007 1.77 7.73e-02
SIZE -0.707 0.0895 -7.90 2.80e-15
2009 Apr 11
1
Error in R CMD check 2.8.1
Env: R 2.8.1, Win Xp, Eclipse/StatET
In a .Rd file, I have an example containing the lines:
# calculate Y M, using polynomial contrasts
trends <- as.matrix(VocabGrowth) %*% poly(8:11, degree=3)
colnames(trends)<- c("Linear", "Quad", "Cubic")
[At the risk of a long message, I'll append the complete .Rd file at the
end of this message, in case this was
2009 Dec 05
2
Announcing a new R news site: R-bloggers.com
...Tal (well, me) decided that there must be
more R blogs our there then he knows about, and maybe the best way for
finding them is to make them find him. You can reach Tal via the
Contact<http://www.r-bloggers.com/contact-us/> page
(or just e-mail him: tal.galili@gmail.com).
Extra thanks and a deceleration of "good intentions"
I would like to thank John, Yihui, Jaanus and Taiyun for being the first
bloggers to allow me to enlist their blogs to the project.
There are more R bloggers out there that I know of, and didn't get to ask
for permission. I apologies to you for not contacting you...
2006 Feb 05
4
Another layout question - Layouts on a per method basis - Layouts with AJAX
I feel I am very close to understanding how layouts are used in Rails:
Q1. I know one can specify a "default" layout for all methods in a controller by specifying
layout ''my-default-layout''
How can this be overridden for individual methods so when those methods are called/executed, the overridden layout will be used. Is this possible?
Q2. With no
2015 Nov 05
3
Opusfile seeking bug
...o I?ve just pasted it in below.
#include <stdio.h>
#include <ogg/ogg.h>
#include <opus.h>
#include <opusfile.h>
#include <stdint.h>
int64_t FindBrokenSeekPoint(char* filename)
{
// Visual studio doesn't do C99 and I'm converting from C++
// so dump all the decelerations here to make it build as C89.
static const long BufferSize = 8192;
ogg_sync_state m_syncState;
ogg_stream_state m_streamState;
int64_t m_lastGranulePos = 0;
int64_t failingSeekPoint = -1;
int32_t serialno = -1;
int fpp, spf;
int decoding = 1;
ogg_page page;
char* buffer = NULL;
long by...
2014 Jul 10
0
Warnings in dmesg and results of mmiotrace 10de:1140 Geforce620m Optimus Laptop Acer E1-531G
..."config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[ 2068.720] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[ 2068.720] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 2068.720] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[ 2068.720] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.074
[ 2068.720] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 2068.720] (**) ETPS/2 Elantech Touchpa...
2016 Dec 07
2
GM108GLM?
...; "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
>> [ 21.500] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
>>...
2016 Dec 08
2
GM108GLM?
.../i8042/serio1/input/input5/event5"
>>>> [ 21.500] (II) XINPUT: Adding extended input device "SynPS/2
>> Synaptics TouchPad" (type: TOUCHPAD, id 15)
>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>> MinSpeed is now constant deceleration 2.5
>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>> MaxSpeed is now 1.75
>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>> AccelFactor is now 0.035
>>>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (acc...
2016 Dec 08
2
GM108GLM?
...5"
>>>>>> [ 21.500] (II) XINPUT: Adding extended input device "SynPS/2
>>>> Synaptics TouchPad" (type: TOUCHPAD, id 15)
>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>>> MinSpeed is now constant deceleration 2.5
>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>>> MaxSpeed is now 1.75
>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>>> AccelFactor is now 0.035
>>>>>> [ 21.50...
2018 Aug 24
0
Nouveau doesn't detect DVI - Monitor
...;config_info" "udev:/sys/devices/platform/i8042/serio4/input/input12/event6"
[ 158.902] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[ 158.902] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 158.902] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 158.902] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040
[ 158.902] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 158.902] (**) SynPS/2 Synaptics...
2016 Oct 27
0
GM108GLM?
...nfo" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
> [ 21.500] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
> [ 21.500] (*...
2016 Dec 08
0
GM108GLM?
...s/devices/platform/i8042/serio1/input/input5/event5"
>>> [ 21.500] (II) XINPUT: Adding extended input device "SynPS/2
>Synaptics TouchPad" (type: TOUCHPAD, id 15)
>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>MinSpeed is now constant deceleration 2.5
>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>MaxSpeed is now 1.75
>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>AccelFactor is now 0.035
>>> [ 21.500] (**) SynPS/2 Synaptics TouchPad: (accel) keeping
>accele...
2016 Dec 08
0
GM108GLM?
...put/input5/event5"
>>>>> [ 21.500] (II) XINPUT: Adding extended input device "SynPS/2
>>> Synaptics TouchPad" (type: TOUCHPAD, id 15)
>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>> MinSpeed is now constant deceleration 2.5
>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>> MaxSpeed is now 1.75
>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>> AccelFactor is now 0.035
>>>>> [ 21.500] (**) SynPS/2 Syna...
2016 Dec 08
0
GM108GLM?
...>>>>> [ 21.500] (II) XINPUT: Adding extended input device "SynPS/2
>>>>> Synaptics TouchPad" (type: TOUCHPAD, id 15)
>>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>>>> MinSpeed is now constant deceleration 2.5
>>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>>>> MaxSpeed is now 1.75
>>>>>>> [ 21.500] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel)
>>>>> AccelFactor is now 0.035
>>>>>...
2016 Oct 18
2
GM108GLM?
Hi,
It would seem like it (attachments are from 4.9-rc1, btw), but it
doesn't look like there is any support in the Xorg driver.
How can I help with that?
Best regards,
Sune Mølgaard
Translucent ApS
On 2016-04-22 09:33, Pierre Moreau wrote:
> Hello,
>
> A patch was merged yesterday to recognise GM108 (see
>
2016 Mar 01
3
[REGRESSION] nouveau: 30 second boot hang after commit 2b700825e
Hello,
I am encountering a 30 second hang during boot, in the Xorg process just before
the display manager comes up. I have bisected the problem to the following
commit:
commit 2b700825e7a7702fb862edba1262c98040dc1bf6
Author: Ben Skeggs <bskeggs at redhat.com>
Date: Thu Aug 20 14:54:22 2015 +1000
drm/nouveau/mc: move device irq handling to platform-specific code
The hang only