Home
last modified time | relevance | path

Searched refs:p_exp (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/unit_tests/
H A Dfactorial.tst98 p_exp = [ 374 614 868 1134 1408 1689 1976 2269 ];
99 assert_checkequal(p, p_exp);
109 p_exp = [ 2567 5735 9130 12673 16325 20065 23877 27752 31681 35659 ];
110 assert_checkequal(p, p_exp);
119 p_exp = [ 77337 121287 166713 213236 260634 308759 357506 406798 456573 ];
120 assert_checkequal(p, p_exp);
129 p_exp = [5565708 65657059 756570556 8565705522 95657055186 ..
136 assert_checkequal(p(i), p_exp(i));
/dports/math/octave-forge-control/control-3.3.1/inst/
H A Dcovar.m77 %!shared p, q, p_exp, q_exp
80 %! p_exp = 2.5000;
82 %!assert (p, p_exp, 1e-4);
86 %!shared p, q, p_exp, q_exp
89 %! p_exp = 30.3167;
91 %!assert (p, p_exp, 1e-4);
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc10/gcc-10.3.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc12-devel/gcc-12-20211205/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc11-devel/gcc-11-20211009/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/avr-gcc/gcc-10.2.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc11/gcc-11.2.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc10-devel/gcc-10-20211008/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc9/gcc-9.4.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/config/libbid/
H A Dbid128_mul.c112 UINT64 x_exp, y_exp, p_exp; local
174 p_exp = 0; // cannot be less than EXP_MIN
176 p_exp = (UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
178 p_exp = (UINT64) (true_p_exp + 398) << 53;
184 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
331 UINT64 x_exp, y_exp, p_exp; local
392 p_exp = 0; // cannot be less than EXP_MIN
394 p_exp = (UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
396 p_exp = (UINT64) (true_p_exp + 6176) << 49;
402 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/
H A Dbid128_mul.c118 BID_UINT64 x_exp, y_exp, p_exp; local
180 p_exp = 0; // cannot be less than EXP_MIN
182 p_exp = (BID_UINT64) (369 + 398) << 53; // cannot be more than EXP_MAX
184 p_exp = (BID_UINT64) (true_p_exp + 398) << 53;
190 res = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
338 BID_UINT64 x_exp, y_exp, p_exp; local
399 p_exp = 0; // cannot be less than EXP_MIN
401 p_exp = (BID_UINT64) (6111 + 6176) << 49; // cannot be more than EXP_MAX
403 p_exp = (BID_UINT64) (true_p_exp + 6176) << 49;
409 res.w[1] = p_sign | p_exp; // preferred exponent in [EXP_MIN, EXP_MAX]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Drecip-test2.h313 const char *p_exp; in NAME() local
316 p_exp = "failed"; in NAME()
319 p_exp = explanation; in NAME()
326 TNAME (TYPE), test, p_exp, in NAME()
362 const char *p_exp; in NAME() local
365 p_exp = "failed"; in NAME()
368 p_exp = explanation; in NAME()
375 TNAME (TYPE), test, p_exp, in NAME()

12345678