Home
last modified time | relevance | path

Searched refs:vec_read (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/p5-Net-Curl/Net-Curl-0.44/t/
H A Dold-23socket-action.t50 my $vec_read = '';
66 vec( $vec_read, $socket, 1 ) = 0;
72 vec( $vec_read, $socket, 1 ) = 1;
78 vec( $vec_read, $socket, 1 ) = 0;
86 vec( $vec_read, $socket, 1 ) = 1;
92 vec( $vec_read, $socket, 1 ) = 0;
136 my ($cnt, $timeleft) = select $vec_r = $vec_read, $vec_w = $vec_write,
137 $vec_e = $vec_read | $vec_write, $timeout;
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue50/idct.d/
H A Dcp3_test.vhd33 signal vec_read : std_logic; signal
143 vec_read => vec_read,
239 -- vec_read => vec_read,
261 vec_read => vec_read,
H A Dassert_uut.vhd23 vec_read : out std_logic; port
358 vec_read <= '0';
360 vec_read <= '0';
363 vec_read <= '1';
H A Dfsm.vhd32 vec_read : in std_logic; port
73 …process(instr_next, instr_c, stdin_rdy, count_ok, times_ok, cp_ok, stdin_ack, vecs_found, vec_read)
156 if(vec_read = '1') then
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue50/vector.d/
H A Dcp3_test.vhd33 signal vec_read : std_logic; signal
143 vec_read => vec_read,
239 -- vec_read => vec_read,
261 vec_read => vec_read,
H A Dassert_uut.vhd23 vec_read : out std_logic; port
108 vec_read <= '0';
110 vec_read <= '0';
113 vec_read <= '1';
H A Dfsm.vhd32 vec_read : in std_logic; port
73 …process(instr_next, instr_c, stdin_rdy, count_ok, times_ok, cp_ok, stdin_ack, vecs_found, vec_read)
156 if(vec_read = '1') then
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mp4parse_capi-0.11.2/examples/
H A Dafl-capi.rs11 extern fn vec_read(buf: *mut u8, size: usize, userdata: *mut std::os::raw::c_void) -> isize { in vec_read() function
25 …let io = Mp4parseIo { read: Some(vec_read), userdata: &mut cursor as *mut _ as *mut std::os::raw::… in doit()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dbwccheck.cpp206 int vec_read(mpfq_vbase_ptr A, void * z, string const & v, size_t vsize, const char * prefix = NULL) in vec_read() function
332 if (vec_read(Ac, Cv_i0, C_i0, vsize, " ") < 0) in check_V_files()
336 if (vec_read(Ac, Cv_i1, C_i1, vsize, " ") < 0) in check_V_files()
350 if (vec_read(Ac, Vv, Vs[i].c_str(), vsize, " ") < 0) in check_V_files()
362 if (vec_read(Ac, Vv, Vs[j].c_str(), vsize, " ") < 0) in check_V_files()
543 if (vec_read(Ac, Dv, D.c_str(), vsize, " ") < 0) in check_A_files()
550 if (vec_read(Av, Vv, V0.c_str(), vsize, " ") < 0) in check_A_files()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A Dmpfq_vbase.h119 long (*vec_read)(mpfq_vbase_ptr, FILE *, void *, unsigned long); member
H A Dmpfq_name_ab.h191 #define abvec_read(a0,a1,a2,a3) abcommon_name_(vec_read) (a0,a1,a2,a3)
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dparam.h309 vector<double> vec_read; // Total number of reads. variable
H A Dgemma_io.h118 bool ReadFile_gene(const string &file_gene, vector<double> &vec_read,
H A Dparam.cpp465 if (ReadFile_gene(file_gene, vec_read, snpInfo, ng_total) == false) { in ReadFiles()
472 if (ReadFile_column(file_read, indicator_read, vec_read, 1) == false) { in ReadFiles()
2205 gsl_vector_set(log_N, ci_test, log(vec_read[i])); in CopyRead()
H A Dgemma_io.cpp2290 bool ReadFile_gene(const string &file_gene, vector<double> &vec_read, in ReadFile_gene() argument
2293 vec_read.clear(); in ReadFile_gene()
2320 vec_read.push_back(0); in ReadFile_gene()
2324 vec_read[t] += atof(ch_ptr); in ReadFile_gene()
/dports/math/gf2x/gf2x-1.3.0/fft/mpfq/
H A Dmpfq_name_K.h191 #define Kvec_read(a0,a1,a2) Kcommon_name_(vec_read) (K,a0,a1,a2)
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/fft/mpfq/
H A Dmpfq_name_K.h191 #define Kvec_read(a0,a1,a2) Kcommon_name_(vec_read) (K,a0,a1,a2)
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/linalg/bwc/mpfq/
H A Dmpfq_name_K.h191 #define Kvec_read(a0,a1,a2) Kcommon_name_(vec_read) (K,a0,a1,a2)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_input.c3335 static __isl_give isl_vec *vec_read(__isl_keep isl_stream *s) in vec_read() function
3346 v = vec_read(s); in isl_vec_read_from_file()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_input.c3056 static __isl_give isl_vec *vec_read(__isl_keep isl_stream *s) in vec_read() function
3067 v = vec_read(s); in isl_vec_read_from_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_input.c3332 static __isl_give isl_vec *vec_read(__isl_keep isl_stream *s) in vec_read() function
3343 v = vec_read(s); in isl_vec_read_from_file()
/dports/devel/isl/isl-0.24/
H A Disl_input.c3333 static __isl_give isl_vec *vec_read(__isl_keep isl_stream *s) in vec_read() function
3344 v = vec_read(s); in isl_vec_read_from_file()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_input.c3333 static __isl_give isl_vec *vec_read(__isl_keep isl_stream *s) in vec_read() function
3344 v = vec_read(s); in isl_vec_read_from_file()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_input.c3335 static __isl_give isl_vec *vec_read(__isl_keep isl_stream *s) in vec_read() function
3346 v = vec_read(s); in isl_vec_read_from_file()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_input.c3333 static __isl_give isl_vec *vec_read(__isl_keep isl_stream *s) in vec_read() function
3344 v = vec_read(s); in isl_vec_read_from_file()

12