Home
last modified time | relevance | path

Searched +refs:int +refs:gre (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Damr_kdtools.pxd13 int dim
20 cdef public int grid
28 cdef int level
31 cdef int _kd_is_leaf(self)
32 cdef add_grid(self, np.float64_t[:] gle, np.float64_t[:] gre, argument
33 int gid,
34 int rank,
38 np.float64_t[:] gre, argument
49 cdef int should_i_split(self, int rank, int size)
59 np.float64_t[:] gre, argument
[all …]
H A Damr_kdtools.pyx117 np.float64_t[:] gre, argument
131 pgres[j] = gre[j]
140 np.float64_t[:] gre, argument
169 np.float64_t[:] gre, argument
193 cdef int check = self.split_grid(gle, gre, grid_id, rank, size)
322 np.float64_t[:] gre, argument
332 data[0,1,j] = gre[j]
464 np.float64_t[:] gre, argument
473 v = gre[i] - gle[i]
487 lnew_gre[j] = gre[j]
[all …]
/dports/math/py-yt/yt-4.0.1/yt/frontends/open_pmd/
H A Ddata_structures.py265 self.num_grids += int(np.ceil(size * self.vpg ** -1))
306 gre = (
310 gre = np.append(gre, np.ones(3 - len(gre)))
355 num_grids = int(np.ceil(count * self.vpg ** -1))
363 gre = []
365 gre.append(
368 gre = np.asarray(gre)
369 gre = np.append(gre, np.ones(3 - len(gre)))
370 np.add(gle, gre, gre)
378 num_grids = int(np.ceil(count * self.vpg ** -1))
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/components/
H A DLogCapture.jsm14 Cu.import("resource://gre/modules/XPCOMUtils.jsm");
16 XPCOMUtils.defineLazyModuleGetter(this, "Promise", "resource://gre/modules/Promise.jsm");
17 XPCOMUtils.defineLazyModuleGetter(this, "Screenshot", "resource://gre/modules/Screenshot.jsm");
37 Cu.import("resource://gre/modules/ctypes.jsm", this);
43 this.ctypes.int, // bytes read (out)
44 this.ctypes.int, // file descriptor (in)
51 this.ctypes.int, // file descriptor (returned)
53 this.ctypes.int // flags
58 this.ctypes.int, // error code (returned)
59 this.ctypes.int // file descriptor
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DMemory.jsm10 ChromeUtils.import("resource://gre/modules/Services.jsm");
11 ChromeUtils.import("resource://gre/modules/Timer.jsm");
23 * uss: <int>,
24 * rss: <int>,
25 * ghosts: <int>,
28 * uss: <int>,
29 * rss: <int>,
30 * ghosts: <int>,
/dports/lang/ghc/ghc-8.10.7/compiler/rename/
H A DRnUtils.hs171 is_shadowed_gre gre | isRecFldGRE gre
213 let noParent gre = case gre_par gre of
318 occ = greOccName gre
328 mkFieldEnv rdr_env = mkNameEnv [ (gre_name gre, (lbl, par_is (gre_par gre)))
330 , gre <- gres
331 , Just lbl <- [greLabel gre]
378 ppr_gre gre = sep [ pp_gre_name gre <> comma
379 , pprNameProvenance gre]
389 pp_gre_name gre@(GRE { gre_name = name, gre_par = parent
444 = addErr (sep [text "A" <+> int tup_size <> ptext (sLit "-tuple is too large for GHC"),
[all …]
H A DRnUnbound.hs133 RealSrcSpan l -> parens (text "line" <+> int (srcSpanStartLine l))
169 , isGreOk where_look gre
170 , let name = gre_name gre
173 , (mod, how) <- qualsInScope gre
177 | gre <- globalRdrEnvElts global_env
178 , isGreOk where_look gre
179 , let name = gre_name gre
183 , pair <- case (unquals_in_scope gre, quals_only gre) of
339 | gre <- globalRdrEnvElts global_env
340 , isGreOk where_look gre
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DMemory.jsm11 Cu.import("resource://gre/modules/Services.jsm");
12 Cu.import("resource://gre/modules/Timer.jsm");
24 * uss: <int>,
25 * rss: <int>,
28 * uss: <int>,
29 * rss: <int>,
/dports/net/ipdecap/ipdecap-0.7.2/src/
H A Dtags50 GRE_CHECKSUM gre.h 29;" d
52 GRE_KEY gre.h 31;" d
53 GRE_ROUTING gre.h 30;" d
54 GRE_SEQ gre.h 32;" d
55 GRE_SSRCR gre.h 33;" d
182 dumpmem utils.c /^void dumpmem(char *prefix, const unsigned char *ptr, int size, int space) {$/;" f
193 flags gre.h /^ u_int16_t flags;$/;" m struct:grehdr
199 grehdr gre.h /^struct grehdr {$/;" s
210 ignore_esp ipdecap.c /^int ignore_esp;$/;" v
231 main ipdecap.c /^int main(int argc, char **argv) {$/;" f
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/modules/geckoview/
H A DAndroidLog.jsm13 * let Log = Cu.import("resource://gre/modules/AndroidLog.jsm", {}).AndroidLog;
16 * importScripts("resource://gre/modules/workers/require.js");
17 * let Log = require("resource://gre/modules/AndroidLog.jsm");
45 var { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
65 ctypes.int, // return value: num bytes logged
66 ctypes.int, // priority (ANDROID_LOG_* constant)
/dports/www/firefox/firefox-99.0/mobile/android/modules/geckoview/
H A DAndroidLog.jsm13 * let Log = Cu.import("resource://gre/modules/AndroidLog.jsm", {}).AndroidLog;
16 * importScripts("resource://gre/modules/workers/require.js");
17 * let Log = require("resource://gre/modules/AndroidLog.jsm");
45 var { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
65 ctypes.int, // return value: num bytes logged
66 ctypes.int, // priority (ANDROID_LOG_* constant)
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/modules/geckoview/
H A DAndroidLog.jsm13 * let Log = Cu.import("resource://gre/modules/AndroidLog.jsm", {}).AndroidLog;
16 * importScripts("resource://gre/modules/workers/require.js");
17 * let Log = require("resource://gre/modules/AndroidLog.jsm");
45 var { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
65 ctypes.int, // return value: num bytes logged
66 ctypes.int, // priority (ANDROID_LOG_* constant)
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/modules/geckoview/
H A DAndroidLog.jsm13 * let Log = Cu.import("resource://gre/modules/AndroidLog.jsm", {}).AndroidLog;
16 * importScripts("resource://gre/modules/workers/require.js");
17 * let Log = require("resource://gre/modules/AndroidLog.jsm");
45 var { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
65 ctypes.int, // return value: num bytes logged
66 ctypes.int, // priority (ANDROID_LOG_* constant)
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/subprocess/
H A Dsubprocess_unix.jsm18 Cu.import("resource://gre/modules/ctypes.jsm");
19 Cu.import("resource://gre/modules/osfile.jsm");
20 Cu.import("resource://gre/modules/Services.jsm");
21 Cu.import("resource://gre/modules/Task.jsm");
22 Cu.import("resource://gre/modules/subprocess/subprocess_common.jsm");
24 Services.scriptloader.loadSubScript("resource://gre/modules/subprocess/subprocess_shared.js", this);
25 Services.scriptloader.loadSubScript("resource://gre/modules/subprocess/subprocess_shared_unix.js", …
31 let fds = ctypes.int.array(2)();
71 return "resource://gre/modules/subprocess/subprocess_worker_unix.js";
/dports/math/py-yt/yt-4.0.1/yt/utilities/
H A Ddecompose.py35 bsize = int(np.sum(ldom[mask] / nd_arr * np.product(nd_arr)))
81 i = int(np.sqrt(0.25 + 2 * (fac[nfac, 2] - 1)) - 0.5)
98 fac[j, 2] = int((fac[j, 1] + 1) * (fac[j, 1] + 2) / 2)
105 def split_array(gle, gre, shape, psize):
108 dds = (gre - gle) / shape
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/modules/
H A DAndroidLog.jsm13 * let Log = Cu.import("resource://gre/modules/AndroidLog.jsm", {}).AndroidLog;
16 * importScripts("resource://gre/modules/workers/require.js");
17 * let Log = require("resource://gre/modules/AndroidLog.jsm");
45 Components.utils.import("resource://gre/modules/ctypes.jsm");
64 ctypes.int, // return value: num bytes logged
65 ctypes.int, // priority (ANDROID_LOG_* constant)
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/modules/geckoview/
H A DAndroidLog.jsm13 * let Log = Cu.import("resource://gre/modules/AndroidLog.jsm", {}).AndroidLog;
16 * importScripts("resource://gre/modules/workers/require.js");
17 * let Log = require("resource://gre/modules/AndroidLog.jsm");
45 ChromeUtils.import("resource://gre/modules/ctypes.jsm");
64 ctypes.int, // return value: num bytes logged
65 ctypes.int, // priority (ANDROID_LOG_* constant)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/modules/
H A DDNS.jsm18 "resource://gre/modules/PromiseWorker.jsm"
99 ctypes.int,
101 ctypes.int,
102 ctypes.int,
104 ctypes.int
109 ctypes.int,
111 ctypes.int,
112 ctypes.int,
114 ctypes.int
119 ctypes.int,
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/nexus/tests/unit/
H A Dtest_developer.py19 gre = generic_settings.raise_error
61 int,
98 generic_settings.raise_error = gre
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/subprocess/
H A Dsubprocess_unix.jsm16 ChromeUtils.import("resource://gre/modules/ctypes.jsm");
17 ChromeUtils.import("resource://gre/modules/osfile.jsm");
18 ChromeUtils.import("resource://gre/modules/Services.jsm");
19 ChromeUtils.import("resource://gre/modules/subprocess/subprocess_common.jsm");
23 Services.scriptloader.loadSubScript("resource://gre/modules/subprocess/subprocess_shared.js", this);
24 Services.scriptloader.loadSubScript("resource://gre/modules/subprocess/subprocess_shared_unix.js", …
30 let fds = ctypes.int.array(2)();
70 return "resource://gre/modules/subprocess/subprocess_worker_unix.js";
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/activity-stream/lib/
H A DPlacesFeed.jsm6 ChromeUtils.import("resource://gre/modules/Services.jsm");
7 ChromeUtils.import("resource://gre/modules/XPCOMUtils.jsm");
12 "resource://gre/modules/NewTabUtils.jsm");
14 "resource://gre/modules/PlacesUtils.jsm");
101 * @param {int} index
102 * @param {int} type Indicates if the bookmark is an actual bookmark,
106 * @param {int} dateAdded
109 * @param {int} source Used to distinguish bookmarks made by different
137 * @param {int} index
138 * @param {int} type Indicates if the bookmark is an actual bookmark,
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/subprocess/
H A Dsubprocess_unix.jsm12 const { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
13 const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm");
14 const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
16 "resource://gre/modules/subprocess/subprocess_common.jsm"
22 "resource://gre/modules/subprocess/subprocess_shared.js",
26 "resource://gre/modules/subprocess/subprocess_shared_unix.js",
34 let fds = ctypes.int.array(2)();
73 return "resource://gre/modules/subprocess/subprocess_worker_unix.js";
/dports/www/firefox/firefox-99.0/toolkit/modules/subprocess/
H A Dsubprocess_unix.jsm12 const { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
13 const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm");
14 const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
16 "resource://gre/modules/subprocess/subprocess_common.jsm"
22 "resource://gre/modules/subprocess/subprocess_shared.js",
26 "resource://gre/modules/subprocess/subprocess_shared_unix.js",
34 let fds = ctypes.int.array(2)();
73 return "resource://gre/modules/subprocess/subprocess_worker_unix.js";
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/subprocess/
H A Dsubprocess_unix.jsm12 const { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
13 const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm");
14 const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
16 "resource://gre/modules/subprocess/subprocess_common.jsm"
22 "resource://gre/modules/subprocess/subprocess_shared.js",
26 "resource://gre/modules/subprocess/subprocess_shared_unix.js",
34 let fds = ctypes.int.array(2)();
73 return "resource://gre/modules/subprocess/subprocess_worker_unix.js";
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/subprocess/
H A Dsubprocess_unix.jsm12 const { ctypes } = ChromeUtils.import("resource://gre/modules/ctypes.jsm");
13 const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm");
14 const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
16 "resource://gre/modules/subprocess/subprocess_common.jsm"
22 "resource://gre/modules/subprocess/subprocess_shared.js",
26 "resource://gre/modules/subprocess/subprocess_shared_unix.js",
34 let fds = ctypes.int.array(2)();
73 return "resource://gre/modules/subprocess/subprocess_worker_unix.js";

12345678910>>...45