ruby-dcl 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +321 -0
- data/GenWrapper/Makefile +14 -0
- data/GenWrapper/cproto2init.rb +41 -0
- data/GenWrapper/dcl_narrayed_funcs.rb +181 -0
- data/GenWrapper/dcl_rb_footing +29 -0
- data/GenWrapper/dcl_rb_heading +129 -0
- data/GenWrapper/def.rb +20 -0
- data/GenWrapper/elim_ary_size.rb +398 -0
- data/GenWrapper/etc/Mk_proto +375 -0
- data/GenWrapper/etc/dcl_gen +13 -0
- data/GenWrapper/etc/p_header +63 -0
- data/GenWrapper/etc/p_init +410 -0
- data/GenWrapper/pparse.rb +137 -0
- data/GenWrapper/proto/Makefile +35 -0
- data/GenWrapper/proto/grph1_00 +17 -0
- data/GenWrapper/proto/grph1_csgi.fp +27 -0
- data/GenWrapper/proto/grph1_scpack.fp +442 -0
- data/GenWrapper/proto/grph1_sgpack.fp +1406 -0
- data/GenWrapper/proto/grph1_slpack.fp +316 -0
- data/GenWrapper/proto/grph1_stpack.fp +411 -0
- data/GenWrapper/proto/grph1_swpack.fp +746 -0
- data/GenWrapper/proto/grph2_00 +16 -0
- data/GenWrapper/proto/grph2_grpack.fp +139 -0
- data/GenWrapper/proto/grph2_ucpack.fp +522 -0
- data/GenWrapper/proto/grph2_udpack.fp +692 -0
- data/GenWrapper/proto/grph2_uepack.fp +601 -0
- data/GenWrapper/proto/grph2_ugpack.fp +436 -0
- data/GenWrapper/proto/grph2_uhpack.fp +246 -0
- data/GenWrapper/proto/grph2_ulpack.fp +516 -0
- data/GenWrapper/proto/grph2_umpack.fp +676 -0
- data/GenWrapper/proto/grph2_uspack.fp +989 -0
- data/GenWrapper/proto/grph2_uupack.fp +663 -0
- data/GenWrapper/proto/grph2_uvpack.fp +246 -0
- data/GenWrapper/proto/grph2_uwpack.fp +203 -0
- data/GenWrapper/proto/grph2_uxpack.fp +295 -0
- data/GenWrapper/proto/grph2_uypack.fp +295 -0
- data/GenWrapper/proto/grph2_uzpack.fp +574 -0
- data/GenWrapper/proto/math1_00 +12 -0
- data/GenWrapper/proto/math1_blklib.fp +58 -0
- data/GenWrapper/proto/math1_chrlib.fp +83 -0
- data/GenWrapper/proto/math1_fnclib.fp +79 -0
- data/GenWrapper/proto/math1_gnmlib.fp +118 -0
- data/GenWrapper/proto/math1_gt2dlib.fp +144 -0
- data/GenWrapper/proto/math1_ifalib.fp +123 -0
- data/GenWrapper/proto/math1_indxlib.fp +222 -0
- data/GenWrapper/proto/math1_intlib.fp +46 -0
- data/GenWrapper/proto/math1_lrllib.fp +276 -0
- data/GenWrapper/proto/math1_maplib.fp +24 -0
- data/GenWrapper/proto/math1_oslib.fp +28 -0
- data/GenWrapper/proto/math1_rfalib.fp +420 -0
- data/GenWrapper/proto/math1_rfblib.fp +51 -0
- data/GenWrapper/proto/math1_sublib.fp +60 -0
- data/GenWrapper/proto/math1_syslib.fp +767 -0
- data/GenWrapper/proto/math1_vialib.fp +339 -0
- data/GenWrapper/proto/math1_viblib.fp +264 -0
- data/GenWrapper/proto/math1_vralib.fp +339 -0
- data/GenWrapper/proto/math1_vrblib.fp +264 -0
- data/GenWrapper/proto/math1_xfclib.fp +68 -0
- data/GenWrapper/proto/math2_00 +12 -0
- data/GenWrapper/proto/math2_fftlib.fp +803 -0
- data/GenWrapper/proto/math2_intrlib.fp +32 -0
- data/GenWrapper/proto/math2_odelib.fp_notused +568 -0
- data/GenWrapper/proto/math2_rnmlib.fp +54 -0
- data/GenWrapper/proto/math2_shtlib.fp +1292 -0
- data/GenWrapper/proto/math2_shtlib.fp_old +1294 -0
- data/GenWrapper/proto/math2_vstlib.fp +84 -0
- data/GenWrapper/proto/misc1_00 +17 -0
- data/GenWrapper/proto/misc1_chnlib.fp +47 -0
- data/GenWrapper/proto/misc1_datelib.fp +352 -0
- data/GenWrapper/proto/misc1_fmtlib.fp +19 -0
- data/GenWrapper/proto/misc1_misclib.fp +26 -0
- data/GenWrapper/proto/misc1_randlib.fp +36 -0
- data/GenWrapper/proto/misc1_timelib.fp +151 -0
- data/GenWrapper/proto2c.rb +13 -0
- data/GenWrapper/prototype.rb +209 -0
- data/GenWrapper/util.rb +9 -0
- data/GenWrapper/variable.rb +671 -0
- data/README +29 -0
- data/Rakefile +44 -0
- data/ToDo +2 -0
- data/dcl_cary2obj.c +354 -0
- data/dcl_narrayed_funcs.c +518 -0
- data/dcl_obj2cary.c +512 -0
- data/dcl_rubydcloriginal.c +129 -0
- data/demo/gokuraku/hop/hop.rb +26 -0
- data/demo/gokuraku/jump/jump1.rb +64 -0
- data/demo/gokuraku/jump/jump2.rb +50 -0
- data/demo/gokuraku/layout/lay1.rb +46 -0
- data/demo/gokuraku/layout/lay2.rb +44 -0
- data/demo/gokuraku/step/step0.rb +34 -0
- data/demo/gokuraku/step/step1.rb +84 -0
- data/demo/gokuraku/step/step2.rb +62 -0
- data/demo/gokuraku/u1d/u1d1.rb +37 -0
- data/demo/gokuraku/u1d/u1d2.rb +50 -0
- data/demo/gokuraku/u2d/u2d1.rb +46 -0
- data/demo/gokuraku/u2d/u2d2.rb +49 -0
- data/demo/gokuraku/u2d/u2d3.rb +45 -0
- data/demo/gokuraku/u2d/u2d4.rb +61 -0
- data/demo/grph1/scpack/scpkt2.rb +40 -0
- data/demo/grph1/scpack/scpkt3.rb +102 -0
- data/demo/grph1/scpack/scpkt6.rb +84 -0
- data/demo/grph1/scpack/scpkt7.rb +59 -0
- data/demo/grph1/scpack/scpkt8.rb +60 -0
- data/demo/grph1/scpack/t810630.dat +296 -0
- data/demo/grph1/scpack/t811231.dat +296 -0
- data/demo/grph1/sgpack/sgfont.rb +52 -0
- data/demo/grph1/sgpack/sgfonz.rb +53 -0
- data/demo/grph1/sgpack/sgksx1.rb +44 -0
- data/demo/grph1/sgpack/sgksx2.rb +90 -0
- data/demo/grph1/sgpack/sgksx3.rb +75 -0
- data/demo/grph1/sgpack/sglidx.rb +40 -0
- data/demo/grph1/sgpack/sgltyp.rb +48 -0
- data/demo/grph1/sgpack/sgpk01.rb +39 -0
- data/demo/grph1/sgpack/sgpk02.rb +79 -0
- data/demo/grph1/sgpack/sgpk03.rb +107 -0
- data/demo/grph1/sgpack/sgpk04.rb +86 -0
- data/demo/grph1/sgpack/sgpk05.rb +66 -0
- data/demo/grph1/sgpack/sgpk06.rb +91 -0
- data/demo/grph1/sgpack/sgpk07.rb +66 -0
- data/demo/grph1/sgpack/sgpk08.rb +67 -0
- data/demo/grph1/sgpack/sgpk09.rb +61 -0
- data/demo/grph1/sgpack/sgpk10.rb +58 -0
- data/demo/grph1/sgpack/sgtclr.rb +59 -0
- data/demo/grph1/sgpack/sgtone.rb +70 -0
- data/demo/grph1/sgpack/sgtonz.rb +66 -0
- data/demo/grph1/slpack/slpk01.rb +37 -0
- data/demo/grph1/slpack/slpk02.rb +29 -0
- data/demo/grph1/slpack/slpk03.rb +36 -0
- data/demo/grph1/slpack/slpk04.rb +36 -0
- data/demo/grph2/g2pack/g2pk01.rb +78 -0
- data/demo/grph2/g2pack/g2pk02.rb +75 -0
- data/demo/grph2/grpack/grpk01.rb +65 -0
- data/demo/grph2/ucpack/ucpk01.rb +95 -0
- data/demo/grph2/ucpack/ucpk02.rb +95 -0
- data/demo/grph2/udegpk/u2df01.rb +50 -0
- data/demo/grph2/udegpk/u2df02.rb +76 -0
- data/demo/grph2/udegpk/u2df03.rb +80 -0
- data/demo/grph2/udegpk/u2df04.rb +52 -0
- data/demo/grph2/udegpk/u2df05.rb +70 -0
- data/demo/grph2/udegpk/u2df06.rb +59 -0
- data/demo/grph2/udegpk/u2df07.rb +68 -0
- data/demo/grph2/udegpk/u2df08.rb +91 -0
- data/demo/grph2/udegpk/u2df09b.rb +88 -0
- data/demo/grph2/udegpk/u2df09c.rb +89 -0
- data/demo/grph2/udegpk/u2df09e.rb +88 -0
- data/demo/grph2/udegpk/u2df09f.rb +89 -0
- data/demo/grph2/ulpack/ulpk01.rb +111 -0
- data/demo/grph2/ulpack/ulpk01n.rb +111 -0
- data/demo/grph2/ulpack/ulpk02.rb +111 -0
- data/demo/grph2/ulpack/ulpk02n.rb +111 -0
- data/demo/grph2/umpack/t811231.dat +296 -0
- data/demo/grph2/umpack/test01.rb +69 -0
- data/demo/grph2/umpack/test02.rb +64 -0
- data/demo/grph2/umpack/test03.rb +84 -0
- data/demo/grph2/umpack/test04.rb +54 -0
- data/demo/grph2/umpack/test05.rb +85 -0
- data/demo/grph2/umpack/test06.rb +44 -0
- data/demo/grph2/umpack/test07.rb +43 -0
- data/demo/grph2/umpack/test08.rb +37 -0
- data/demo/grph2/umpack/test09.rb +86 -0
- data/demo/grph2/umpack/test10.rb +52 -0
- data/demo/grph2/umpack/umpk01.rb +65 -0
- data/demo/grph2/umpack/umpk02.rb +54 -0
- data/demo/grph2/umpack/umpk03.rb +46 -0
- data/demo/grph2/umpack/umpk04.rb +65 -0
- data/demo/grph2/umpack/umpk05.rb +84 -0
- data/demo/grph2/uspack/uspk01.rb +39 -0
- data/demo/grph2/uspack/uspk02.rb +47 -0
- data/demo/grph2/uspack/uspk03.rb +38 -0
- data/demo/grph2/uspack/uspk04.rb +64 -0
- data/demo/grph2/uspack/uspk05.rb +68 -0
- data/demo/grph2/uspack/uspk06.rb +43 -0
- data/demo/grph2/uspack/uspk07.rb +62 -0
- data/demo/grph2/uspack/uspk08.rb +46 -0
- data/demo/grph2/uspack/uspk09.rb +89 -0
- data/demo/grph2/uspack/uspk10.rb +48 -0
- data/demo/grph2/uspack/uspk11.rb +71 -0
- data/demo/grph2/uspack/uspk12.rb +51 -0
- data/demo/grph2/uupack/uupk01.rb +50 -0
- data/demo/grph2/uupack/uupk02.rb +74 -0
- data/demo/grph2/uupack/uupk03.rb +56 -0
- data/demo/grph2/uupack/uupk04.rb +84 -0
- data/demo/grph2/uupack/uupk05.rb +74 -0
- data/demo/grph2/uupack/uupk06.rb +77 -0
- data/demo/grph2/uupack/uupk07.rb +88 -0
- data/demo/grph2/uxyzpk/uxyz01.rb +38 -0
- data/demo/grph2/uxyzpk/uxyz02.rb +36 -0
- data/demo/grph2/uxyzpk/uxyz03.rb +37 -0
- data/demo/grph2/uxyzpk/uxyz04.rb +54 -0
- data/demo/grph2/uxyzpk/uxyz05.rb +41 -0
- data/demo/grph2/uxyzpk/uxyz06.rb +42 -0
- data/demo/grph2/uxyzpk/uxyz07.rb +38 -0
- data/demo/grph2/uxyzpk/uxyz08.rb +60 -0
- data/demo/grph2/uxyzpk/uxyz09.rb +52 -0
- data/demo/grph2/uxyzpk/uxyz10.rb +57 -0
- data/demo/grph2/ximage/MEMO +23 -0
- data/demo/grph2/ximage/tomsclm.dat +1344 -0
- data/demo/grph2/ximage/ximg01.rb +145 -0
- data/demo/math1/gt2dlib/gt2d01.rb +33 -0
- data/demo/math2/fftlib/fftl01.rb +28 -0
- data/demo/math2/fftlib/fftl02.rb +224 -0
- data/demo/math2/intrlib/intr01.rb +22 -0
- data/demo/math2/rnmlib/rnml01.rb +21 -0
- data/demo/math2/vstlib/vstl01.rb +29 -0
- data/demo/math2/vstlib/vstl02.rb +38 -0
- data/demo/rakuraku/color/color1.rb +61 -0
- data/demo/rakuraku/color/color2.rb +57 -0
- data/demo/rakuraku/color/color3.rb +81 -0
- data/demo/rakuraku/kihon/kihon1.rb +39 -0
- data/demo/rakuraku/kihon/kihon2.rb +56 -0
- data/demo/rakuraku/kihon/kihon3.rb +57 -0
- data/demo/rakuraku/kihon/kihon4.rb +70 -0
- data/demo/rakuraku/kihon/kihon5.rb +56 -0
- data/demo/rakuraku/kihon/kihon6.rb +40 -0
- data/demo/rakuraku/kihon/kihon7.rb +98 -0
- data/demo/rakuraku/kihon/kihon8.rb +93 -0
- data/demo/rakuraku/kihon/kihon9.rb +77 -0
- data/demo/rakuraku/kihon/kihona.rb +123 -0
- data/demo/rakuraku/kihon/kihonb.rb +73 -0
- data/demo/rakuraku/kihon/kihonc.rb +110 -0
- data/demo/rakuraku/layout/lay1.rb +29 -0
- data/demo/rakuraku/layout/lay2.rb +28 -0
- data/demo/rakuraku/layout/lay3.rb +29 -0
- data/demo/rakuraku/map3d/map3d1.rb +68 -0
- data/demo/rakuraku/map3d/map3d2.rb +67 -0
- data/demo/rakuraku/map3d/map3d3.rb +66 -0
- data/demo/rakuraku/map3d/map3d4.rb +107 -0
- data/demo/rakuraku/map3d/map3d5.rb +118 -0
- data/demo/rakuraku/map3d/map3d6.rb +96 -0
- data/demo/rakuraku/map3d/map3d7.rb +98 -0
- data/demo/rakuraku/miss/miss1.rb +76 -0
- data/demo/rakuraku/miss/miss2.rb +60 -0
- data/demo/rakuraku/quick/quick1.rb +35 -0
- data/demo/rakuraku/quick/quick2.rb +33 -0
- data/demo/rakuraku/quick/quick3.rb +46 -0
- data/demo/rakuraku/quick/quick4.rb +47 -0
- data/demo/rakuraku/quick/quick5.rb +46 -0
- data/demo/rakuraku/u2d/u2d1.rb +50 -0
- data/demo/rakuraku/u2d/u2d2.rb +51 -0
- data/demo/rakuraku/u2d/u2d3.rb +70 -0
- data/demo/rakuraku/u2d/u2d4.rb +59 -0
- data/demo/rakuraku/u2d/u2d5.rb +61 -0
- data/demo/rakuraku/u2d/u2d6.rb +57 -0
- data/demo/rakuraku/u2d/u2d7.rb +103 -0
- data/demo/rakuraku/uspack/uspac1.rb +35 -0
- data/demo/rakuraku/uspack/uspac2.rb +66 -0
- data/demo/rakuraku/uspack/uspac3.rb +37 -0
- data/demo/rakuraku/uspack/uspac4.rb +49 -0
- data/demo/rakuraku/uxyz/uxyz1.rb +37 -0
- data/demo/rakuraku/uxyz/uxyz2.rb +35 -0
- data/demo/rakuraku/uxyz/uxyz3.rb +38 -0
- data/demo/rakuraku/uxyz/uxyz4.rb +36 -0
- data/demo/rakuraku/uxyz/uxyz5.rb +57 -0
- data/demo/rakuraku/uxyz/uxyz6.rb +43 -0
- data/demo/rakuraku/uxyz/uxyz7.rb +39 -0
- data/demo/rakuraku/uxyz/uxyz8.rb +56 -0
- data/demo/rubydcloriginal/uemrkz1.rb +37 -0
- data/dummy.c +9 -0
- data/extconf.rb +133 -0
- data/grph1_csgi.c +119 -0
- data/grph1_scpack.c +1388 -0
- data/grph1_sgpack.c +3876 -0
- data/grph1_slpack.c +432 -0
- data/grph1_stpack.c +1044 -0
- data/grph1_swpack.c +1922 -0
- data/grph1_zgpack.c.org +141 -0
- data/grph2_grpack.c +368 -0
- data/grph2_ucpack.c +1232 -0
- data/grph2_udpack.c +1404 -0
- data/grph2_uepack.c +1443 -0
- data/grph2_ugpack.c +1073 -0
- data/grph2_uhpack.c +943 -0
- data/grph2_ulpack.c +1304 -0
- data/grph2_umpack.c +1540 -0
- data/grph2_uspack.c +2481 -0
- data/grph2_uupack.c +1689 -0
- data/grph2_uvpack.c +943 -0
- data/grph2_uwpack.c +552 -0
- data/grph2_uxpack.c +555 -0
- data/grph2_uypack.c +555 -0
- data/grph2_uzpack.c +1455 -0
- data/init.c.default +187 -0
- data/init.c.gtk +189 -0
- data/lib/dcl.rb +5084 -0
- data/math1_blklib.c +227 -0
- data/math1_chrlib.c +239 -0
- data/math1_fnclib.c +254 -0
- data/math1_gnmlib.c +356 -0
- data/math1_gt2dlib.c +514 -0
- data/math1_ifalib.c +427 -0
- data/math1_indxlib.c +709 -0
- data/math1_intlib.c +167 -0
- data/math1_lrllib.c +817 -0
- data/math1_maplib.c +172 -0
- data/math1_oslib.c +111 -0
- data/math1_rfalib.c +1417 -0
- data/math1_rfblib.c +232 -0
- data/math1_sublib.c +221 -0
- data/math1_syslib.c +2025 -0
- data/math1_vialib.c +1156 -0
- data/math1_viblib.c +1027 -0
- data/math1_vralib.c +1156 -0
- data/math1_vrblib.c +1027 -0
- data/math1_xfclib.c +142 -0
- data/math2_fftlib.c +833 -0
- data/math2_intrlib.c +138 -0
- data/math2_rnmlib.c +226 -0
- data/math2_shtlib.c +1568 -0
- data/math2_vstlib.c +366 -0
- data/misc1_chnlib.c +179 -0
- data/misc1_datelib.c +953 -0
- data/misc1_fmtlib.c +99 -0
- data/misc1_misclib.c +118 -0
- data/misc1_randlib.c +142 -0
- data/misc1_timelib.c +380 -0
- data/obsolete/README +2 -0
- data/obsolete/dcl_ext.html +112 -0
- data/obsolete/dcl_ext.rb +313 -0
- metadata +433 -0
data/grph2_uhpack.c
ADDED
@@ -0,0 +1,943 @@
|
|
1
|
+
/*
|
2
|
+
* $Id: p_header,v 1.2 2011-02-23 17:47:10 koshiro Exp $
|
3
|
+
*/
|
4
|
+
|
5
|
+
#include <stdio.h>
|
6
|
+
#include "ruby.h"
|
7
|
+
#include "libtinyf2c.h"
|
8
|
+
#include "narray.h"
|
9
|
+
|
10
|
+
/* for compatibility with ruby 1.6 */
|
11
|
+
#ifndef StringValuePtr
|
12
|
+
#define StringValuePtr(s) STR2CSTR(s)
|
13
|
+
#endif
|
14
|
+
|
15
|
+
#define DFLT_SIZE 32
|
16
|
+
|
17
|
+
extern char *dcl_obj2ccharary(VALUE, int, int);
|
18
|
+
extern integer *dcl_obj2cintegerary(VALUE);
|
19
|
+
extern real *dcl_obj2crealary(VALUE);
|
20
|
+
extern complex *dcl_obj2ccomplexary(VALUE);
|
21
|
+
extern logical *dcl_obj2clogicalary(VALUE);
|
22
|
+
|
23
|
+
extern VALUE dcl_ccharary2obj(char *, int, int);
|
24
|
+
extern VALUE dcl_cintegerary2obj(integer *, int, int, int *);
|
25
|
+
extern VALUE dcl_crealary2obj(real *, int, int, int *);
|
26
|
+
extern VALUE dcl_ccomplexary2obj(complex *, int, char *);
|
27
|
+
extern VALUE dcl_clogicalary2obj(logical *, int, int, int *);
|
28
|
+
|
29
|
+
extern void dcl_freeccharary(char *);
|
30
|
+
extern void dcl_freecintegerary(integer *);
|
31
|
+
extern void dcl_freecrealary(real *);
|
32
|
+
extern void dcl_freeccomplexary(complex *);
|
33
|
+
extern void dcl_freeclogicalary(logical *);
|
34
|
+
|
35
|
+
/* for functions which return real */
|
36
|
+
/* fnclib */
|
37
|
+
extern real rd2r_(real *);
|
38
|
+
extern real rr2d_(real *);
|
39
|
+
extern real rexp_(real *, integer *, integer *);
|
40
|
+
extern real rfpi_(void);
|
41
|
+
extern real rmod_(real *, real *);
|
42
|
+
/* gnmlib */
|
43
|
+
extern real rgnlt_(real *);
|
44
|
+
extern real rgnle_(real *);
|
45
|
+
extern real rgngt_(real *);
|
46
|
+
extern real rgnge_(real *);
|
47
|
+
/* rfalib */
|
48
|
+
extern real rmax_(real *, integer *, integer *);
|
49
|
+
extern real rmin_(real *, integer *, integer *);
|
50
|
+
extern real rsum_(real *, integer *, integer *);
|
51
|
+
extern real rave_(real *, integer *, integer *);
|
52
|
+
extern real rvar_(real *, integer *, integer *);
|
53
|
+
extern real rstd_(real *, integer *, integer *);
|
54
|
+
extern real rrms_(real *, integer *, integer *);
|
55
|
+
extern real ramp_(real *, integer *, integer *);
|
56
|
+
/* rfblib */
|
57
|
+
extern real rprd_(real *, real *, integer *, integer *, integer *);
|
58
|
+
extern real rcov_(real *, real *, integer *, integer *, integer *);
|
59
|
+
extern real rcor_(real *, real *, integer *, integer *, integer *);
|
60
|
+
|
61
|
+
|
62
|
+
extern VALUE mDCL;
|
63
|
+
|
64
|
+
static VALUE
|
65
|
+
dcl_uherb(obj, n, upx1, upx2, upy)
|
66
|
+
VALUE obj, n, upx1, upx2, upy;
|
67
|
+
{
|
68
|
+
integer i_n;
|
69
|
+
real *i_upx1;
|
70
|
+
real *i_upx2;
|
71
|
+
real *i_upy;
|
72
|
+
|
73
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
74
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
75
|
+
}
|
76
|
+
if (TYPE(upx1) == T_FLOAT) {
|
77
|
+
upx1 = rb_Array(upx1);
|
78
|
+
}
|
79
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
80
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
81
|
+
rb_raise(rb_eTypeError, "invalid type");
|
82
|
+
} -- no check since obj2c*ary will do that */
|
83
|
+
if (TYPE(upx2) == T_FLOAT) {
|
84
|
+
upx2 = rb_Array(upx2);
|
85
|
+
}
|
86
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
87
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
88
|
+
rb_raise(rb_eTypeError, "invalid type");
|
89
|
+
} -- no check since obj2c*ary will do that */
|
90
|
+
if (TYPE(upy) == T_FLOAT) {
|
91
|
+
upy = rb_Array(upy);
|
92
|
+
}
|
93
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
94
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
95
|
+
rb_raise(rb_eTypeError, "invalid type");
|
96
|
+
} -- no check since obj2c*ary will do that */
|
97
|
+
|
98
|
+
i_n = NUM2INT(n);
|
99
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
100
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
101
|
+
i_upy = dcl_obj2crealary(upy);
|
102
|
+
|
103
|
+
|
104
|
+
uherb_(&i_n, i_upx1, i_upx2, i_upy);
|
105
|
+
|
106
|
+
dcl_freecrealary(i_upx1);
|
107
|
+
dcl_freecrealary(i_upx2);
|
108
|
+
dcl_freecrealary(i_upy);
|
109
|
+
|
110
|
+
return Qnil;
|
111
|
+
|
112
|
+
}
|
113
|
+
|
114
|
+
static VALUE
|
115
|
+
dcl_uherbz(obj, n, upx1, upx2, upy, itype, index, rsize)
|
116
|
+
VALUE obj, n, upx1, upx2, upy, itype, index, rsize;
|
117
|
+
{
|
118
|
+
integer i_n;
|
119
|
+
real *i_upx1;
|
120
|
+
real *i_upx2;
|
121
|
+
real *i_upy;
|
122
|
+
integer i_itype;
|
123
|
+
integer i_index;
|
124
|
+
real i_rsize;
|
125
|
+
|
126
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
127
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
128
|
+
}
|
129
|
+
if (TYPE(upx1) == T_FLOAT) {
|
130
|
+
upx1 = rb_Array(upx1);
|
131
|
+
}
|
132
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
133
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
134
|
+
rb_raise(rb_eTypeError, "invalid type");
|
135
|
+
} -- no check since obj2c*ary will do that */
|
136
|
+
if (TYPE(upx2) == T_FLOAT) {
|
137
|
+
upx2 = rb_Array(upx2);
|
138
|
+
}
|
139
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
140
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
141
|
+
rb_raise(rb_eTypeError, "invalid type");
|
142
|
+
} -- no check since obj2c*ary will do that */
|
143
|
+
if (TYPE(upy) == T_FLOAT) {
|
144
|
+
upy = rb_Array(upy);
|
145
|
+
}
|
146
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
147
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
148
|
+
rb_raise(rb_eTypeError, "invalid type");
|
149
|
+
} -- no check since obj2c*ary will do that */
|
150
|
+
if ((TYPE(itype) != T_BIGNUM) || (TYPE(itype) != T_FIXNUM)) {
|
151
|
+
itype = rb_funcall(itype, rb_intern("to_i"), 0);
|
152
|
+
}
|
153
|
+
if ((TYPE(index) != T_BIGNUM) || (TYPE(index) != T_FIXNUM)) {
|
154
|
+
index = rb_funcall(index, rb_intern("to_i"), 0);
|
155
|
+
}
|
156
|
+
if (TYPE(rsize) != T_FLOAT) {
|
157
|
+
rsize = rb_funcall(rsize, rb_intern("to_f"), 0);
|
158
|
+
}
|
159
|
+
|
160
|
+
i_n = NUM2INT(n);
|
161
|
+
i_itype = NUM2INT(itype);
|
162
|
+
i_index = NUM2INT(index);
|
163
|
+
i_rsize = (real)NUM2DBL(rsize);
|
164
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
165
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
166
|
+
i_upy = dcl_obj2crealary(upy);
|
167
|
+
|
168
|
+
|
169
|
+
uherbz_(&i_n, i_upx1, i_upx2, i_upy, &i_itype, &i_index, &i_rsize);
|
170
|
+
|
171
|
+
dcl_freecrealary(i_upx1);
|
172
|
+
dcl_freecrealary(i_upx2);
|
173
|
+
dcl_freecrealary(i_upy);
|
174
|
+
|
175
|
+
return Qnil;
|
176
|
+
|
177
|
+
}
|
178
|
+
|
179
|
+
static VALUE
|
180
|
+
dcl_uhdif(obj, n, upx1, upx2, upy)
|
181
|
+
VALUE obj, n, upx1, upx2, upy;
|
182
|
+
{
|
183
|
+
integer i_n;
|
184
|
+
real *i_upx1;
|
185
|
+
real *i_upx2;
|
186
|
+
real *i_upy;
|
187
|
+
|
188
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
189
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
190
|
+
}
|
191
|
+
if (TYPE(upx1) == T_FLOAT) {
|
192
|
+
upx1 = rb_Array(upx1);
|
193
|
+
}
|
194
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
195
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
196
|
+
rb_raise(rb_eTypeError, "invalid type");
|
197
|
+
} -- no check since obj2c*ary will do that */
|
198
|
+
if (TYPE(upx2) == T_FLOAT) {
|
199
|
+
upx2 = rb_Array(upx2);
|
200
|
+
}
|
201
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
202
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
203
|
+
rb_raise(rb_eTypeError, "invalid type");
|
204
|
+
} -- no check since obj2c*ary will do that */
|
205
|
+
if (TYPE(upy) == T_FLOAT) {
|
206
|
+
upy = rb_Array(upy);
|
207
|
+
}
|
208
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
209
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
210
|
+
rb_raise(rb_eTypeError, "invalid type");
|
211
|
+
} -- no check since obj2c*ary will do that */
|
212
|
+
|
213
|
+
i_n = NUM2INT(n);
|
214
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
215
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
216
|
+
i_upy = dcl_obj2crealary(upy);
|
217
|
+
|
218
|
+
|
219
|
+
uhdif_(&i_n, i_upx1, i_upx2, i_upy);
|
220
|
+
|
221
|
+
dcl_freecrealary(i_upx1);
|
222
|
+
dcl_freecrealary(i_upx2);
|
223
|
+
dcl_freecrealary(i_upy);
|
224
|
+
|
225
|
+
return Qnil;
|
226
|
+
|
227
|
+
}
|
228
|
+
|
229
|
+
static VALUE
|
230
|
+
dcl_uhdifz(obj, n, upx1, upx2, upy, itpat1, itpat2)
|
231
|
+
VALUE obj, n, upx1, upx2, upy, itpat1, itpat2;
|
232
|
+
{
|
233
|
+
integer i_n;
|
234
|
+
real *i_upx1;
|
235
|
+
real *i_upx2;
|
236
|
+
real *i_upy;
|
237
|
+
integer i_itpat1;
|
238
|
+
integer i_itpat2;
|
239
|
+
|
240
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
241
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
242
|
+
}
|
243
|
+
if (TYPE(upx1) == T_FLOAT) {
|
244
|
+
upx1 = rb_Array(upx1);
|
245
|
+
}
|
246
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
247
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
248
|
+
rb_raise(rb_eTypeError, "invalid type");
|
249
|
+
} -- no check since obj2c*ary will do that */
|
250
|
+
if (TYPE(upx2) == T_FLOAT) {
|
251
|
+
upx2 = rb_Array(upx2);
|
252
|
+
}
|
253
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
254
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
255
|
+
rb_raise(rb_eTypeError, "invalid type");
|
256
|
+
} -- no check since obj2c*ary will do that */
|
257
|
+
if (TYPE(upy) == T_FLOAT) {
|
258
|
+
upy = rb_Array(upy);
|
259
|
+
}
|
260
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
261
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
262
|
+
rb_raise(rb_eTypeError, "invalid type");
|
263
|
+
} -- no check since obj2c*ary will do that */
|
264
|
+
if ((TYPE(itpat1) != T_BIGNUM) || (TYPE(itpat1) != T_FIXNUM)) {
|
265
|
+
itpat1 = rb_funcall(itpat1, rb_intern("to_i"), 0);
|
266
|
+
}
|
267
|
+
if ((TYPE(itpat2) != T_BIGNUM) || (TYPE(itpat2) != T_FIXNUM)) {
|
268
|
+
itpat2 = rb_funcall(itpat2, rb_intern("to_i"), 0);
|
269
|
+
}
|
270
|
+
|
271
|
+
i_n = NUM2INT(n);
|
272
|
+
i_itpat1 = NUM2INT(itpat1);
|
273
|
+
i_itpat2 = NUM2INT(itpat2);
|
274
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
275
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
276
|
+
i_upy = dcl_obj2crealary(upy);
|
277
|
+
|
278
|
+
|
279
|
+
uhdifz_(&i_n, i_upx1, i_upx2, i_upy, &i_itpat1, &i_itpat2);
|
280
|
+
|
281
|
+
dcl_freecrealary(i_upx1);
|
282
|
+
dcl_freecrealary(i_upx2);
|
283
|
+
dcl_freecrealary(i_upy);
|
284
|
+
|
285
|
+
return Qnil;
|
286
|
+
|
287
|
+
}
|
288
|
+
|
289
|
+
static VALUE
|
290
|
+
dcl_uhbrf(obj, n, upx1, upx2, upy)
|
291
|
+
VALUE obj, n, upx1, upx2, upy;
|
292
|
+
{
|
293
|
+
integer i_n;
|
294
|
+
real *i_upx1;
|
295
|
+
real *i_upx2;
|
296
|
+
real *i_upy;
|
297
|
+
|
298
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
299
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
300
|
+
}
|
301
|
+
if (TYPE(upx1) == T_FLOAT) {
|
302
|
+
upx1 = rb_Array(upx1);
|
303
|
+
}
|
304
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
305
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
306
|
+
rb_raise(rb_eTypeError, "invalid type");
|
307
|
+
} -- no check since obj2c*ary will do that */
|
308
|
+
if (TYPE(upx2) == T_FLOAT) {
|
309
|
+
upx2 = rb_Array(upx2);
|
310
|
+
}
|
311
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
312
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
313
|
+
rb_raise(rb_eTypeError, "invalid type");
|
314
|
+
} -- no check since obj2c*ary will do that */
|
315
|
+
if (TYPE(upy) == T_FLOAT) {
|
316
|
+
upy = rb_Array(upy);
|
317
|
+
}
|
318
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
319
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
320
|
+
rb_raise(rb_eTypeError, "invalid type");
|
321
|
+
} -- no check since obj2c*ary will do that */
|
322
|
+
|
323
|
+
i_n = NUM2INT(n);
|
324
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
325
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
326
|
+
i_upy = dcl_obj2crealary(upy);
|
327
|
+
|
328
|
+
|
329
|
+
uhbrf_(&i_n, i_upx1, i_upx2, i_upy);
|
330
|
+
|
331
|
+
dcl_freecrealary(i_upx1);
|
332
|
+
dcl_freecrealary(i_upx2);
|
333
|
+
dcl_freecrealary(i_upy);
|
334
|
+
|
335
|
+
return Qnil;
|
336
|
+
|
337
|
+
}
|
338
|
+
|
339
|
+
static VALUE
|
340
|
+
dcl_uhbrfz(obj, n, upx1, upx2, upy, itype, index, rsize)
|
341
|
+
VALUE obj, n, upx1, upx2, upy, itype, index, rsize;
|
342
|
+
{
|
343
|
+
integer i_n;
|
344
|
+
real *i_upx1;
|
345
|
+
real *i_upx2;
|
346
|
+
real *i_upy;
|
347
|
+
integer i_itype;
|
348
|
+
integer i_index;
|
349
|
+
real i_rsize;
|
350
|
+
|
351
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
352
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
353
|
+
}
|
354
|
+
if (TYPE(upx1) == T_FLOAT) {
|
355
|
+
upx1 = rb_Array(upx1);
|
356
|
+
}
|
357
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
358
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
359
|
+
rb_raise(rb_eTypeError, "invalid type");
|
360
|
+
} -- no check since obj2c*ary will do that */
|
361
|
+
if (TYPE(upx2) == T_FLOAT) {
|
362
|
+
upx2 = rb_Array(upx2);
|
363
|
+
}
|
364
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
365
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
366
|
+
rb_raise(rb_eTypeError, "invalid type");
|
367
|
+
} -- no check since obj2c*ary will do that */
|
368
|
+
if (TYPE(upy) == T_FLOAT) {
|
369
|
+
upy = rb_Array(upy);
|
370
|
+
}
|
371
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
372
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
373
|
+
rb_raise(rb_eTypeError, "invalid type");
|
374
|
+
} -- no check since obj2c*ary will do that */
|
375
|
+
if ((TYPE(itype) != T_BIGNUM) || (TYPE(itype) != T_FIXNUM)) {
|
376
|
+
itype = rb_funcall(itype, rb_intern("to_i"), 0);
|
377
|
+
}
|
378
|
+
if ((TYPE(index) != T_BIGNUM) || (TYPE(index) != T_FIXNUM)) {
|
379
|
+
index = rb_funcall(index, rb_intern("to_i"), 0);
|
380
|
+
}
|
381
|
+
if (TYPE(rsize) != T_FLOAT) {
|
382
|
+
rsize = rb_funcall(rsize, rb_intern("to_f"), 0);
|
383
|
+
}
|
384
|
+
|
385
|
+
i_n = NUM2INT(n);
|
386
|
+
i_itype = NUM2INT(itype);
|
387
|
+
i_index = NUM2INT(index);
|
388
|
+
i_rsize = (real)NUM2DBL(rsize);
|
389
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
390
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
391
|
+
i_upy = dcl_obj2crealary(upy);
|
392
|
+
|
393
|
+
|
394
|
+
uhbrfz_(&i_n, i_upx1, i_upx2, i_upy, &i_itype, &i_index, &i_rsize);
|
395
|
+
|
396
|
+
dcl_freecrealary(i_upx1);
|
397
|
+
dcl_freecrealary(i_upx2);
|
398
|
+
dcl_freecrealary(i_upy);
|
399
|
+
|
400
|
+
return Qnil;
|
401
|
+
|
402
|
+
}
|
403
|
+
|
404
|
+
static VALUE
|
405
|
+
dcl_uhbra(obj, n, upx1, upx2, upy)
|
406
|
+
VALUE obj, n, upx1, upx2, upy;
|
407
|
+
{
|
408
|
+
integer i_n;
|
409
|
+
real *i_upx1;
|
410
|
+
real *i_upx2;
|
411
|
+
real *i_upy;
|
412
|
+
|
413
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
414
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
415
|
+
}
|
416
|
+
if (TYPE(upx1) == T_FLOAT) {
|
417
|
+
upx1 = rb_Array(upx1);
|
418
|
+
}
|
419
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
420
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
421
|
+
rb_raise(rb_eTypeError, "invalid type");
|
422
|
+
} -- no check since obj2c*ary will do that */
|
423
|
+
if (TYPE(upx2) == T_FLOAT) {
|
424
|
+
upx2 = rb_Array(upx2);
|
425
|
+
}
|
426
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
427
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
428
|
+
rb_raise(rb_eTypeError, "invalid type");
|
429
|
+
} -- no check since obj2c*ary will do that */
|
430
|
+
if (TYPE(upy) == T_FLOAT) {
|
431
|
+
upy = rb_Array(upy);
|
432
|
+
}
|
433
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
434
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
435
|
+
rb_raise(rb_eTypeError, "invalid type");
|
436
|
+
} -- no check since obj2c*ary will do that */
|
437
|
+
|
438
|
+
i_n = NUM2INT(n);
|
439
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
440
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
441
|
+
i_upy = dcl_obj2crealary(upy);
|
442
|
+
|
443
|
+
|
444
|
+
uhbra_(&i_n, i_upx1, i_upx2, i_upy);
|
445
|
+
|
446
|
+
dcl_freecrealary(i_upx1);
|
447
|
+
dcl_freecrealary(i_upx2);
|
448
|
+
dcl_freecrealary(i_upy);
|
449
|
+
|
450
|
+
return Qnil;
|
451
|
+
|
452
|
+
}
|
453
|
+
|
454
|
+
static VALUE
|
455
|
+
dcl_uhbraz(obj, n, upx1, upx2, upy, itpat1, itpat2, rsize)
|
456
|
+
VALUE obj, n, upx1, upx2, upy, itpat1, itpat2, rsize;
|
457
|
+
{
|
458
|
+
integer i_n;
|
459
|
+
real *i_upx1;
|
460
|
+
real *i_upx2;
|
461
|
+
real *i_upy;
|
462
|
+
integer i_itpat1;
|
463
|
+
integer i_itpat2;
|
464
|
+
real i_rsize;
|
465
|
+
|
466
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
467
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
468
|
+
}
|
469
|
+
if (TYPE(upx1) == T_FLOAT) {
|
470
|
+
upx1 = rb_Array(upx1);
|
471
|
+
}
|
472
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
473
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
474
|
+
rb_raise(rb_eTypeError, "invalid type");
|
475
|
+
} -- no check since obj2c*ary will do that */
|
476
|
+
if (TYPE(upx2) == T_FLOAT) {
|
477
|
+
upx2 = rb_Array(upx2);
|
478
|
+
}
|
479
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
480
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
481
|
+
rb_raise(rb_eTypeError, "invalid type");
|
482
|
+
} -- no check since obj2c*ary will do that */
|
483
|
+
if (TYPE(upy) == T_FLOAT) {
|
484
|
+
upy = rb_Array(upy);
|
485
|
+
}
|
486
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
487
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
488
|
+
rb_raise(rb_eTypeError, "invalid type");
|
489
|
+
} -- no check since obj2c*ary will do that */
|
490
|
+
if ((TYPE(itpat1) != T_BIGNUM) || (TYPE(itpat1) != T_FIXNUM)) {
|
491
|
+
itpat1 = rb_funcall(itpat1, rb_intern("to_i"), 0);
|
492
|
+
}
|
493
|
+
if ((TYPE(itpat2) != T_BIGNUM) || (TYPE(itpat2) != T_FIXNUM)) {
|
494
|
+
itpat2 = rb_funcall(itpat2, rb_intern("to_i"), 0);
|
495
|
+
}
|
496
|
+
if (TYPE(rsize) != T_FLOAT) {
|
497
|
+
rsize = rb_funcall(rsize, rb_intern("to_f"), 0);
|
498
|
+
}
|
499
|
+
|
500
|
+
i_n = NUM2INT(n);
|
501
|
+
i_itpat1 = NUM2INT(itpat1);
|
502
|
+
i_itpat2 = NUM2INT(itpat2);
|
503
|
+
i_rsize = (real)NUM2DBL(rsize);
|
504
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
505
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
506
|
+
i_upy = dcl_obj2crealary(upy);
|
507
|
+
|
508
|
+
|
509
|
+
uhbraz_(&i_n, i_upx1, i_upx2, i_upy, &i_itpat1, &i_itpat2, &i_rsize);
|
510
|
+
|
511
|
+
dcl_freecrealary(i_upx1);
|
512
|
+
dcl_freecrealary(i_upx2);
|
513
|
+
dcl_freecrealary(i_upy);
|
514
|
+
|
515
|
+
return Qnil;
|
516
|
+
|
517
|
+
}
|
518
|
+
|
519
|
+
static VALUE
|
520
|
+
dcl_uhbrl(obj, n, upx, upy)
|
521
|
+
VALUE obj, n, upx, upy;
|
522
|
+
{
|
523
|
+
integer i_n;
|
524
|
+
real *i_upx;
|
525
|
+
real *i_upy;
|
526
|
+
|
527
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
528
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
529
|
+
}
|
530
|
+
if (TYPE(upx) == T_FLOAT) {
|
531
|
+
upx = rb_Array(upx);
|
532
|
+
}
|
533
|
+
/* if ((TYPE(upx) != T_ARRAY) &&
|
534
|
+
(rb_obj_is_kind_of(upx, cNArray) != Qtrue)) {
|
535
|
+
rb_raise(rb_eTypeError, "invalid type");
|
536
|
+
} -- no check since obj2c*ary will do that */
|
537
|
+
if (TYPE(upy) == T_FLOAT) {
|
538
|
+
upy = rb_Array(upy);
|
539
|
+
}
|
540
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
541
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
542
|
+
rb_raise(rb_eTypeError, "invalid type");
|
543
|
+
} -- no check since obj2c*ary will do that */
|
544
|
+
|
545
|
+
i_n = NUM2INT(n);
|
546
|
+
i_upx = dcl_obj2crealary(upx);
|
547
|
+
i_upy = dcl_obj2crealary(upy);
|
548
|
+
|
549
|
+
|
550
|
+
uhbrl_(&i_n, i_upx, i_upy);
|
551
|
+
|
552
|
+
dcl_freecrealary(i_upx);
|
553
|
+
dcl_freecrealary(i_upy);
|
554
|
+
|
555
|
+
return Qnil;
|
556
|
+
|
557
|
+
}
|
558
|
+
|
559
|
+
static VALUE
|
560
|
+
dcl_uhbrlz(obj, n, upx, upy, itype, index, rsize)
|
561
|
+
VALUE obj, n, upx, upy, itype, index, rsize;
|
562
|
+
{
|
563
|
+
integer i_n;
|
564
|
+
real *i_upx;
|
565
|
+
real *i_upy;
|
566
|
+
integer i_itype;
|
567
|
+
integer i_index;
|
568
|
+
real i_rsize;
|
569
|
+
|
570
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
571
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
572
|
+
}
|
573
|
+
if (TYPE(upx) == T_FLOAT) {
|
574
|
+
upx = rb_Array(upx);
|
575
|
+
}
|
576
|
+
/* if ((TYPE(upx) != T_ARRAY) &&
|
577
|
+
(rb_obj_is_kind_of(upx, cNArray) != Qtrue)) {
|
578
|
+
rb_raise(rb_eTypeError, "invalid type");
|
579
|
+
} -- no check since obj2c*ary will do that */
|
580
|
+
if (TYPE(upy) == T_FLOAT) {
|
581
|
+
upy = rb_Array(upy);
|
582
|
+
}
|
583
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
584
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
585
|
+
rb_raise(rb_eTypeError, "invalid type");
|
586
|
+
} -- no check since obj2c*ary will do that */
|
587
|
+
if ((TYPE(itype) != T_BIGNUM) || (TYPE(itype) != T_FIXNUM)) {
|
588
|
+
itype = rb_funcall(itype, rb_intern("to_i"), 0);
|
589
|
+
}
|
590
|
+
if ((TYPE(index) != T_BIGNUM) || (TYPE(index) != T_FIXNUM)) {
|
591
|
+
index = rb_funcall(index, rb_intern("to_i"), 0);
|
592
|
+
}
|
593
|
+
if (TYPE(rsize) != T_FLOAT) {
|
594
|
+
rsize = rb_funcall(rsize, rb_intern("to_f"), 0);
|
595
|
+
}
|
596
|
+
|
597
|
+
i_n = NUM2INT(n);
|
598
|
+
i_itype = NUM2INT(itype);
|
599
|
+
i_index = NUM2INT(index);
|
600
|
+
i_rsize = (real)NUM2DBL(rsize);
|
601
|
+
i_upx = dcl_obj2crealary(upx);
|
602
|
+
i_upy = dcl_obj2crealary(upy);
|
603
|
+
|
604
|
+
|
605
|
+
uhbrlz_(&i_n, i_upx, i_upy, &i_itype, &i_index, &i_rsize);
|
606
|
+
|
607
|
+
dcl_freecrealary(i_upx);
|
608
|
+
dcl_freecrealary(i_upy);
|
609
|
+
|
610
|
+
return Qnil;
|
611
|
+
|
612
|
+
}
|
613
|
+
|
614
|
+
static VALUE
|
615
|
+
dcl_uhbxf(obj, n, upx1, upx2, upy)
|
616
|
+
VALUE obj, n, upx1, upx2, upy;
|
617
|
+
{
|
618
|
+
integer i_n;
|
619
|
+
real *i_upx1;
|
620
|
+
real *i_upx2;
|
621
|
+
real *i_upy;
|
622
|
+
|
623
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
624
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
625
|
+
}
|
626
|
+
if (TYPE(upx1) == T_FLOAT) {
|
627
|
+
upx1 = rb_Array(upx1);
|
628
|
+
}
|
629
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
630
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
631
|
+
rb_raise(rb_eTypeError, "invalid type");
|
632
|
+
} -- no check since obj2c*ary will do that */
|
633
|
+
if (TYPE(upx2) == T_FLOAT) {
|
634
|
+
upx2 = rb_Array(upx2);
|
635
|
+
}
|
636
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
637
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
638
|
+
rb_raise(rb_eTypeError, "invalid type");
|
639
|
+
} -- no check since obj2c*ary will do that */
|
640
|
+
if (TYPE(upy) == T_FLOAT) {
|
641
|
+
upy = rb_Array(upy);
|
642
|
+
}
|
643
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
644
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
645
|
+
rb_raise(rb_eTypeError, "invalid type");
|
646
|
+
} -- no check since obj2c*ary will do that */
|
647
|
+
|
648
|
+
i_n = NUM2INT(n);
|
649
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
650
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
651
|
+
i_upy = dcl_obj2crealary(upy);
|
652
|
+
|
653
|
+
|
654
|
+
uhbxf_(&i_n, i_upx1, i_upx2, i_upy);
|
655
|
+
|
656
|
+
dcl_freecrealary(i_upx1);
|
657
|
+
dcl_freecrealary(i_upx2);
|
658
|
+
dcl_freecrealary(i_upy);
|
659
|
+
|
660
|
+
return Qnil;
|
661
|
+
|
662
|
+
}
|
663
|
+
|
664
|
+
static VALUE
|
665
|
+
dcl_uhbxfz(obj, n, upx1, upx2, upy, itype, index)
|
666
|
+
VALUE obj, n, upx1, upx2, upy, itype, index;
|
667
|
+
{
|
668
|
+
integer i_n;
|
669
|
+
real *i_upx1;
|
670
|
+
real *i_upx2;
|
671
|
+
real *i_upy;
|
672
|
+
integer i_itype;
|
673
|
+
integer i_index;
|
674
|
+
|
675
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
676
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
677
|
+
}
|
678
|
+
if (TYPE(upx1) == T_FLOAT) {
|
679
|
+
upx1 = rb_Array(upx1);
|
680
|
+
}
|
681
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
682
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
683
|
+
rb_raise(rb_eTypeError, "invalid type");
|
684
|
+
} -- no check since obj2c*ary will do that */
|
685
|
+
if (TYPE(upx2) == T_FLOAT) {
|
686
|
+
upx2 = rb_Array(upx2);
|
687
|
+
}
|
688
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
689
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
690
|
+
rb_raise(rb_eTypeError, "invalid type");
|
691
|
+
} -- no check since obj2c*ary will do that */
|
692
|
+
if (TYPE(upy) == T_FLOAT) {
|
693
|
+
upy = rb_Array(upy);
|
694
|
+
}
|
695
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
696
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
697
|
+
rb_raise(rb_eTypeError, "invalid type");
|
698
|
+
} -- no check since obj2c*ary will do that */
|
699
|
+
if ((TYPE(itype) != T_BIGNUM) || (TYPE(itype) != T_FIXNUM)) {
|
700
|
+
itype = rb_funcall(itype, rb_intern("to_i"), 0);
|
701
|
+
}
|
702
|
+
if ((TYPE(index) != T_BIGNUM) || (TYPE(index) != T_FIXNUM)) {
|
703
|
+
index = rb_funcall(index, rb_intern("to_i"), 0);
|
704
|
+
}
|
705
|
+
|
706
|
+
i_n = NUM2INT(n);
|
707
|
+
i_itype = NUM2INT(itype);
|
708
|
+
i_index = NUM2INT(index);
|
709
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
710
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
711
|
+
i_upy = dcl_obj2crealary(upy);
|
712
|
+
|
713
|
+
|
714
|
+
uhbxfz_(&i_n, i_upx1, i_upx2, i_upy, &i_itype, &i_index);
|
715
|
+
|
716
|
+
dcl_freecrealary(i_upx1);
|
717
|
+
dcl_freecrealary(i_upx2);
|
718
|
+
dcl_freecrealary(i_upy);
|
719
|
+
|
720
|
+
return Qnil;
|
721
|
+
|
722
|
+
}
|
723
|
+
|
724
|
+
static VALUE
|
725
|
+
dcl_uhbxa(obj, n, upx1, upx2, upy)
|
726
|
+
VALUE obj, n, upx1, upx2, upy;
|
727
|
+
{
|
728
|
+
integer i_n;
|
729
|
+
real *i_upx1;
|
730
|
+
real *i_upx2;
|
731
|
+
real *i_upy;
|
732
|
+
|
733
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
734
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
735
|
+
}
|
736
|
+
if (TYPE(upx1) == T_FLOAT) {
|
737
|
+
upx1 = rb_Array(upx1);
|
738
|
+
}
|
739
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
740
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
741
|
+
rb_raise(rb_eTypeError, "invalid type");
|
742
|
+
} -- no check since obj2c*ary will do that */
|
743
|
+
if (TYPE(upx2) == T_FLOAT) {
|
744
|
+
upx2 = rb_Array(upx2);
|
745
|
+
}
|
746
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
747
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
748
|
+
rb_raise(rb_eTypeError, "invalid type");
|
749
|
+
} -- no check since obj2c*ary will do that */
|
750
|
+
if (TYPE(upy) == T_FLOAT) {
|
751
|
+
upy = rb_Array(upy);
|
752
|
+
}
|
753
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
754
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
755
|
+
rb_raise(rb_eTypeError, "invalid type");
|
756
|
+
} -- no check since obj2c*ary will do that */
|
757
|
+
|
758
|
+
i_n = NUM2INT(n);
|
759
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
760
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
761
|
+
i_upy = dcl_obj2crealary(upy);
|
762
|
+
|
763
|
+
|
764
|
+
uhbxa_(&i_n, i_upx1, i_upx2, i_upy);
|
765
|
+
|
766
|
+
dcl_freecrealary(i_upx1);
|
767
|
+
dcl_freecrealary(i_upx2);
|
768
|
+
dcl_freecrealary(i_upy);
|
769
|
+
|
770
|
+
return Qnil;
|
771
|
+
|
772
|
+
}
|
773
|
+
|
774
|
+
static VALUE
|
775
|
+
dcl_uhbxl(obj, n, upx, upy)
|
776
|
+
VALUE obj, n, upx, upy;
|
777
|
+
{
|
778
|
+
integer i_n;
|
779
|
+
real *i_upx;
|
780
|
+
real *i_upy;
|
781
|
+
|
782
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
783
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
784
|
+
}
|
785
|
+
if (TYPE(upx) == T_FLOAT) {
|
786
|
+
upx = rb_Array(upx);
|
787
|
+
}
|
788
|
+
/* if ((TYPE(upx) != T_ARRAY) &&
|
789
|
+
(rb_obj_is_kind_of(upx, cNArray) != Qtrue)) {
|
790
|
+
rb_raise(rb_eTypeError, "invalid type");
|
791
|
+
} -- no check since obj2c*ary will do that */
|
792
|
+
if (TYPE(upy) == T_FLOAT) {
|
793
|
+
upy = rb_Array(upy);
|
794
|
+
}
|
795
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
796
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
797
|
+
rb_raise(rb_eTypeError, "invalid type");
|
798
|
+
} -- no check since obj2c*ary will do that */
|
799
|
+
|
800
|
+
i_n = NUM2INT(n);
|
801
|
+
i_upx = dcl_obj2crealary(upx);
|
802
|
+
i_upy = dcl_obj2crealary(upy);
|
803
|
+
|
804
|
+
|
805
|
+
uhbxl_(&i_n, i_upx, i_upy);
|
806
|
+
|
807
|
+
dcl_freecrealary(i_upx);
|
808
|
+
dcl_freecrealary(i_upy);
|
809
|
+
|
810
|
+
return Qnil;
|
811
|
+
|
812
|
+
}
|
813
|
+
|
814
|
+
static VALUE
|
815
|
+
dcl_uhbxaz(obj, n, upx1, upx2, upy, itpat1, itpat2)
|
816
|
+
VALUE obj, n, upx1, upx2, upy, itpat1, itpat2;
|
817
|
+
{
|
818
|
+
integer i_n;
|
819
|
+
real *i_upx1;
|
820
|
+
real *i_upx2;
|
821
|
+
real *i_upy;
|
822
|
+
integer i_itpat1;
|
823
|
+
integer i_itpat2;
|
824
|
+
|
825
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
826
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
827
|
+
}
|
828
|
+
if (TYPE(upx1) == T_FLOAT) {
|
829
|
+
upx1 = rb_Array(upx1);
|
830
|
+
}
|
831
|
+
/* if ((TYPE(upx1) != T_ARRAY) &&
|
832
|
+
(rb_obj_is_kind_of(upx1, cNArray) != Qtrue)) {
|
833
|
+
rb_raise(rb_eTypeError, "invalid type");
|
834
|
+
} -- no check since obj2c*ary will do that */
|
835
|
+
if (TYPE(upx2) == T_FLOAT) {
|
836
|
+
upx2 = rb_Array(upx2);
|
837
|
+
}
|
838
|
+
/* if ((TYPE(upx2) != T_ARRAY) &&
|
839
|
+
(rb_obj_is_kind_of(upx2, cNArray) != Qtrue)) {
|
840
|
+
rb_raise(rb_eTypeError, "invalid type");
|
841
|
+
} -- no check since obj2c*ary will do that */
|
842
|
+
if (TYPE(upy) == T_FLOAT) {
|
843
|
+
upy = rb_Array(upy);
|
844
|
+
}
|
845
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
846
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
847
|
+
rb_raise(rb_eTypeError, "invalid type");
|
848
|
+
} -- no check since obj2c*ary will do that */
|
849
|
+
if ((TYPE(itpat1) != T_BIGNUM) || (TYPE(itpat1) != T_FIXNUM)) {
|
850
|
+
itpat1 = rb_funcall(itpat1, rb_intern("to_i"), 0);
|
851
|
+
}
|
852
|
+
if ((TYPE(itpat2) != T_BIGNUM) || (TYPE(itpat2) != T_FIXNUM)) {
|
853
|
+
itpat2 = rb_funcall(itpat2, rb_intern("to_i"), 0);
|
854
|
+
}
|
855
|
+
|
856
|
+
i_n = NUM2INT(n);
|
857
|
+
i_itpat1 = NUM2INT(itpat1);
|
858
|
+
i_itpat2 = NUM2INT(itpat2);
|
859
|
+
i_upx1 = dcl_obj2crealary(upx1);
|
860
|
+
i_upx2 = dcl_obj2crealary(upx2);
|
861
|
+
i_upy = dcl_obj2crealary(upy);
|
862
|
+
|
863
|
+
|
864
|
+
uhbxaz_(&i_n, i_upx1, i_upx2, i_upy, &i_itpat1, &i_itpat2);
|
865
|
+
|
866
|
+
dcl_freecrealary(i_upx1);
|
867
|
+
dcl_freecrealary(i_upx2);
|
868
|
+
dcl_freecrealary(i_upy);
|
869
|
+
|
870
|
+
return Qnil;
|
871
|
+
|
872
|
+
}
|
873
|
+
|
874
|
+
static VALUE
|
875
|
+
dcl_uhbxlz(obj, n, upx, upy, itype, index)
|
876
|
+
VALUE obj, n, upx, upy, itype, index;
|
877
|
+
{
|
878
|
+
integer i_n;
|
879
|
+
real *i_upx;
|
880
|
+
real *i_upy;
|
881
|
+
integer i_itype;
|
882
|
+
integer i_index;
|
883
|
+
|
884
|
+
if ((TYPE(n) != T_BIGNUM) || (TYPE(n) != T_FIXNUM)) {
|
885
|
+
n = rb_funcall(n, rb_intern("to_i"), 0);
|
886
|
+
}
|
887
|
+
if (TYPE(upx) == T_FLOAT) {
|
888
|
+
upx = rb_Array(upx);
|
889
|
+
}
|
890
|
+
/* if ((TYPE(upx) != T_ARRAY) &&
|
891
|
+
(rb_obj_is_kind_of(upx, cNArray) != Qtrue)) {
|
892
|
+
rb_raise(rb_eTypeError, "invalid type");
|
893
|
+
} -- no check since obj2c*ary will do that */
|
894
|
+
if (TYPE(upy) == T_FLOAT) {
|
895
|
+
upy = rb_Array(upy);
|
896
|
+
}
|
897
|
+
/* if ((TYPE(upy) != T_ARRAY) &&
|
898
|
+
(rb_obj_is_kind_of(upy, cNArray) != Qtrue)) {
|
899
|
+
rb_raise(rb_eTypeError, "invalid type");
|
900
|
+
} -- no check since obj2c*ary will do that */
|
901
|
+
if ((TYPE(itype) != T_BIGNUM) || (TYPE(itype) != T_FIXNUM)) {
|
902
|
+
itype = rb_funcall(itype, rb_intern("to_i"), 0);
|
903
|
+
}
|
904
|
+
if ((TYPE(index) != T_BIGNUM) || (TYPE(index) != T_FIXNUM)) {
|
905
|
+
index = rb_funcall(index, rb_intern("to_i"), 0);
|
906
|
+
}
|
907
|
+
|
908
|
+
i_n = NUM2INT(n);
|
909
|
+
i_itype = NUM2INT(itype);
|
910
|
+
i_index = NUM2INT(index);
|
911
|
+
i_upx = dcl_obj2crealary(upx);
|
912
|
+
i_upy = dcl_obj2crealary(upy);
|
913
|
+
|
914
|
+
|
915
|
+
uhbxlz_(&i_n, i_upx, i_upy, &i_itype, &i_index);
|
916
|
+
|
917
|
+
dcl_freecrealary(i_upx);
|
918
|
+
dcl_freecrealary(i_upy);
|
919
|
+
|
920
|
+
return Qnil;
|
921
|
+
|
922
|
+
}
|
923
|
+
void
|
924
|
+
init_grph2_uhpack(mDCL)
|
925
|
+
VALUE mDCL;
|
926
|
+
{
|
927
|
+
rb_define_module_function(mDCL, "uherb", dcl_uherb, 4);
|
928
|
+
rb_define_module_function(mDCL, "uherbz", dcl_uherbz, 7);
|
929
|
+
rb_define_module_function(mDCL, "uhdif", dcl_uhdif, 4);
|
930
|
+
rb_define_module_function(mDCL, "uhdifz", dcl_uhdifz, 6);
|
931
|
+
rb_define_module_function(mDCL, "uhbrf", dcl_uhbrf, 4);
|
932
|
+
rb_define_module_function(mDCL, "uhbrfz", dcl_uhbrfz, 7);
|
933
|
+
rb_define_module_function(mDCL, "uhbra", dcl_uhbra, 4);
|
934
|
+
rb_define_module_function(mDCL, "uhbraz", dcl_uhbraz, 7);
|
935
|
+
rb_define_module_function(mDCL, "uhbrl", dcl_uhbrl, 3);
|
936
|
+
rb_define_module_function(mDCL, "uhbrlz", dcl_uhbrlz, 6);
|
937
|
+
rb_define_module_function(mDCL, "uhbxf", dcl_uhbxf, 4);
|
938
|
+
rb_define_module_function(mDCL, "uhbxfz", dcl_uhbxfz, 6);
|
939
|
+
rb_define_module_function(mDCL, "uhbxa", dcl_uhbxa, 4);
|
940
|
+
rb_define_module_function(mDCL, "uhbxl", dcl_uhbxl, 3);
|
941
|
+
rb_define_module_function(mDCL, "uhbxaz", dcl_uhbxaz, 6);
|
942
|
+
rb_define_module_function(mDCL, "uhbxlz", dcl_uhbxlz, 5);
|
943
|
+
}
|