Displaying 3 results from an estimated 3 matches for "respresentation".
Did you mean:
representation
2009 Apr 07
0
Comparing Sample / Population Geographic Distributions
I am trying to confirm that the sample is not different from the population
with respect to geographical respresentation for the following data:
region population sample n_total s_total
1 north 1244 232 9077 1032
2 south 4333 100 9077 1032
3 east 1500 200 9077 1032
4 west 2000 500...
2008 Jan 04
0
[LLVMdev] Extraction of Arguments Passed to a Function
Hi,
I am trying to extract the name of the variables passed as an Argument to a
Function. I am using a runOnFunction Pass.
For example in the following IR respresentation,
define void @foo(i32 %limit) {
entry:
--
--
}
I should be able to walk the IR and get '%limit' as the external variable
passed to the function.
Another question, Is it possible to create a basic symbol table ( internal
variables in a function, global variables outside of a fucntion ) on...
2002 Jul 15
6
confusing comment in encoder_example.c
I think the example in the comment has a '-' that shouldn't be there (line
108):
/*********************************************************************
Encoding using a VBR quality mode. The usable range is -.1
(lowest quality, smallest file) to 1. (highest quality, largest file).
Example quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR
ret =