Home
last modified time | relevance | path

Searched refs:BIGX (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/eisl/eisl-2.35/
H A Dcompute.c31 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 Dbignum.c81 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 Ddcspxx.f30 double precision BIGX, F, G local
31 save BIGX
32 data BIGX /-1.0d0/
H A Ddsnpxx.f29 double precision BIGX, F, G local
30 save BIGX
31 data BIGX /-1.0d0/
H A Dscspxx.f30 real BIGX, F, G local
31 save BIGX
32 data BIGX /-1.0e0/
H A Dssnpxx.f29 real BIGX, F, G local
30 save BIGX
31 data BIGX /-1.0e0/
H A Ddfrenl.f117 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 Dchisq.c79 #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 Dchisq.c86 #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 DSiteconMath.h13 #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 Dzmath.h14 extern double BIGX;
29 extern double BIGX;
H A Dsf_sineh.c61 if (y > BIGX)
66 if (w > BIGX)
H A Ds_sineh.c136 if (y > BIGX)
141 if (w > BIGX)
H A Ds_mathcnst.c6 double BIGX = 7.09782712893383973096e+02; variable
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A Dzmath.h14 extern double BIGX;
29 extern double BIGX;
H A Dsf_sineh.c61 if (y > BIGX)
66 if (w > BIGX)
H A Ds_sineh.c136 if (y > BIGX)
141 if (w > BIGX)
H A Ds_mathcnst.c6 double BIGX = 7.09782712893383973096e+02; variable
H A Dsf_tanh.c42 if (f > BIGX)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A Dzmath.h14 extern double BIGX;
29 extern double BIGX;
H A Dsf_sineh.c61 if (y > BIGX)
66 if (w > BIGX)
H A Ds_sineh.c136 if (y > BIGX)
141 if (w > BIGX)
H A Ds_mathcnst.c6 double BIGX = 7.09782712893383973096e+02; variable
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic16/libm/
H A Dexpf.c46 #define BIGX 88.72283911 /* ln(XMAX) */ macro
63 if(y>BIGX) in expf()
/dports/finance/R-cran-plm/plm/R/
H A Dest_plm.list.R45 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"))

123