Displaying 10 results from an estimated 10 matches for "fllowing".
Did you mean:
following
2004 Aug 23
2
VoicePluse DID problem
Hey guys,
Cal someone help me. I'm register voiceplus DID i try to config
fllow example but not work. When i test call to number and debug
iax2 in my asterisk not found packet.
My iax.conf
--------
register => in-xxx:yyy@gw5.voicepulse.com
[voicepulse]
context = voicepulse-incoming
secret=yyy
auth=md5
type=friend
host=gw5.voicepulse.com
------
extention.conf
----
[voicepulse-incoming]
2018 Sep 17
2
error about adding an trinsics
Hi,every one.
This problem has been bothering me for several days.I really hope that you can help me.
I want to add an trinsics in X86. This trinsics can compare two numbers and return the larger.
There are the changes I do as fllowing.
In /tools/clang/include/clang/Basic/BuiltinsX86.def :
BUILTIN(__builtin_x86_max_qb, "iii", "")
In include/llvm/IR/IntrinsicsX86.td :
let TargetPrefix = "x86" in {
def int_x86_max_qb: GCCBuiltin<"__builtin_x86_max_qb">,
Intrinsic<[llvm_i32_t...
2018 Nov 07
2
how to add a instruction
Hi,every one.
I' in trouble again.
I want add a new intrinsic mapping a new instruction.
I add the int_x86_max_qb as fllowing:
def int_x86_max_qb: GCCBuiltin<"__builtin_x86_max_qb">, Intrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i32_ty], [Commutative]>;
BUILTIN(__builtin_x86_max_qb, "iii", "")
I define the intrinsic as Pseudo instruction,it succeed.
But when mapping a new ins...
2004 Mar 18
1
help with aov
Hi all,
Suppose the following data and the simple model
y<-1:12+rnorm(12)
fac1<-c(rep("A",4),rep("B",4),rep("C",4))
fac2<-rep(c("D","C"),6)
dat<-data.frame(y,fac1,fac2)
tmp<-aov(y~fac1+fac2,dat)
the command tmp$coeff gives the fllowing results :
(Intercept) fac1B fac1C fac2D
3.307888 2.898187 7.409010 -1.088588
But mean(y) gives 6.199327 and is different of Intercept..
So, I don't understand the parametrization with the aov() function.
I would like the estimations with the constraints
fac1A+fac1B+...
2009 Oct 29
1
operation with if/else on a dataframe
...ertain row:
Fold.Change is >= +1.5,
P.Value is < 0.05
Count1 >= 2
2)"DOWN"
if all the following conditions are verified in a certain row:
Fold.Change is <= -1.5,
P.Value is < 0.05
Count2 >= 2
3) 0 if both of previous conditions are not verified
So I have set these fllowing parameters (new objects) because I'll have to
repeat this procedure to different dataframes in which the order of columns
of interest might change (So I can change these parameters depending on the
order of the columns in any different table)
Fold.change <- 3 #(because in this table, Fold....
2012 Oct 23
4
[LLVMdev] Here need your help
Hi all
when i compiled llvm-3.0 with icedtea1.11.4 together,A memory_barrier error happened ,And now I write to all of you for the following questions need your help and suggestion :
1, Is any function which can replace the "make_function" in the following function,
2 , Or is there any different paramters in make_function with the similar action with the following one
2010 Feb 25
1
Got Anonymous from DID incoming call and can't re-send to another asterisk with new callerid
...12-345678) make a call to DIDs on the
E1 (for example: +886-922-666666 and enters MYE1 system. But my telecomm
provider helps me to solve the callerid and make it enable. So that, I can
find callerid of Mobile from MYE1.
2. MYE1 accept this call and dial it to MYPBX. In this moment, I can find
the fllowing message on the CLI of MYE1.
In Another word, the Caller ID is correct here.
-- Accepting call from '912345678' to '0922666666' on channel 0/22, span
4
-- Executing [0922666666 at default:1] Set("DAHDI/94-1",
"CDR(userfield)=0922E1") in new stack
-...
2018 Sep 06
2
Adding an trinsics in x86
Hi Everyone!
I am a newbie at llvm. So the question may be fundamental but difficult to me.
I want to add an trinsics in x86 and make the following changes.I want that max_qb can find the max of two Integers and return it.
In src/include/llvm/IR/Intrinsics.td :
let TargetPrefix = "x86" in {
def int_x86_max_qb: GCCBuiltin<"__builtin_x86_max_qb">,
2010 Mar 31
2
Generative Topographic Map
I tried to use R version of package
I noticed the original MatLab Pckage is much better documented.
I had a look at the R demo code "gtm_demo" and found that variable Y is used in advanced of being created:
I wrote my own few lines as follows:
inDir <- "C:/Documents and Settings/Monville/Alanine Dipeptide/DBP1/DHA"
setwd(inDir)
T <-
2011 Jul 21
51
Linux Stubdom Problem
2011/7/19 Stefano Stabellini <stefano.stabellini@eu.citrix.com>:
> CC''ing Tim and xen-devel
>
> On Mon, 18 Jul 2011, Jiageng Yu wrote:
>> 2011/7/16 Stefano Stabellini <stefano.stabellini@eu.citrix.com>:
>> > On Fri, 15 Jul 2011, Jiageng Yu wrote:
>> >> 2011/7/15 Jiageng Yu <yujiageng734@gmail.com>:
>> >> > 2011/7/15