Displaying 3 results from an estimated 3 matches for "__remq".
2006 Jun 26
0
[klibc 21/43] alpha support for klibc
...ed-21 -fcall-saved-22 -ffixed-23 -fcall-saved-24 \
+ -ffixed-25 -ffixed-27
+
+KLIBCARCHOBJS := arch/$(KLIBCARCH)/pipe.o arch/$(KLIBCARCH)/setjmp.o
+KLIBCARCHOBJS += arch/$(KLIBCARCH)/syscall.o arch/$(KLIBCARCH)/sysdual.o
+
+DIVOBJS += arch/$(KLIBCARCH)/__divqu.o \
+ arch/$(KLIBCARCH)/__remqu.o \
+ arch/$(KLIBCARCH)/__divq.o \
+ arch/$(KLIBCARCH)/__remq.o \
+ arch/$(KLIBCARCH)/__divlu.o \
+ arch/$(KLIBCARCH)/__remlu.o \
+ arch/$(KLIBCARCH)/__divl.o \
+ arch/$(KLIBCARCH)/__reml.o
+
+KLIBCARCHOBJS += $(DIVOBJS)
+
+quiet_cmd_regs...
1998 Jun 03
0
R-beta: locfit package.
...0.61.1/include -c density.c -o
density.o
cc -ieee_with_inexact -O2 -I/usr/local/R-0.61.1/include -c kappa0.c -o
kappa0.o
cc -ieee_with_inexact -O2 -I/usr/local/R-0.61.1/include -c simul.c -o
simul.o
ld:
Warning: Unresolved:
pnorm
exp
log
sqrt
fabs
printf
igamma
lgamma
ibeta
pow
calloc
floor
__remq
__divq
sin
cos
pchisq
atan2
runif
pf
dchisq
df
fprintf
rnorm
rpois
rexp
__exc_add_pc_range_table
__exc_remove_pc_range_table
__exc_add_gp_range
__exc_remove_gp_range
R
data
DONE
Installing documentation of package `locfit' ...
>>> Building help pages for package `locfit'
For...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: