Home
last modified time | relevance | path

Searched refs:exception_mask (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_ieee-utils__env.c30 int precision = 0, rounding = 0, exception_mask = 0 ; in gsl_ieee_env_setup() local
40 gsl_ieee_read_mode_string (p, &precision, &rounding, &exception_mask) ; in gsl_ieee_env_setup()
42 gsl_ieee_set_mode (precision, rounding, exception_mask) ; in gsl_ieee_env_setup()
79 if ((exception_mask & GSL_IEEE_MASK_ALL) == GSL_IEEE_MASK_ALL) in gsl_ieee_env_setup()
83 else if ((exception_mask & GSL_IEEE_MASK_ALL) == 0) in gsl_ieee_env_setup()
89 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_env_setup()
92 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_env_setup()
95 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_env_setup()
98 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_env_setup()
101 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_env_setup()
[all …]
H A Dgsl_ieee-utils__fp-darwin86.c148 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
151 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
154 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
157 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
160 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
163 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
177 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
180 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
186 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
189 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
[all …]
H A Dgsl_ieee-utils__read.c28 int * exception_mask) ;
34 int * exception_mask) in gsl_ieee_read_mode_string() argument
57 *exception_mask = 0 ; in gsl_ieee_read_mode_string()
111 *exception_mask |= new_exception ; in gsl_ieee_read_mode_string()
126 int * exception_mask) in lookup_string() argument
158 *exception_mask = GSL_IEEE_MASK_ALL ; in lookup_string()
162 *exception_mask = GSL_IEEE_MASK_INVALID ; in lookup_string()
166 *exception_mask = GSL_IEEE_MASK_DENORMALIZED ; in lookup_string()
174 *exception_mask = GSL_IEEE_MASK_OVERFLOW ; in lookup_string()
178 *exception_mask = GSL_IEEE_MASK_UNDERFLOW ; in lookup_string()
[all …]
H A Dgsl_ieee-utils__fp-gnuppc.c33 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
68 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
71 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
81 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
84 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
87 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
90 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-gnum68k.c26 gsl_ieee_set_mode (int precision, int rounding, int exception_mask)
67 if (exception_mask & GSL_IEEE_MASK_INVALID)
70 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED)
80 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO)
83 if (exception_mask & GSL_IEEE_MASK_OVERFLOW)
86 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW)
89 if (exception_mask & GSL_IEEE_TRAP_INEXACT)
H A Dgsl_ieee-utils__fp-gnusparc.c26 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
63 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
66 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
76 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
79 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
82 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
85 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-darwin.c25 gsl_ieee_set_mode (int precision, int rounding, int exception_mask)
60 if (exception_mask & GSL_IEEE_MASK_INVALID)
63 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED)
73 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO)
76 if (exception_mask & GSL_IEEE_MASK_OVERFLOW)
79 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW)
82 if (exception_mask & GSL_IEEE_TRAP_INEXACT)
H A Dgsl_ieee-utils__fp-hpux11.c27 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
70 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
73 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
84 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
87 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
90 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
93 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-sunos4.c27 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
64 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
73 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
85 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
94 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
103 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
112 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-os2emx.c25 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
64 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
67 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
70 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
73 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
76 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
79 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-irix.c26 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
74 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
77 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
88 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
91 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
94 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
97 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-aix.c27 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
79 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
82 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
93 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
96 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
99 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
102 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-hpux.c26 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
75 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
78 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
89 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
92 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
95 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
98 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-solaris.c26 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
74 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
77 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
88 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
91 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
94 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
97 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dgsl_ieee-utils__fp-gnux86.c35 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
72 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
75 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
78 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
81 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
84 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
87 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
/dports/math/gsl/gsl-2.7/ieee-utils/
H A Denv.c30 int precision = 0, rounding = 0, exception_mask = 0 ; in gsl_ieee_env_setup() local
50 gsl_ieee_read_mode_string (p, &precision, &rounding, &exception_mask) ; in gsl_ieee_env_setup()
52 gsl_ieee_set_mode (precision, rounding, exception_mask) ; in gsl_ieee_env_setup()
89 if ((exception_mask & GSL_IEEE_MASK_ALL) == GSL_IEEE_MASK_ALL) in gsl_ieee_env_setup()
93 else if ((exception_mask & GSL_IEEE_MASK_ALL) == 0) in gsl_ieee_env_setup()
99 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_env_setup()
102 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_env_setup()
105 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_env_setup()
108 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_env_setup()
111 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_env_setup()
[all …]
H A Dfp-darwin86.c148 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
151 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
154 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
157 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
160 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
163 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
177 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
180 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
186 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
189 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
[all …]
H A Dread.c28 int * exception_mask) ;
34 int * exception_mask) in gsl_ieee_read_mode_string() argument
57 *exception_mask = 0 ; in gsl_ieee_read_mode_string()
120 *exception_mask |= new_exception ; in gsl_ieee_read_mode_string()
135 int * exception_mask) in lookup_string() argument
167 *exception_mask = GSL_IEEE_MASK_ALL ; in lookup_string()
171 *exception_mask = GSL_IEEE_MASK_INVALID ; in lookup_string()
175 *exception_mask = GSL_IEEE_MASK_DENORMALIZED ; in lookup_string()
183 *exception_mask = GSL_IEEE_MASK_OVERFLOW ; in lookup_string()
187 *exception_mask = GSL_IEEE_MASK_UNDERFLOW ; in lookup_string()
[all …]
H A Dfp-gnuppc.c33 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
68 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
71 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
81 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
84 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
87 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
90 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dfp-gnum68k.c26 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
67 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
70 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
80 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
83 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
86 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
89 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dfp-gnusparc.c26 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
63 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
66 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
76 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
79 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
82 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
85 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dfp-darwin.c25 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
60 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
63 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
73 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
76 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
79 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
82 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dfp-hpux11.c27 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
70 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
73 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
84 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
87 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
90 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
93 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dfp-sunos4.c27 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
64 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
73 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
85 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
94 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
103 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
112 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()
H A Dfp-os2emx.c25 gsl_ieee_set_mode (int precision, int rounding, int exception_mask) in gsl_ieee_set_mode() argument
64 if (exception_mask & GSL_IEEE_MASK_INVALID) in gsl_ieee_set_mode()
67 if (exception_mask & GSL_IEEE_MASK_DENORMALIZED) in gsl_ieee_set_mode()
70 if (exception_mask & GSL_IEEE_MASK_DIVISION_BY_ZERO) in gsl_ieee_set_mode()
73 if (exception_mask & GSL_IEEE_MASK_OVERFLOW) in gsl_ieee_set_mode()
76 if (exception_mask & GSL_IEEE_MASK_UNDERFLOW) in gsl_ieee_set_mode()
79 if (exception_mask & GSL_IEEE_TRAP_INEXACT) in gsl_ieee_set_mode()

1234567