search for: txx

Displaying 10 results from an estimated 10 matches for "txx".

Did you mean: tx
2007 Jul 30
2
Tabs in PDF documents
...character 0x9 Warning: font width unknown for character 0x9 and the tabs are ignored. I have tied par() with and without family="mono". Is there a work-around available for this? Dennis COMMANDS: pdf("junk.pdf") par(family="mono") plot(1,1) text(1,1, "\txx") mtext("\txx") dev.off()
2008 Jul 31
4
Identifying common prefixes from a vector of words, and delete those prefixes
For example, c("dog.is.an.animal", "cat.is.an.animal", "rat.is.an.animal"). How can I identify the common prefix is ".is.an.animal" and delete it to give c("dog", "cat", "rat") ? Thanks _________________________________________________________________ [[alternative HTML version deleted]]
2002 Sep 23
2
Libvorbis suggestion & floating point exception
...ate combinations. For example, the original encoder_example.c, with just the initialization line changed to vorbis_encode_init(&vi,2,22050,48000,48000,48000); generates a "floating point exception 0xc0000090" in psy.c / bark_noise_hybridmp (line 642). The code reads: D = tN * tXX - tX * tX; R = (A + fi * B) / D; Before the crash, tXX and tX are both 0, thus D == 0. This causes a "divide by zero". As said, it is reproducible every single time. At higher sample rates it works at 48kbps, but crashes at higher bit rates. I tested the 1.0 build (static as well as...
2009 Mar 13
1
AGX Asterisk Addon - Can't find app_fax.c withspandsp-0.0.4
...ddons.svn.sourceforge.net/svnroot/agx-ast-addons agx-ast-addons cd agx-ast-addons/trunk ./build.sh I've got this: CMake Error in spandsp-0.0.4/CMakeLists.txt: ? Cannot find source file "app_fax.c".? Tried extensions .c .C .c++ .cc .cpp ? .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx This is coherent with : A??? agx-ast-addons/trunk/spandsp-0.0.4 A??? agx-ast-addons/trunk/spandsp-0.0.4/app_rxfax.c A??? agx-ast-addons/trunk/spandsp-0.0.4/app_txfax.c A??? agx-ast-addons/trunk/spandsp-0.0.4/CMakeLists.txt A??? agx-ast-addons/trunk/spandsp-0.0.4/README My CMake knowledge is too...
2009 Mar 11
0
AGX Asterisk Addon - Can't find app_fax.c with spandsp-0.0.4
...ns.svn.sourceforge.net/svnroot/agx-ast-addonsagx-ast-addons> cd agx-ast-addons/trunk ./build.sh I've got this: CMake Error in spandsp-0.0.4/CMakeLists.txt: Cannot find source file "app_fax.c". Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx This is coherent with : A agx-ast-addons/trunk/spandsp-0.0.4 A agx-ast-addons/trunk/spandsp-0.0.4/app_rxfax.c A agx-ast-addons/trunk/spandsp-0.0.4/app_txfax.c A agx-ast-addons/trunk/spandsp-0.0.4/CMakeLists.txt A agx-ast-addons/trunk/spandsp-0.0.4/README My CMake knowledge is too...
2004 Nov 02
1
bug query
...ib (I tried using bugzilla with no success): My problem is that I encountered a divide by zero exception that I tracked down to bark_noise_hybridmp() in PSY.C. I don't pretend to know what bark_noise_hybridmp() does but there are a few instances of the following in that routine: D = tN * tXX - tX * tX; R = (A + x * B) / D; When I prevented R from being calculated if D == 0 the problem went away and the resultant OGG file could still be played by WinAmp. I've successfully built all v1.0.1 libraries (ogg, vorbis, vorbisenc & vorbisfile) on winXP with borland C++ builder v6....
2002 Jan 14
2
few question
hi, i'm wondering aboot the option "vendor-class identifier" what means these two number? i have actually us it in my dhcpd.conf, and all is working, but i don't know what it mean.... if substring (option vendor-class-identifier, 0, 3) = "PXE" i have the same question for the "option vendor-encapsulated-options" ? this is just because, i just read a ltsp
2016 Mar 23
1
interpretation of dag output
I'm trying to figure out how to interpret DAG output that is shown below. If I were to draw it by hand, how would I do it? I tried to do it, but unfortunately I can't figure it out. I know there is a way to generate a graph, but I made some changes to my backend which hangs clang/llc. Would someone be kind enough to give a picture of what of a graph below? I'm sure once I see one I
2011 Oct 25
0
[LLVMdev] [LLVMDev] Clang stopped compiling?
On Oct 25, 2011, at 6:09 AM, Marcello Maggioni wrote: > Hi, I'm trying to compile the latest clang/llvm SVN versions and I get > this error on multiple systems : Linking, not compiling, but still. I am getting a similar error when building this morning. > Undefined symbols for architecture x86_64: > "clang::Sema::checkPseudoObjectRValue(clang::Expr*)", referenced
2011 Oct 25
2
[LLVMdev] [LLVMDev] Clang stopped compiling?
Hi, I'm trying to compile the latest clang/llvm SVN versions and I get this error on multiple systems : (Compiling with gcc): llvm[4]: Compiling cc1_main.cpp for Debug+Asserts build llvm[4]: Compiling cc1as_main.cpp for Debug+Asserts build llvm[4]: Compiling driver.cpp for Debug+Asserts build llvm[4]: Linking Debug+Asserts executable clang