Home
last modified time | relevance | path

Searched defs:nplaces (Results 1 – 15 of 15) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c79 int place, nplaces; in thread_func() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c79 int place, nplaces; in thread_func() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c79 int place, nplaces; in thread_func() local
/dports/databases/postgresql12-server/postgresql-12.9/contrib/postgres_fdw/
H A Dconnection.c79 static void configure_remote_session(PGconn *conn);
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dlib_timing.py434 def marry_AM(self, mtype, rlens=[], nplaces=-1): argument
485 def write_times(self, fname='', nplaces=-1, mplaces=-1, force_married=0): argument
H A Dlib_afni1D.py3793 def make_single_row_string(self, row=-1, nplaces=3, mplaces=-1, argument
3835 def make_data_string(self, row=-1, nplaces=3, mplaces=-1, argument
3899 def write_as_timing(self, fname='', nplaces=-1, mplaces=-1, check_simple=1): argument
H A Dafni_util.py364 def write_to_timing_file(data, fname='', nplaces=-1, verb=1): argument
384 def make_timing_data_string(data, row=-1, nplaces=3, flag_empty=0, argument
405 def make_single_row_string(data, row, nplaces=3, flag_empty=0): argument
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_approxNums.cpp529 int nplaces = rand() % static_cast<int>(ea.size()/2.0) + 1; in testRotsNShifts() local
/dports/security/helib/HElib-1.3.1/src/
H A Dtapprox.cpp619 long nplaces = NTL::RandomBnd(ea.size() / 2) + 1; in testRotsNShifts() local
/dports/devel/aegis/aegis-4.25.D510/libaegis/
H A Dlock.cc101 static size_t nplaces; variable
/dports/math/plplot-ada/plplot-5.15.0/lib/qsastime/
H A Dqsastime.c380 int nplaces, fmtlen, slen; in strfMJD() local
/dports/math/plplot/plplot-5.15.0/lib/qsastime/
H A Dqsastime.c380 int nplaces, fmtlen, slen; in strfMJD() local
/dports/security/helib/HElib-1.3.1/tests/
H A DGTestApproxNums.cpp404 int nplaces = rand() % static_cast<int>(ea.size() / 2.0) + 1; in TEST_P() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dkills.cc527 size_t nplaces = places.size(); in append_places() local
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dlevel_object.cpp621 void base64_encode(int num, char* buf, int nplaces) in base64_encode()