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/math1_gt2dlib.c
ADDED
@@ -0,0 +1,514 @@
|
|
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
|
+
#if DCLVER >= 530
|
65
|
+
|
66
|
+
static VALUE
|
67
|
+
dcl_g2fbli(obj, p, q, z00, z10, z01, z11)
|
68
|
+
VALUE obj, p, q, z00, z10, z01, z11;
|
69
|
+
{
|
70
|
+
real i_p;
|
71
|
+
real i_q;
|
72
|
+
real i_z00;
|
73
|
+
real i_z10;
|
74
|
+
real i_z01;
|
75
|
+
real i_z11;
|
76
|
+
real o_z;
|
77
|
+
VALUE z;
|
78
|
+
|
79
|
+
if (TYPE(p) != T_FLOAT) {
|
80
|
+
p = rb_funcall(p, rb_intern("to_f"), 0);
|
81
|
+
}
|
82
|
+
if (TYPE(q) != T_FLOAT) {
|
83
|
+
q = rb_funcall(q, rb_intern("to_f"), 0);
|
84
|
+
}
|
85
|
+
if (TYPE(z00) != T_FLOAT) {
|
86
|
+
z00 = rb_funcall(z00, rb_intern("to_f"), 0);
|
87
|
+
}
|
88
|
+
if (TYPE(z10) != T_FLOAT) {
|
89
|
+
z10 = rb_funcall(z10, rb_intern("to_f"), 0);
|
90
|
+
}
|
91
|
+
if (TYPE(z01) != T_FLOAT) {
|
92
|
+
z01 = rb_funcall(z01, rb_intern("to_f"), 0);
|
93
|
+
}
|
94
|
+
if (TYPE(z11) != T_FLOAT) {
|
95
|
+
z11 = rb_funcall(z11, rb_intern("to_f"), 0);
|
96
|
+
}
|
97
|
+
|
98
|
+
i_p = (real)NUM2DBL(p);
|
99
|
+
i_q = (real)NUM2DBL(q);
|
100
|
+
i_z00 = (real)NUM2DBL(z00);
|
101
|
+
i_z10 = (real)NUM2DBL(z10);
|
102
|
+
i_z01 = (real)NUM2DBL(z01);
|
103
|
+
i_z11 = (real)NUM2DBL(z11);
|
104
|
+
|
105
|
+
|
106
|
+
g2fbli_(&i_p, &i_q, &i_z00, &i_z10, &i_z01, &i_z11, &o_z);
|
107
|
+
|
108
|
+
z = rb_float_new((double)o_z);
|
109
|
+
|
110
|
+
|
111
|
+
return z;
|
112
|
+
|
113
|
+
}
|
114
|
+
|
115
|
+
static VALUE
|
116
|
+
dcl_g2fbl2(obj, p, q, x00, x10, x01, x11, y00, y10, y01, y11)
|
117
|
+
VALUE obj, p, q, x00, x10, x01, x11, y00, y10, y01, y11;
|
118
|
+
{
|
119
|
+
real i_p;
|
120
|
+
real i_q;
|
121
|
+
real i_x00;
|
122
|
+
real i_x10;
|
123
|
+
real i_x01;
|
124
|
+
real i_x11;
|
125
|
+
real i_y00;
|
126
|
+
real i_y10;
|
127
|
+
real i_y01;
|
128
|
+
real i_y11;
|
129
|
+
real o_x;
|
130
|
+
real o_y;
|
131
|
+
VALUE x;
|
132
|
+
VALUE y;
|
133
|
+
|
134
|
+
if (TYPE(p) != T_FLOAT) {
|
135
|
+
p = rb_funcall(p, rb_intern("to_f"), 0);
|
136
|
+
}
|
137
|
+
if (TYPE(q) != T_FLOAT) {
|
138
|
+
q = rb_funcall(q, rb_intern("to_f"), 0);
|
139
|
+
}
|
140
|
+
if (TYPE(x00) != T_FLOAT) {
|
141
|
+
x00 = rb_funcall(x00, rb_intern("to_f"), 0);
|
142
|
+
}
|
143
|
+
if (TYPE(x10) != T_FLOAT) {
|
144
|
+
x10 = rb_funcall(x10, rb_intern("to_f"), 0);
|
145
|
+
}
|
146
|
+
if (TYPE(x01) != T_FLOAT) {
|
147
|
+
x01 = rb_funcall(x01, rb_intern("to_f"), 0);
|
148
|
+
}
|
149
|
+
if (TYPE(x11) != T_FLOAT) {
|
150
|
+
x11 = rb_funcall(x11, rb_intern("to_f"), 0);
|
151
|
+
}
|
152
|
+
if (TYPE(y00) != T_FLOAT) {
|
153
|
+
y00 = rb_funcall(y00, rb_intern("to_f"), 0);
|
154
|
+
}
|
155
|
+
if (TYPE(y10) != T_FLOAT) {
|
156
|
+
y10 = rb_funcall(y10, rb_intern("to_f"), 0);
|
157
|
+
}
|
158
|
+
if (TYPE(y01) != T_FLOAT) {
|
159
|
+
y01 = rb_funcall(y01, rb_intern("to_f"), 0);
|
160
|
+
}
|
161
|
+
if (TYPE(y11) != T_FLOAT) {
|
162
|
+
y11 = rb_funcall(y11, rb_intern("to_f"), 0);
|
163
|
+
}
|
164
|
+
|
165
|
+
i_p = (real)NUM2DBL(p);
|
166
|
+
i_q = (real)NUM2DBL(q);
|
167
|
+
i_x00 = (real)NUM2DBL(x00);
|
168
|
+
i_x10 = (real)NUM2DBL(x10);
|
169
|
+
i_x01 = (real)NUM2DBL(x01);
|
170
|
+
i_x11 = (real)NUM2DBL(x11);
|
171
|
+
i_y00 = (real)NUM2DBL(y00);
|
172
|
+
i_y10 = (real)NUM2DBL(y10);
|
173
|
+
i_y01 = (real)NUM2DBL(y01);
|
174
|
+
i_y11 = (real)NUM2DBL(y11);
|
175
|
+
|
176
|
+
|
177
|
+
g2fbl2_(&i_p, &i_q, &i_x00, &i_x10, &i_x01, &i_x11, &i_y00, &i_y10, &i_y01, &i_y11, &o_x, &o_y);
|
178
|
+
|
179
|
+
x = rb_float_new((double)o_x);
|
180
|
+
y = rb_float_new((double)o_y);
|
181
|
+
|
182
|
+
|
183
|
+
return rb_ary_new3(2, x, y);
|
184
|
+
|
185
|
+
}
|
186
|
+
|
187
|
+
static VALUE
|
188
|
+
dcl_g2ibl2(obj, x, y, x00, x10, x01, x11, y00, y10, y01, y11)
|
189
|
+
VALUE obj, x, y, x00, x10, x01, x11, y00, y10, y01, y11;
|
190
|
+
{
|
191
|
+
real i_x;
|
192
|
+
real i_y;
|
193
|
+
real i_x00;
|
194
|
+
real i_x10;
|
195
|
+
real i_x01;
|
196
|
+
real i_x11;
|
197
|
+
real i_y00;
|
198
|
+
real i_y10;
|
199
|
+
real i_y01;
|
200
|
+
real i_y11;
|
201
|
+
real o_p;
|
202
|
+
real o_q;
|
203
|
+
VALUE p;
|
204
|
+
VALUE q;
|
205
|
+
|
206
|
+
if (TYPE(x) != T_FLOAT) {
|
207
|
+
x = rb_funcall(x, rb_intern("to_f"), 0);
|
208
|
+
}
|
209
|
+
if (TYPE(y) != T_FLOAT) {
|
210
|
+
y = rb_funcall(y, rb_intern("to_f"), 0);
|
211
|
+
}
|
212
|
+
if (TYPE(x00) != T_FLOAT) {
|
213
|
+
x00 = rb_funcall(x00, rb_intern("to_f"), 0);
|
214
|
+
}
|
215
|
+
if (TYPE(x10) != T_FLOAT) {
|
216
|
+
x10 = rb_funcall(x10, rb_intern("to_f"), 0);
|
217
|
+
}
|
218
|
+
if (TYPE(x01) != T_FLOAT) {
|
219
|
+
x01 = rb_funcall(x01, rb_intern("to_f"), 0);
|
220
|
+
}
|
221
|
+
if (TYPE(x11) != T_FLOAT) {
|
222
|
+
x11 = rb_funcall(x11, rb_intern("to_f"), 0);
|
223
|
+
}
|
224
|
+
if (TYPE(y00) != T_FLOAT) {
|
225
|
+
y00 = rb_funcall(y00, rb_intern("to_f"), 0);
|
226
|
+
}
|
227
|
+
if (TYPE(y10) != T_FLOAT) {
|
228
|
+
y10 = rb_funcall(y10, rb_intern("to_f"), 0);
|
229
|
+
}
|
230
|
+
if (TYPE(y01) != T_FLOAT) {
|
231
|
+
y01 = rb_funcall(y01, rb_intern("to_f"), 0);
|
232
|
+
}
|
233
|
+
if (TYPE(y11) != T_FLOAT) {
|
234
|
+
y11 = rb_funcall(y11, rb_intern("to_f"), 0);
|
235
|
+
}
|
236
|
+
|
237
|
+
i_x = (real)NUM2DBL(x);
|
238
|
+
i_y = (real)NUM2DBL(y);
|
239
|
+
i_x00 = (real)NUM2DBL(x00);
|
240
|
+
i_x10 = (real)NUM2DBL(x10);
|
241
|
+
i_x01 = (real)NUM2DBL(x01);
|
242
|
+
i_x11 = (real)NUM2DBL(x11);
|
243
|
+
i_y00 = (real)NUM2DBL(y00);
|
244
|
+
i_y10 = (real)NUM2DBL(y10);
|
245
|
+
i_y01 = (real)NUM2DBL(y01);
|
246
|
+
i_y11 = (real)NUM2DBL(y11);
|
247
|
+
|
248
|
+
|
249
|
+
g2ibl2_(&i_x, &i_y, &i_x00, &i_x10, &i_x01, &i_x11, &i_y00, &i_y10, &i_y01, &i_y11, &o_p, &o_q);
|
250
|
+
|
251
|
+
p = rb_float_new((double)o_p);
|
252
|
+
q = rb_float_new((double)o_q);
|
253
|
+
|
254
|
+
|
255
|
+
return rb_ary_new3(2, p, q);
|
256
|
+
|
257
|
+
}
|
258
|
+
|
259
|
+
static VALUE
|
260
|
+
dcl_g2fctr(obj, ux, uy)
|
261
|
+
VALUE obj, ux, uy;
|
262
|
+
{
|
263
|
+
real i_ux;
|
264
|
+
real i_uy;
|
265
|
+
real o_cx;
|
266
|
+
real o_cy;
|
267
|
+
VALUE cx;
|
268
|
+
VALUE cy;
|
269
|
+
|
270
|
+
if (TYPE(ux) != T_FLOAT) {
|
271
|
+
ux = rb_funcall(ux, rb_intern("to_f"), 0);
|
272
|
+
}
|
273
|
+
if (TYPE(uy) != T_FLOAT) {
|
274
|
+
uy = rb_funcall(uy, rb_intern("to_f"), 0);
|
275
|
+
}
|
276
|
+
|
277
|
+
i_ux = (real)NUM2DBL(ux);
|
278
|
+
i_uy = (real)NUM2DBL(uy);
|
279
|
+
|
280
|
+
|
281
|
+
g2fctr_(&i_ux, &i_uy, &o_cx, &o_cy);
|
282
|
+
|
283
|
+
cx = rb_float_new((double)o_cx);
|
284
|
+
cy = rb_float_new((double)o_cy);
|
285
|
+
|
286
|
+
|
287
|
+
return rb_ary_new3(2, cx, cy);
|
288
|
+
|
289
|
+
}
|
290
|
+
|
291
|
+
static VALUE
|
292
|
+
dcl_g2ictr(obj, cx, cy)
|
293
|
+
VALUE obj, cx, cy;
|
294
|
+
{
|
295
|
+
real i_cx;
|
296
|
+
real i_cy;
|
297
|
+
real o_ux;
|
298
|
+
real o_uy;
|
299
|
+
VALUE ux;
|
300
|
+
VALUE uy;
|
301
|
+
|
302
|
+
if (TYPE(cx) != T_FLOAT) {
|
303
|
+
cx = rb_funcall(cx, rb_intern("to_f"), 0);
|
304
|
+
}
|
305
|
+
if (TYPE(cy) != T_FLOAT) {
|
306
|
+
cy = rb_funcall(cy, rb_intern("to_f"), 0);
|
307
|
+
}
|
308
|
+
|
309
|
+
i_cx = (real)NUM2DBL(cx);
|
310
|
+
i_cy = (real)NUM2DBL(cy);
|
311
|
+
|
312
|
+
|
313
|
+
g2ictr_(&i_cx, &i_cy, &o_ux, &o_uy);
|
314
|
+
|
315
|
+
ux = rb_float_new((double)o_ux);
|
316
|
+
uy = rb_float_new((double)o_uy);
|
317
|
+
|
318
|
+
|
319
|
+
return rb_ary_new3(2, ux, uy);
|
320
|
+
|
321
|
+
}
|
322
|
+
|
323
|
+
static VALUE
|
324
|
+
dcl_g2qcti(obj)
|
325
|
+
VALUE obj;
|
326
|
+
{
|
327
|
+
logical o_lini;
|
328
|
+
VALUE lini;
|
329
|
+
|
330
|
+
g2qcti_(&o_lini);
|
331
|
+
|
332
|
+
lini = (o_lini == FALSE_) ? Qfalse : Qtrue;
|
333
|
+
|
334
|
+
|
335
|
+
return lini;
|
336
|
+
|
337
|
+
}
|
338
|
+
|
339
|
+
static VALUE
|
340
|
+
dcl_g2qctm(obj)
|
341
|
+
VALUE obj;
|
342
|
+
{
|
343
|
+
real o_cxmine;
|
344
|
+
real o_cxmaxe;
|
345
|
+
real o_cymine;
|
346
|
+
real o_cymaxe;
|
347
|
+
VALUE cxmine;
|
348
|
+
VALUE cxmaxe;
|
349
|
+
VALUE cymine;
|
350
|
+
VALUE cymaxe;
|
351
|
+
|
352
|
+
g2qctm_(&o_cxmine, &o_cxmaxe, &o_cymine, &o_cymaxe);
|
353
|
+
|
354
|
+
cxmine = rb_float_new((double)o_cxmine);
|
355
|
+
cxmaxe = rb_float_new((double)o_cxmaxe);
|
356
|
+
cymine = rb_float_new((double)o_cymine);
|
357
|
+
cymaxe = rb_float_new((double)o_cymaxe);
|
358
|
+
|
359
|
+
|
360
|
+
return rb_ary_new3(4, cxmine, cxmaxe, cymine, cymaxe);
|
361
|
+
|
362
|
+
}
|
363
|
+
|
364
|
+
static VALUE
|
365
|
+
dcl_g2sctr(obj, nx, ny, uxa, uya, cxa, cya)
|
366
|
+
VALUE obj, nx, ny, uxa, uya, cxa, cya;
|
367
|
+
{
|
368
|
+
integer i_nx;
|
369
|
+
integer i_ny;
|
370
|
+
real *i_uxa;
|
371
|
+
real *i_uya;
|
372
|
+
real *i_cxa;
|
373
|
+
real *i_cya;
|
374
|
+
|
375
|
+
if ((TYPE(nx) != T_BIGNUM) || (TYPE(nx) != T_FIXNUM)) {
|
376
|
+
nx = rb_funcall(nx, rb_intern("to_i"), 0);
|
377
|
+
}
|
378
|
+
if ((TYPE(ny) != T_BIGNUM) || (TYPE(ny) != T_FIXNUM)) {
|
379
|
+
ny = rb_funcall(ny, rb_intern("to_i"), 0);
|
380
|
+
}
|
381
|
+
if (TYPE(uxa) == T_FLOAT) {
|
382
|
+
uxa = rb_Array(uxa);
|
383
|
+
}
|
384
|
+
/* if ((TYPE(uxa) != T_ARRAY) &&
|
385
|
+
(rb_obj_is_kind_of(uxa, cNArray) != Qtrue)) {
|
386
|
+
rb_raise(rb_eTypeError, "invalid type");
|
387
|
+
} -- no check since obj2c*ary will do that */
|
388
|
+
if (TYPE(uya) == T_FLOAT) {
|
389
|
+
uya = rb_Array(uya);
|
390
|
+
}
|
391
|
+
/* if ((TYPE(uya) != T_ARRAY) &&
|
392
|
+
(rb_obj_is_kind_of(uya, cNArray) != Qtrue)) {
|
393
|
+
rb_raise(rb_eTypeError, "invalid type");
|
394
|
+
} -- no check since obj2c*ary will do that */
|
395
|
+
if (TYPE(cxa) == T_FLOAT) {
|
396
|
+
cxa = rb_Array(cxa);
|
397
|
+
}
|
398
|
+
/* if ((TYPE(cxa) != T_ARRAY) &&
|
399
|
+
(rb_obj_is_kind_of(cxa, cNArray) != Qtrue)) {
|
400
|
+
rb_raise(rb_eTypeError, "invalid type");
|
401
|
+
} -- no check since obj2c*ary will do that */
|
402
|
+
if (TYPE(cya) == T_FLOAT) {
|
403
|
+
cya = rb_Array(cya);
|
404
|
+
}
|
405
|
+
/* if ((TYPE(cya) != T_ARRAY) &&
|
406
|
+
(rb_obj_is_kind_of(cya, cNArray) != Qtrue)) {
|
407
|
+
rb_raise(rb_eTypeError, "invalid type");
|
408
|
+
} -- no check since obj2c*ary will do that */
|
409
|
+
|
410
|
+
i_nx = NUM2INT(nx);
|
411
|
+
i_ny = NUM2INT(ny);
|
412
|
+
i_uxa = dcl_obj2crealary(uxa);
|
413
|
+
i_uya = dcl_obj2crealary(uya);
|
414
|
+
i_cxa = dcl_obj2crealary(cxa);
|
415
|
+
i_cya = dcl_obj2crealary(cya);
|
416
|
+
|
417
|
+
|
418
|
+
g2sctr_(&i_nx, &i_ny, i_uxa, i_uya, i_cxa, i_cya);
|
419
|
+
|
420
|
+
dcl_freecrealary(i_uxa);
|
421
|
+
dcl_freecrealary(i_uya);
|
422
|
+
dcl_freecrealary(i_cxa);
|
423
|
+
dcl_freecrealary(i_cya);
|
424
|
+
|
425
|
+
return Qnil;
|
426
|
+
|
427
|
+
}
|
428
|
+
|
429
|
+
static VALUE
|
430
|
+
dcl_lg2inq(obj, cx, cy, cx00, cx10, cx01, cx11, cy00, cy10, cy01, cy11)
|
431
|
+
VALUE obj, cx, cy, cx00, cx10, cx01, cx11, cy00, cy10, cy01, cy11;
|
432
|
+
{
|
433
|
+
real i_cx;
|
434
|
+
real i_cy;
|
435
|
+
real i_cx00;
|
436
|
+
real i_cx10;
|
437
|
+
real i_cx01;
|
438
|
+
real i_cx11;
|
439
|
+
real i_cy00;
|
440
|
+
real i_cy10;
|
441
|
+
real i_cy01;
|
442
|
+
real i_cy11;
|
443
|
+
logical o_rtn_val;
|
444
|
+
VALUE rtn_val;
|
445
|
+
|
446
|
+
if (TYPE(cx) != T_FLOAT) {
|
447
|
+
cx = rb_funcall(cx, rb_intern("to_f"), 0);
|
448
|
+
}
|
449
|
+
if (TYPE(cy) != T_FLOAT) {
|
450
|
+
cy = rb_funcall(cy, rb_intern("to_f"), 0);
|
451
|
+
}
|
452
|
+
if (TYPE(cx00) != T_FLOAT) {
|
453
|
+
cx00 = rb_funcall(cx00, rb_intern("to_f"), 0);
|
454
|
+
}
|
455
|
+
if (TYPE(cx10) != T_FLOAT) {
|
456
|
+
cx10 = rb_funcall(cx10, rb_intern("to_f"), 0);
|
457
|
+
}
|
458
|
+
if (TYPE(cx01) != T_FLOAT) {
|
459
|
+
cx01 = rb_funcall(cx01, rb_intern("to_f"), 0);
|
460
|
+
}
|
461
|
+
if (TYPE(cx11) != T_FLOAT) {
|
462
|
+
cx11 = rb_funcall(cx11, rb_intern("to_f"), 0);
|
463
|
+
}
|
464
|
+
if (TYPE(cy00) != T_FLOAT) {
|
465
|
+
cy00 = rb_funcall(cy00, rb_intern("to_f"), 0);
|
466
|
+
}
|
467
|
+
if (TYPE(cy10) != T_FLOAT) {
|
468
|
+
cy10 = rb_funcall(cy10, rb_intern("to_f"), 0);
|
469
|
+
}
|
470
|
+
if (TYPE(cy01) != T_FLOAT) {
|
471
|
+
cy01 = rb_funcall(cy01, rb_intern("to_f"), 0);
|
472
|
+
}
|
473
|
+
if (TYPE(cy11) != T_FLOAT) {
|
474
|
+
cy11 = rb_funcall(cy11, rb_intern("to_f"), 0);
|
475
|
+
}
|
476
|
+
|
477
|
+
i_cx = (real)NUM2DBL(cx);
|
478
|
+
i_cy = (real)NUM2DBL(cy);
|
479
|
+
i_cx00 = (real)NUM2DBL(cx00);
|
480
|
+
i_cx10 = (real)NUM2DBL(cx10);
|
481
|
+
i_cx01 = (real)NUM2DBL(cx01);
|
482
|
+
i_cx11 = (real)NUM2DBL(cx11);
|
483
|
+
i_cy00 = (real)NUM2DBL(cy00);
|
484
|
+
i_cy10 = (real)NUM2DBL(cy10);
|
485
|
+
i_cy01 = (real)NUM2DBL(cy01);
|
486
|
+
i_cy11 = (real)NUM2DBL(cy11);
|
487
|
+
|
488
|
+
|
489
|
+
o_rtn_val = lg2inq_(&i_cx, &i_cy, &i_cx00, &i_cx10, &i_cx01, &i_cx11, &i_cy00, &i_cy10, &i_cy01, &i_cy11);
|
490
|
+
|
491
|
+
rtn_val = (o_rtn_val == FALSE_) ? Qfalse : Qtrue;
|
492
|
+
|
493
|
+
|
494
|
+
return rtn_val;
|
495
|
+
|
496
|
+
}
|
497
|
+
|
498
|
+
#endif
|
499
|
+
void
|
500
|
+
init_math1_gt2dlib(mDCL)
|
501
|
+
VALUE mDCL;
|
502
|
+
{
|
503
|
+
#if DCLVER >= 530
|
504
|
+
rb_define_module_function(mDCL, "g2fbli", dcl_g2fbli, 6);
|
505
|
+
rb_define_module_function(mDCL, "g2fbl2", dcl_g2fbl2, 10);
|
506
|
+
rb_define_module_function(mDCL, "g2ibl2", dcl_g2ibl2, 10);
|
507
|
+
rb_define_module_function(mDCL, "g2fctr", dcl_g2fctr, 2);
|
508
|
+
rb_define_module_function(mDCL, "g2ictr", dcl_g2ictr, 2);
|
509
|
+
rb_define_module_function(mDCL, "g2qcti", dcl_g2qcti, 0);
|
510
|
+
rb_define_module_function(mDCL, "g2qctm", dcl_g2qctm, 0);
|
511
|
+
rb_define_module_function(mDCL, "g2sctr", dcl_g2sctr, 6);
|
512
|
+
rb_define_module_function(mDCL, "lg2inq", dcl_lg2inq, 10);
|
513
|
+
#endif
|
514
|
+
}
|