-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgsl.fbfrog
71 lines (61 loc) · 1.74 KB
/
gsl.fbfrog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
-inclib gsl inc/gsl/gsl_types.bi
-inclib gslcblas inc/gsl/gsl_cblas.bi
-define GSL_RANGE_CHECK_OFF 1
-removedefine __BEGIN_DECLS
-removedefine __END_DECLS
-removedefine INLINE_DECL
-removedefine GSL_VAR
-replacements gsl.replacements
-rename_ GSL_ERROR
-rename_ gsl_message
-rename_ GSL_MESSAGE_MASK
-rename_ GSL_MAX
-rename_ GSL_MIN
-rename_ gsl_sf_bessel_j0_e
-rename_ gsl_sf_bessel_j0
-rename_ gsl_sf_bessel_j1_e
-rename_ gsl_sf_bessel_j1
-rename_ gsl_sf_bessel_y0_e
-rename_ gsl_sf_bessel_y0
-rename_ gsl_sf_bessel_y1_e
-rename_ gsl_sf_bessel_y1
-rename_ gsl_sf_bessel_i0_scaled_e
-rename_ gsl_sf_bessel_i0_scaled
-rename_ gsl_sf_bessel_i1_scaled_e
-rename_ gsl_sf_bessel_i1_scaled
-rename_ gsl_sf_bessel_k0_scaled_e
-rename_ gsl_sf_bessel_k0_scaled
-rename_ gsl_sf_bessel_k1_scaled_e
-rename_ gsl_sf_bessel_k1_scaled
-rename_ GSL_VECTOR_COMPLEX
-rename_ GSL_VERSION
# case-aliases
-removedefine GSL_POSINF
-removedefine GSL_NEGINF
-removedefine GSL_NAN
-remove2nd GSL_ODEIV_FN_EVAL
-remove2nd GSL_ODEIV_JA_EVAL
-setarraysize gsl_prec_eps _GSL_PREC_T_NUM
-setarraysize gsl_prec_sqrt_eps _GSL_PREC_T_NUM
-setarraysize gsl_prec_root3_eps _GSL_PREC_T_NUM
-setarraysize gsl_prec_root4_eps _GSL_PREC_T_NUM
-setarraysize gsl_prec_root5_eps _GSL_PREC_T_NUM
-setarraysize gsl_prec_root6_eps _GSL_PREC_T_NUM
-rename float.h crt/math.bi
-ifndefdecl M_*
-nostring data
-nostring data1
-nostring data2
-nostring sorted_data
-nostring base
-nostring min_out
-nostring max_out
-nostring gsl_block_char_raw_f*.b
-nostring gsl_block_char_data
-nostring gsl_matrix_char_ptr
-nostring gsl_matrix_char_const_ptr
-nostring gsl_sort_vector_char_*.dest
-nostring gsl_sort_char_*.dest
-nostring gsl_sort_char_*.src
-nostring gsl_stats_char_minmax.min
-nostring gsl_stats_char_minmax.max