search for: wheter

Displaying 20 results from an estimated 106 matches for "wheter".

Did you mean: whether
2012 Aug 09
2
[LLVMdev] The use-define chain in LLVM
Thanks for your response! But I want to determine wheter the specific variable's value has been changed between two usages of variable, and wheter the parameter's value is changed in a function. Like the reaching definition analysis, and ud chains. 2012/8/9 ��f�� (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw>: > On Thu, Aug 09, 2012 at 1...
2008 Nov 14
1
Unable to install Cairo package
...yes checking for cairo.h... yes checking for PNG support in Cairo... yes checking for ATS font support in Cairo... no .... checking whether cairo_image_surface_get_format is declared... no checking for FreeType support in cairo... yes checking whether FreeType needs additional flags... no checking wheter libjpeg works... yes checking wheter libtiff works... no configure: creating ./config.status ... xlib-backend.c:34:74: error: X11/Intrinsic.h: No such file or directory xlib-backend.c: In function 'Rcairo_init_xlib': xlib-backend.c:158: warning: implicit declaration of function 'XrmUniq...
2012 Aug 09
0
[LLVMdev] The use-define chain in LLVM
On Thu, Aug 9, 2012 at 6:57 AM, Jianfei Hu <hujianfei258 at gmail.com> wrote: > Thanks for your response! > > But I want to determine wheter the specific variable's value has been > changed between > two usages of variable, and wheter the parameter's value is changed in > a function. Like the > reaching definition analysis, and ud chains. > > > 2012/8/9 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw>:...
2012 Aug 09
2
[LLVMdev] The use-define chain in LLVM
...nd variable pointer alias. Does LLVM offer the interface to solve that? 2012/8/9 Alex Rønne Petersen <xtzgzorex at gmail.com>: > On Thu, Aug 9, 2012 at 6:57 AM, Jianfei Hu <hujianfei258 at gmail.com> wrote: >> Thanks for your response! >> >> But I want to determine wheter the specific variable's value has been >> changed between >> two usages of variable, and wheter the parameter's value is changed in >> a function. Like the >> reaching definition analysis, and ud chains. >> >> >> 2012/8/9 陳韋任 (Wei-Ren Chen) <chen...
2009 Oct 01
1
3-layer structure and the bonnie rewrite problem
...i like it a lot and think about migrating my NFS setup completely to GlusterFS. But i ran into some problems with my chosen structure. Hopefully someone can help out. The first questions: i ran into some performance issues with a certain structure/setup and like to know (before i continue testing) wheter this is a valid approach or simply "dont do". In my tests (dd and bonnie++) the targeted setup (3-layer, below) shows a realy poor performance (especially with the bonnie-rewrite-test, already discussed in this list, but not in this context, i think). So: does this approach (3-layer) does...
2011 Mar 17
3
is this possible
dear all i need driver for IC CY7C68001 (cypress semiconductor) for linux .can anyone guide me for this driver link? i am running my exe through Wine.. so wheter wine will automatically pick the driver from kernal or i have to add this driver into the W ine lib ?? regards
2019 Apr 01
2
API for checking whether the encoder is in DTX (PR #107)
...d APIs. */ #define OPUS_HAVE_OPUS_PROJECTION_H @@ -715,6 +716,16 @@ extern "C" { * </dl> * @hideinitializer */ #define OPUS_GET_PHASE_INVERSION_DISABLED(x) OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST, __opus_check_int_ptr(x) +/** Gets the DTX state of the encoder. + * Returns wheter the last encoded frame was either a comfort noise update + * during DTX or not encoded because of DTX. + * @param[out] x <tt>opus_int32 *</tt>: Returns one of the following values: + * <dl> + * <dt>0</dt><dd>The encoder is not in DTX.</dd> + * <dt&g...
2006 Jul 20
2
Cannot add ACL entry in Windows.
...stored in ldap. Using setfacl renders correct user/groups in the windows acl editor, and works perfectly. However, when I try to add a user/group in the Security tab for a share/folder I get the following message "The program cannot open the required dialog box because it cannot determine wheter the computer named fileserv is joined to a domain. Close this message and try again." Followed by "The system cannot find text for message 0x%1 in the message file for %2". The error occurs with all users, tested on windows xp SP2 and windows 2k3 SP1. The problem occured in samba...
2006 May 31
2
Zap Channels , for round-robin search and call
...only dial through one of the port , Actually I want to dial outside using round - robin search After reading the manuals , I have plans to modified the above line as exten => _9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1}) Please let me know wheter the above line , is correct to use I think , it will dial any one of the four channel which is available Please give your comments on the putting the line exten => _9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXTEN:1}|ZAP/4/${EXTEN:1}) Thank...
2011 May 19
2
Shrink file size of pdf graphics
...efile. When I plot the road system, by adding the individual roads with 'lines' and store it as a pdf-file with 'pdf' I get a file of size 13 MB. This is way too large to add it in my LaTeX-document, because there will be some more graphics of this type. Now I'm curious to learn wheter there is a possibility in R to shrink the file size of this graphic? I merely need it in a resolution so that it looks "smooth" when printed out. I don't know much about the storage of R graphics, but maybe there is a way to change the way the file is stored perhaps as a pixel image?...
2012 Aug 09
0
[LLVMdev] The use-define chain in LLVM
...for a research project, correct? -- John T. > > 2012/8/9 Alex Rønne Petersen <xtzgzorex at gmail.com>: >> On Thu, Aug 9, 2012 at 6:57 AM, Jianfei Hu <hujianfei258 at gmail.com> wrote: >>> Thanks for your response! >>> >>> But I want to determine wheter the specific variable's value has been >>> changed between >>> two usages of variable, and wheter the parameter's value is changed in >>> a function. Like the >>> reaching definition analysis, and ud chains. >>> >>> >>> 2012/8/9...
2016 Mar 30
2
[PATCH/DRAFT] Embed metadata into object file
...odule level: !llvm.extra_sections = {!0} !0 = !{!"clang.analysis", !"Information"} The attached patch, then takes all key-value pairs from the named llvm.extra_sections named metadata, and appends them as zero-terminated strings to the desired section. I'm not sure, wheter this is the best solution to the problem, and wheter it is general enough. I was also thinking about the possibility to attach LLVM passes from the plugin interface to the clang/CodeGen backend, but I could not figure out how to do this without breaking all the used abstraction. I post this to llv...
2009 Jul 06
3
Speed up code, profiling, optimization, lapply vs. loops
...~1000 Parameters takes about 5 minutes on my machine. I know that loops in R are slow more often than not. Thus, I thought using 'lapply' is a better way. But anyways, it is just another way of a loop. Besides, it involves some overhead for the function call and hence i'm not sure wheter using 'lapply' is really the better choice. What I like to know is to figure out, where the bottleneck lies. Vectorization would help, but since I don't think that there is vectorized 'glm' function, which is able to handle a vector of family objects. I'm not aware if th...
2009 Jul 21
1
problem installing cairo on freebsd
...cairo -lX11 checking for library containing deflate... none required checking whether Cairo programs can be compiled... yes checking whether cairo_image_surface_get_format is declared... no checking for FreeType support in cairo... yes checking whether FreeType needs additional flags... no checking wheter libjpeg works... yes checking wheter libtiff works... yes configure: creating ./config.status config.status: creating src/Makevars config.status: creating src/cconfig.h ** libs "Makevars", line 2: Need an operator "Makevars", line 4: Need an operator make: fatal errors encounter...
2012 Aug 10
3
[LLVMdev] The use-define chain in LLVM
...12/8/9 Alex Rønne Petersen <xtzgzorex at gmail.com>: >>> >>> On Thu, Aug 9, 2012 at 6:57 AM, Jianfei Hu <hujianfei258 at gmail.com> >>> wrote: >>>> >>>> Thanks for your response! >>>> >>>> But I want to determine wheter the specific variable's value has been >>>> changed between >>>> two usages of variable, and wheter the parameter's value is changed in >>>> a function. Like the >>>> reaching definition analysis, and ud chains. >>>> >>>&g...
2019 Apr 08
3
API for checking whether the encoder is in DTX (PR #107)
...16,16 @@ extern "C" { > > * </dl> > > * @hideinitializer */ > > #define OPUS_GET_PHASE_INVERSION_DISABLED(x) > > OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST, __opus_check_int_ptr(x) > > +/** Gets the DTX state of the encoder. > > + * Returns wheter the last encoded frame was either a comfort noise > update > > > s/wheter/whether/ > > > > + * during DTX or not encoded because of DTX. > > + * @param[out] x <tt>opus_int32 *</tt>: Returns one of the following > > values: > > + * <dl>...
2015 Mar 16
2
[PATCH] btrfs-qgroup-show: add check for "--raw"
...@@ -1210,12 +1210,43 @@ do_btrfs_qgroup_destroy (const char *qgroupid, const char *subvolume) return 0; } +/* btrfs qgroup show command change default output to + * binary prefix since v3.18.2, such as KiB; + * also introduced '--raw' to keep traditional behaviour. + * We could check wheter 'btrfs qgroup show' support '--raw' + * option by checking the output of + * 'btrfs qgroup show' support --help' command. + */ +static int +test_btrfs_qgroup_show_raw_opt (void) +{ + static int result = -1; + if (result > 0) + return result; + + CLEANUP_FREE cha...
2012 Aug 09
2
[LLVMdev] The use-define chain in LLVM
Hello All, Is the use-define chain related API avaliable in LLVM? I want to get the information about the variables' value changes at different points in the program. Best wishes.
2012 Aug 09
0
[LLVMdev] The use-define chain in LLVM
On Thu, Aug 09, 2012 at 11:16:15AM +0800, Jianfei Hu wrote: > Hello All, > > Is the use-define chain related API avaliable in LLVM? I want > to get the information > about the variables' value changes at different points in the program. Is this [1] fit your need? HTH, chenwj [1] http://llvm.org/docs/ProgrammersManual.html#iterate_chains -- Wei-Ren Chen (陳韋任)
2010 Apr 16
0
Removing empty (or very underpopulated) sub-populations
...in 1:length(levels(factor(group)))) { are.normal[i] <- normality(response[group==levels(factor(group))[i]]) } whrere: 1) response is response (numeric variable), 2) group is grouping variable (factor), 4) normality is a function which takes one variable as argument, and the tries to figure out wheter it's normal (TRUE) or not (FALSE). My problem is that sometimes, some combinations of response~group produce empty populations or very underpopulated (eg. situation when you examine relation between country of origin and age of respondents, and it turns out, that you have only one guy from som...