Displaying 6 results from an estimated 6 matches for "icode".
Did you mean:
code
2013 May 11
0
[LLVMdev] Fw: Accepting iCode as input to SDCC
FYI for people who may be interested in using LLVM with 8-bit CPUs.
Begin forwarded message:
Date: Sat, 11 May 2013 15:29:12 +0300
From: Paul Sokolovsky
To: sdcc-devel at lists.sourceforge.net
Subject: Accepting iCode as input to SDCC
Hello,
I'm interested to make SDCC accept iCode (its own intermediate
representation) as an input format. The motivation being taking
intermediate format from other compilers' frontends, which support more
languages and have better high-level optimizations, convert to iC...
2018 May 30
2
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
...cluded the definition of the DTp function from the IAPWS95 library.
====================================
library(IAPWS95)
library(tidyverse)
initial <- data.frame(T=c(279,294),p=c(0.46,0.46))
initial2 <- initial %>%
mutate(rho=DTp(T,p))
> DTp
function (T, p)
{
y <- 0
icode <- 0
res <- .Fortran("DTp", as.double(T), as.double(p), as.double(y),
as.integer(icode))
options(digits = 9)
if (res[[4]] != 0) {
error <- as.character(errorCodes[which(errorCodes[, 1] ==
res[[4]]), 2])
print(error)
}
prin...
2018 May 30
0
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
...library.
> ====================================
> library(IAPWS95)
> library(tidyverse)
>
> initial <- data.frame(T=c(279,294),p=c(0.46,0.46))
> initial2 <- initial %>%
> mutate(rho=DTp(T,p))
>
>> DTp
> function (T, p)
> {
> y <- 0
> icode <- 0
> res <- .Fortran("DTp", as.double(T), as.double(p), as.double(y),
> as.integer(icode))
> options(digits = 9)
> if (res[[4]] != 0) {
> error <- as.character(errorCodes[which(errorCodes[, 1] ==
> res[[4]]), 2])
>...
2002 Nov 27
5
multi OS bootable CD, ISOLinux, ERD Commander problem
...modification in the build.mak
boot:=-b isolinux/isolinux.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-hide isolinux.bin -hide-joliet isolinux.bin \
-hide boot.catalog -hide-joliet boot.catalog
-hide trans.tbl -hide-joliet trans.tbl
mkisofsargs:=-J -N -U -T -icode=big5
hope this help ^_^
2006 Jan 13
26
A couple of issues
I''ve been testing ZFS since it came out on b27 and this week I BFUed to b30. I''ve seen two problems, one I''ll call minor and the other major. The hardware is a Dell PowerEdge 2600 with 2 3.2GHz Xeons, 2GB memory and a perc3 controller. I have created a filesystem for over 1000 users on it and take hourly snapshots, which destroy the one from 24 hours ago, except the
2004 Apr 23
3
zaptel on Fedora (Core 1) RedHat Linux-2.4
...hen tried to compile zaptel (zaptel-0.9.1.tar downloaded from ftp site) to get errors (see below)
All errors are in the kernel.h (and others) file included in tor2.c
I haven't added any digium/other h/w as yet.
Could anyone help me fix this please.
Regards,
Satish Kumar B.G
satishkbg@vsnl.net
ICODE india pvt ltd
Bangalore
India
------------- errors ------------------
[root@localhost zaptel-0.9.1]# make clean; make install
rm -f torisatool makefw tor2fw.h
rm -f zttool
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f *.ko *.mod.c .*o.cmd
r...