search for: spands

Displaying 20 results from an estimated 21 matches for "spands".

Did you mean: sands
2012 Apr 20
2
[LLVMdev] Hexagon Test cases.
Here's a patch that contains Hexagon Test cases. Please review. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonTestCases.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120420/eb32dede/attachment.ksh>
2012 Apr 20
0
[LLVMdev] Hexagon Test cases.
On Apr 20, 2012, at 1:58 PM, Sirish Pande <spande at codeaurora.org> wrote: > Here's a patch that contains Hexagon Test cases. Please review. You can't include these in the patches that they're supposed to go along with? -eric
2012 Apr 20
1
[LLVMdev] Hexagon Test cases.
Sure I can do that. In that case, let me recreate all the patches (along with the test cases) and put up the patches for review. sirish On 4/20/2012 4:16 PM, Eric Christopher wrote: > On Apr 20, 2012, at 1:58 PM, Sirish Pande<spande at codeaurora.org> wrote: > >> Here's a patch that contains Hexagon Test cases. Please review. > You can't include these in the
2017 Jun 23
1
MODISTools Help
...,'long') > > ###change date format and change start date to previous 14 days > firstobs$start.date <- dmy(firstobs$start.date) > firstobs$end.date <- dmy(firstobs$end.date) > firstobs$start.date <- firstobs[,2] - as.difftime(14, unit='days') ###time frame now spands two weeks > > ###define parameters > product <- "MOD13Q1" > bands <- c('250m_16_days_EVI', '250m_16_days_NDVI', '250m_16_days_VI_Quality') > pixel <- c(0,0) > > ###define data > period <- data.frame(lat=firstobs$lat, long=firstob...
2003 May 31
5
CAC ADIT600 / T400 config
I know a few ppl have those CAC Adit 600's with t400 I can't seem to get my second span up on the T400 connected to the second spand on the adit (A:2) A:1 seems ok Can someone post they zaptel.conf span defintions And maybe a "print config" from the adit 600 cli I think my issue is timing srcs the coding, framing. bld out are all matched thx -------------- next part
2017 Jun 23
0
MODISTools Help
....date','lat','long') ###change date format and change start date to previous 14 days firstobs$start.date <- dmy(firstobs$start.date) firstobs$end.date <- dmy(firstobs$end.date) firstobs$start.date <- firstobs[,2] - as.difftime(14, unit='days') ###time frame now spands two weeks ###define parameters product <- "MOD13Q1" bands <- c('250m_16_days_EVI', '250m_16_days_NDVI', '250m_16_days_VI_Quality') pixel <- c(0,0) ###define data period <- data.frame(lat=firstobs$lat, long=firstobs$long, start.date =firstobs$start.da...
2012 Mar 05
1
[LLVMdev] printing hex format for floating point number
Hi, I am trying to print a hex value ( 4111999A for 9.1) for a corresponding floating point number. The routine convertToHexString in APFFloat class only prints in C99 Floating point hexagondecimal constant (eg 1.e00000p3). Without writing my own routine, how do I get to print the hexadecimal representation for a floating point value? Sirish -- Qualcomm Innovation Center, Inc is a member
2012 Jul 10
1
[LLVMdev] floating point: seto opcode
Hi, Given the following in ISDOpcodes.h SETO, // 0 1 1 1 True if ordered (no nans) SETUO, // 1 0 0 0 True if unordered: isnan(X) | isnan(Y) Is it safe to assume that SETO is not of SETUO? We have support for setuo in the architecture but not seto. Sirish -------------- next part -------------- An HTML attachment was scrubbed...
2009 Nov 12
0
[Asterisk 0013405]: [patch] T38 gateway (fwd)
...================================================================= Summary: [patch] T38 gateway Description: Hi all, I'm sending you patch containing new application app_faxgateway.c ("FaxGateway") which is able to mediate T30 to T38 and vice versa. Feature is using spands library (I used spandsp-0.0.4pre18 and spandsp-0.0.5pre4). Best regards Daniel. ====================================================================== ---------------------------------------------------------------------- (0113693) dafe_von_cetin (reporter) - 2009-11-11 17:47 https://issues....
2005 Mar 08
0
Workgroup that spans more than one subnet
I want a workgroup that spands two IP subnets. My configuration is: INTERNET | __eth1__ |-----------eth0|________|eth2---------------| 192.168.0.0/24 Gateway 192.168.1.0/24 <------------------------------------------------>...
2017 Jun 22
1
MODISTools Help
1. You should always cc the list unless there is a clear reason not to. 2. You still have failed to follow the posting guide: You say you have difficulty troubleshooting your code, but you have shown us no code. You got an error message that seems explicit, but with neither code nor data, I do not know whether anyone can make sense of it. In any case, I certainly cannot. Cheers, Bert Bert
2017 Jun 23
0
MODISTools help - with reproducible examples
Please read up [1][2][3] on what constitutes reproducibility. A sample of data that triggers the problem is essential. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example [2] http://adv-r.had.co.nz/Reproducibility.html [3] https://cran.r-project.org/web/packages/reprex/index.html -- Sent from my phone. Please excuse my brevity. On June 23, 2017 6:54:48
2010 Dec 25
0
For sale Yamaha DGX-640 Grand Piano Keyboard for $450USD
We are wholesale supplier of DJ equipment here in Taiwan.We have various model in stock such as Guitar,Amps/Effects,Bass,Drums,Keyboards,Live Sound in stock.interested buyers should contact us at the below address yangmiaofenggear at yahoo.com yangmiaofenggear at hotmail.com Pioneer DJM 909 ...................$500USD PIoneer DJM 700 ...................$450USD Pioneer DJM 800
2017 Jun 23
2
MODISTools help - with reproducible examples
I have and they have not yet replied - however that was only two or three days ago. I have included a code example. > On Jun 22, 2017, at 8:25 PM, David Winsemius <dwinsemius at comcast.net> wrote: > >> >> On Jun 22, 2017, at 4:44 PM, Caroline <gliddeca at science.oregonstate.edu> wrote: >> >> I am using the R-package MODISTools (different than
2005 Sep 14
11
RxFax/TxFax - Compile Problem
Anyone know how to fix this? gcc -shared -Xlinker -x -o app_rxfax.so app_rxfax.c -lspandsp -ltiff In file included from app_rxfax.c:14: /usr/include/asterisk/lock.h: In function `ast_mutex_init': /usr/include/asterisk/lock.h:302: error: `PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function) /usr/include/asterisk/lock.h:302: error: (Each undeclared identifier is re...
2012 Apr 19
1
[LLVMdev] Hexagon Patch for
Hi, Here's a Hexagon patch for replacing transfer/copy instructions to combine for review. This patch does not yield any warnings on Hexagon, Arm and X86 build on Linux. This work is by Arnold Schwaighofer. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name:
2012 Apr 19
0
[LLVMdev] Patch for Hexagon Architectural feature, New value jump.
Here's a Hexagon patch for Hexagon New Value Jump instructions for review. This patch does not yield any warnings on Hexagon, Arm and X86 build on Linux. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonNewValueJump.patch URL:
2012 Apr 19
0
[LLVMdev] Hexagon cfe patch for V5- floating point support.
Here's a Hexagon cfe patch for floating point support. Please take some time to review this patch. This patch does not yield any warnings on Hexagon, Arm and X86 build on Linux. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonV5-FP-Support-cfe.patch
2012 Apr 19
0
[LLVMdev] Hexagon llvm patch for V5- floating point support.
Here's a Hexagon llvm patch for floating point support. Please take some time to review this patch. This patch does not yield any warnings on Hexagon, Arm and X86 build on Linux. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonV5-FP-Support-llvm.patch
2012 Apr 19
4
[LLVMdev] Target Dependent Hexagon Packetizer patch
Hi, Here's a patch for Hexagon Packetizer for review. This patch does not yield any warnings. Sirish -- Qualcomm Innovation Center, Inc is a member of Code Aurora Forum -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: HexagonPacketizer.patch URL: