search for: gi2

Displaying 11 results from an estimated 11 matches for "gi2".

Did you mean: g2
2011 Apr 27
2
[LLVMdev] built-in longjmp and setjmp
I declared gi2 as "volatile" and I think gi2 is still incremented once. Here is a snippet of the code. Line 39 - 42 increments gi2. According to the standard, shouldn't ++gi2 be executed twice regardless of whether gi2 is volatile or not? Isn't the missing chain from EH_SJLJ_SETJMP node to load...
2011 Apr 27
3
[LLVMdev] built-in longjmp and setjmp
...to behave as if they were the standard library calls. They are not > equivalent and the naming similarity is an unfortunate historical artifact. > Use the standard library functions instead. > > -Jim > > On Apr 27, 2011, at 1:22 PM, Akira Hatanaka wrote: > > > I declared gi2 as "volatile" and I think gi2 is still incremented once. > > Here is a snippet of the code. Line 39 - 42 increments gi2. > > > > According to the standard, shouldn't ++gi2 be executed twice regardless > of whether gi2 is volatile or not? Isn't the missing chai...
2011 Apr 27
0
[LLVMdev] built-in longjmp and setjmp
...hese builtins. You are expecting them to behave as if they were the standard library calls. They are not equivalent and the naming similarity is an unfortunate historical artifact. Use the standard library functions instead. -Jim On Apr 27, 2011, at 1:22 PM, Akira Hatanaka wrote: > I declared gi2 as "volatile" and I think gi2 is still incremented once. > Here is a snippet of the code. Line 39 - 42 increments gi2. > > According to the standard, shouldn't ++gi2 be executed twice regardless of whether gi2 is volatile or not? Isn't the missing chain from EH_SJLJ_SET...
2011 Apr 27
0
[LLVMdev] built-in longjmp and setjmp
I have another basic question about setjmp/longjmp. When I compile and run the following program, is it expected that global variable gi2 will be incremented twice? It seems that the code generated with clang and llc increments it only once (line 37-43 of attached file). $ clang setjmp6.c -o setjmp6.arm.ll -emit-llvm -O3 -S -ccc-host-triple arm-unknown-darwin -ccc-clang-archs arm $ llc setjmp6.arm.ll -o setjmp6.arm.s #include <s...
2011 Apr 13
3
[LLVMdev] built-in longjmp and setjmp
On Apr 13, 2011, at 9:51 AM, Akira Hatanaka wrote: > int > main (int argc, char** argv) > { > int n = atoi(argv[1]), r; > > if ((r = setjmp (buf))) > { > printf("n = %d\n", n); > return 0; > } Non-volatile local variables are not preserved by setjmp(), so this program can print whatever it wants. /jakob
2011 Apr 27
0
[LLVMdev] built-in longjmp and setjmp
...ng them to behave as if they were the standard library calls. They are not equivalent and the naming similarity is an unfortunate historical artifact. Use the standard library functions instead. > > -Jim > > On Apr 27, 2011, at 1:22 PM, Akira Hatanaka wrote: > > > I declared gi2 as "volatile" and I think gi2 is still incremented once. > > Here is a snippet of the code. Line 39 - 42 increments gi2. > > > > According to the standard, shouldn't ++gi2 be executed twice regardless of whether gi2 is volatile or not? Isn't the missing chain fro...
2011 Apr 27
1
[LLVMdev] built-in longjmp and setjmp
...standard library calls. They are not > equivalent and the naming similarity is an unfortunate historical artifact. > Use the standard library functions instead. > > > > -Jim > > > > On Apr 27, 2011, at 1:22 PM, Akira Hatanaka wrote: > > > > > I declared gi2 as "volatile" and I think gi2 is still incremented once. > > > Here is a snippet of the code. Line 39 - 42 increments gi2. > > > > > > According to the standard, shouldn't ++gi2 be executed twice regardless > of whether gi2 is volatile or not? Isn't t...
2010 Sep 24
1
Fitting GLMM models with glmer
...ransformations proposed in the paper, and with the following rotine fitted the model achieving estimates for the same fixed parameters and for theta1: proc nlmixed data=liver; parms theta1 = 1 b0 = -2:8 btrt = -0.54 bhrt =0:18; pi = CDF('NORMAL',ai); if(pi > 0:999999) then pi =0:999999; gi2 = quantile('GAMMA',pi, 1/theta1); gi = theta1 * gi2; xb= log_s + b0 + btrt * treat + bhrt * heart+ log(gi); lambda=exp(xb); model cens ~ poisson(lambda); random ai ~ normal(0,1) subject=INST; run; This time I' m lost. Could anyone please give me a hint? The data set is: liver <- as...
2007 Oct 04
0
802.1q & bridge
...------------------- - Cisco Router - ------------------- /-------/ \-----------\ upstream | | client vlans connection | | \--- Gi1 - Linux Box - Gi2 ---/ Gi1 is an upstream connection, Gi2 holds several 802.1q vlans. This already works with one vlan transported to it. However, when i try to add another vlan and i try to send icmp packets from one side to the other, arp relationships are established, however only _some_ of the packets sent...
2016 Aug 18
5
[PATCH v2 0/4] New getprogname module
...tests/test-nonblocking-pipe-main.c | 3 - tests/test-nonblocking-socket-main.c | 3 - tests/test-obstack-printf.c | 3 - tests/test-openat.c | 3 - tests/test-parse-datetime.c | 3 - tests/test-pipe-filter-gi1.c | 3 - tests/test-pipe-filter-gi2-main.c | 3 - tests/test-pipe-filter-ii1.c | 3 - tests/test-pipe-filter-ii2-main.c | 3 - tests/test-quotearg-simple.c | 3 - tests/test-quotearg.c | 3 - tests/test-rbtree_list.c | 3 - tests/test-rbtree_oset.c | 3 - test...
2006 Apr 10
1
Display an arrow, or transparent image colors
I want to display an arrow in the user interface between 2 GUI Components. I think I know how I can do it, but I ran into a problem displaying pixel images with transparent background. I describe this image display problem here and ask for advice. but if someone knows of a different and easier way to display arrows, please tell me. Example Problem: I want a FXHorizontalFrame to contain, from