Home
last modified time | relevance | path

Searched refs:OPT_N (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_blackscholes.py136 OPT_N = 400
140 stockPrice = randfloat(self.random.random_sample(OPT_N), 5.0, 30.0)
141 optionStrike = randfloat(self.random.random_sample(OPT_N), 1.0, 100.0)
142 optionYears = randfloat(self.random.random_sample(OPT_N), 0.25, 10.0)
177 OPT_N = 400
180 callResultGold = np.zeros(OPT_N)
181 putResultGold = np.zeros(OPT_N)
183 callResultNumba = np.zeros(OPT_N)
184 putResultNumba = np.zeros(OPT_N)
186 stockPrice = randfloat(self.random.random_sample(OPT_N), 5.0, 30.0)
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudapy/
H A Dtest_blackscholes.py50 OPT_N = 400
53 stockPrice = randfloat(np.random.random(OPT_N), 5.0, 30.0)
54 optionStrike = randfloat(np.random.random(OPT_N), 1.0, 100.0)
55 optionYears = randfloat(np.random.random(OPT_N), 0.25, 10.0)
57 callResultNumpy = np.zeros(OPT_N)
58 putResultNumpy = -np.ones(OPT_N)
60 callResultNumbapro = np.zeros(OPT_N)
61 putResultNumbapro = -np.ones(OPT_N)
99 griddim = int(math.ceil(float(OPT_N) / blockdim[0])), 1
/dports/math/gretl/gretl-2021d/lib/src/
H A Doptions.c110 { ADF, OPT_N, "nc", 0 },
142 { ARMA, OPT_N, "nc", 0 },
171 { COINT, OPT_N, "nc", 0 },
179 { COINT2, OPT_N, "nc", 0 },
199 { DATA, OPT_N, "name", 2 },
278 { GARCH, OPT_N, "nc", 0 },
352 { LEVINLIN, OPT_N, "nc", 0 },
379 { MPI, OPT_N, "np", 2 },
649 { VAR, OPT_N, "nc", 0 },
662 { VECM, OPT_N, "nc", 0 },
[all …]
H A Dlibglue.c66 OPT_N | OPT_P | OPT_W | OPT_X | OPT_D); in model_test_driver()
167 if (!err && (opt & OPT_N)) { in model_test_driver()
818 const char *s = get_optval_string(ci, OPT_N); in matrix_bandplot_biglist()
889 if (ci == GNUPLOT && (opt & OPT_N)) { in matrix_command_driver()
906 mdset = gretl_dataset_from_matrix(m, list, OPT_B | OPT_N, &err); in matrix_command_driver()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dod_bloaty.c41 OPT_N = 1 << 1, enumerator
504 if ((option_mask32 & (OPT_N|OPT_S)) == OPT_N) in open_next_file()
1001 if (option_mask32 & OPT_N) { in dump()
1047 if ((option_mask32 & OPT_N) && current_offset >= end_offset) in dump()
1085 if ((option_mask32 & OPT_N) && (end_offset - G.string_min <= address)) in dump_strings()
1088 while (!(option_mask32 & OPT_N) || address < end_offset) { in dump_strings()
1239 if (opt & OPT_N) { in od_main()
1332 if (option_mask32 & OPT_N) { in od_main()
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dpatch_bbox.c80 OPT_N = (1 << 3), in patch_main() enumerator
252 if (src_line == 0 && (opt & OPT_N)) { in patch_main()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_ts_io_contour.f9020 character(len=*), parameter :: OPT_N = '(''ts: '',a)' variable
/dports/mail/avenger/avenger-0.8.5/util/
H A Dsynos.h42 enum { OPT_NONE, OPT_M, OPT_MMOD, OPT_MSTAR, OPT_N, enumerator
/dports/deskutils/recoll/recoll-1.31.2/query/
H A Drecollq.cpp187 #define OPT_N 0x2000 macro
254 case 'N': op_flags |= OPT_N; break; in recollq()
442 op_flags & OPT_N, op_flags & OPT_p, snipcnt); in recollq()
/dports/sysutils/busybox/busybox-1.26.2/mailutils/
H A Dmakemime.c185 OPT_N = 1 << 4, // COMPAT in makemime_main() enumerator
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c450 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
460 {"n", OPT_N, '-', "Do not remove existing links"},
490 case OPT_N: in rehash_main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c450 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
460 {"n", OPT_N, '-', "Do not remove existing links"},
490 case OPT_N: in rehash_main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c450 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
460 {"n", OPT_N, '-', "Do not remove existing links"},
490 case OPT_N: in rehash_main()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Drehash.c450 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
460 {"n", OPT_N, '-', "Do not remove existing links"},
490 case OPT_N: in rehash_main()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Drehash.c458 OPT_COMPAT, OPT_OLD, OPT_N, OPT_VERBOSE enumerator
468 {"n", OPT_N, '-', "Do not remove existing links"},
498 case OPT_N: in rehash_main()

12345