/dports/lang/eisl/eisl-2.35/ |
H A D | compute.c | 31 case BIGX: in exact_to_inexact() 274 case BIGX: in plus() 288 case BIGX: in plus() 300 case BIGX: in plus() 321 case BIGX: in plus() 371 case BIGX: in minus() 385 case BIGX: in minus() 397 case BIGX: in minus() 418 case BIGX: in minus() 475 case BIGX: in mult() [all …]
|
H A D | bignum.c | 81 SET_TAG(res, BIGX); in makebigx() 432 SET_TAG(res, BIGX); in gen_n() 470 SET_TAG(res, BIGX); in bigx_int_to_big() 491 SET_TAG(res, BIGX); in bigx_long_to_big() 534 SET_TAG(res, BIGX); in bigx_shift() 556 SET_TAG(res, BIGX); in bigx_abs() 614 SET_TAG(res, BIGX); in bigx_plus1() 702 SET_TAG(res, BIGX); in bigx_minus1() 1011 SET_TAG(res, BIGX); in bigx_div1() 1121 SET_TAG(res, BIGX); in bigx_div_i() [all …]
|
/dports/math/math77/MATH77/ |
H A D | dcspxx.f | 30 double precision BIGX, F, G local 31 save BIGX 32 data BIGX /-1.0d0/
|
H A D | dsnpxx.f | 29 double precision BIGX, F, G local 30 save BIGX 31 data BIGX /-1.0d0/
|
H A D | scspxx.f | 30 real BIGX, F, G local 31 save BIGX 32 data BIGX /-1.0e0/
|
H A D | ssnpxx.f | 29 real BIGX, F, G local 30 save BIGX 31 data BIGX /-1.0e0/
|
H A D | dfrenl.f | 117 double precision AX, BIGX, C, CX, F, G, LARGEF, LARGEG, LARGEX local 122 save BIGX, C, F, G, LARGEF, LARGEG, LARGEX, S, XSAVE 240 data BIGX /-1.0d0/
|
/dports/math/ent/ent-0.20080128_1/ |
H A D | chisq.c | 79 #define BIGX 20.0 /* max value to represent exp (x) */ macro 80 #define ex(x) (((x) < -BIGX) ? 0.0 : exp(x)) 114 if (a > BIGX) { in pochisq()
|
/dports/security/softhsm2/softhsm-2.6.1/src/lib/crypto/test/ |
H A D | chisq.c | 86 #define BIGX 20.0 /* max value to represent exp (x) */ macro 87 #define ex(x) (((x) < -BIGX) ? 0.0 : exp(x)) 122 if (a > BIGX) { in pochisq()
|
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/sitecon/src/ |
H A D | SiteconMath.h | 13 #define BIGX 20.0 /* max value to represent exp (x) */ macro 14 #define ex(x) (((x) < -BIGX) ? 0.0 : exp(x))
|
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/mathfp/ |
H A D | zmath.h | 14 extern double BIGX; 29 extern double BIGX;
|
H A D | sf_sineh.c | 61 if (y > BIGX) 66 if (w > BIGX)
|
H A D | s_sineh.c | 136 if (y > BIGX) 141 if (w > BIGX)
|
H A D | s_mathcnst.c | 6 double BIGX = 7.09782712893383973096e+02; variable
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/ |
H A D | zmath.h | 14 extern double BIGX; 29 extern double BIGX;
|
H A D | sf_sineh.c | 61 if (y > BIGX) 66 if (w > BIGX)
|
H A D | s_sineh.c | 136 if (y > BIGX) 141 if (w > BIGX)
|
H A D | s_mathcnst.c | 6 double BIGX = 7.09782712893383973096e+02; variable
|
H A D | sf_tanh.c | 42 if (f > BIGX)
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/ |
H A D | zmath.h | 14 extern double BIGX; 29 extern double BIGX;
|
H A D | sf_sineh.c | 61 if (y > BIGX) 66 if (w > BIGX)
|
H A D | s_sineh.c | 136 if (y > BIGX) 141 if (w > BIGX)
|
H A D | s_mathcnst.c | 6 double BIGX = 7.09782712893383973096e+02; variable
|
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic16/libm/ |
H A D | expf.c | 46 #define BIGX 88.72283911 /* ln(XMAX) */ macro 63 if(y>BIGX) in expf()
|
/dports/finance/R-cran-plm/plm/R/ |
H A D | est_plm.list.R | 45 BIGX <- c() vector 57 BIGX <- rbind(BIGX, rowBIGX) 61 if (!is.null(W)) return(structure(list(X = BIGX, y = BIGy, W = BIGW), class = "BIG")) 62 else return(structure(list(X = BIGX, y = BIGy), class = "BIG"))
|