Home
last modified time | relevance | path

Searched refs:retd (Results 1 – 25 of 141) sorted by relevance

123456

/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dmathfunc.c225 retd = atan(argd); in math_func()
245 retd = cos(argd); in math_func()
253 retd = erf(argd); in math_func()
261 retd = exp(argd); in math_func()
273 retd = argd; in math_func()
290 retd = signgam*exp(retd); in math_func()
312 retd = j0(argd); in math_func()
316 retd = j1(argd); in math_func()
399 retd = y0(argd); in math_func()
403 retd = y1(argd); in math_func()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c9 vector double retd; variable
39 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
40 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
45 retd = vec_ctf(a,32); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
46 retd = vec_ctf(a,42); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
51 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
52 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c9 vector double retd; variable
39 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
40 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
45 retd = vec_ctf(a,32); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
46 retd = vec_ctf(a,42); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
51 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
52 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c9 vector double retd; variable
39 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
40 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
45 retd = vec_ctf(a,32); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
46 retd = vec_ctf(a,42); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
51 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
52 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c9 vector double retd; variable
39 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
40 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
43 retd = vec_ctf(a,1); in test_longlong()
44 retd = vec_ctf(a,31); in test_longlong()
45 retd = vec_ctf(a,32); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
46 retd = vec_ctf(a,42); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_longlong()
51 retd = vec_ctf(a,b); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
52 retd = vec_ctf(a,-1); /* { dg-error "argument 2 must be a 5-bit unsigned literal" } */ in test_ulonglong()
55 retd = vec_ctf(a,1); in test_ulonglong()
[all …]
/dports/security/putty/putty-0.76/unix/
H A Duxfdsock.c254 int retd; in fdsocket_select_result_input() local
259 retd = read(fds->infd, buf, sizeof(buf)); in fdsocket_select_result_input()
260 if (retd > 0) { in fdsocket_select_result_input()
261 plug_receive(fds->plug, 0, buf, retd); in fdsocket_select_result_input()
263 if (retd < 0) { in fdsocket_select_result_input()
290 int retd; in fdsocket_select_result_input_error() local
295 retd = read(fd, buf, sizeof(buf)); in fdsocket_select_result_input_error()
296 if (retd > 0) { in fdsocket_select_result_input_error()
297 log_proxy_stderr(fds->plug, &fds->psb, buf, retd); in fdsocket_select_result_input_error()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxfdsock.c254 int retd; in fdsocket_select_result_input() local
259 retd = read(fds->infd, buf, sizeof(buf)); in fdsocket_select_result_input()
260 if (retd > 0) { in fdsocket_select_result_input()
261 plug_receive(fds->plug, 0, buf, retd); in fdsocket_select_result_input()
263 if (retd < 0) { in fdsocket_select_result_input()
290 int retd; in fdsocket_select_result_input_error() local
295 retd = read(fd, buf, sizeof(buf)); in fdsocket_select_result_input_error()
296 if (retd > 0) { in fdsocket_select_result_input_error()
297 log_proxy_stderr(fds->plug, &fds->psb, buf, retd); in fdsocket_select_result_input_error()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtasm15.pp17 $C3, // retd
18 $C2,$05,$00, // retd 5
40 retd
41 retd 5
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/test/
H A Dret.asm15 retd
32 retd
50 retd
/dports/devel/nasm/nasm-2.15.05/travis/test/
H A Dret.asm15 retd
34 retd
54 retd
/dports/devel/nasm/nasm-2.15.05/test/
H A Dret.asm15 retd
32 retd
50 retd
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/
H A DBooleanType.vb122 Dim retd As Double
123 retd = DoubleType.Parse(Value)
124 If (retd <> 0) Then
/dports/lang/gnu-cobol/gnucobol-3.1.2/tests/cobol85/
H A DMakefile.am124 @retd=0; for m in $(MODULES); do \
127 ret=$$? && if test $$ret -gt $$retd; then retd=$$ret; fi \
129 if test $$retd -gt 1; then exit $$retd; fi
/dports/security/putty/putty-0.76/
H A Dssh2transhk.c75 struct ssh_transient_hostkey_cache_entry *ent, *retd; in ssh_transient_hostkey_cache_add() local
88 retd = add234(thc->cache, ent); in ssh_transient_hostkey_cache_add()
89 assert(retd == ent); in ssh_transient_hostkey_cache_add()
H A Dpsftp.c379 bool retd; in sftp_get_file() local
383 retd = sftp_get_file( in sftp_get_file()
388 if (!retd) { in sftp_get_file()
472 int retd, len; in sftp_get_file() local
477 retd = xfer_download_gotpkt(xfer, pktin); in sftp_get_file()
478 if (retd <= 0) { in sftp_get_file()
627 bool retd; in sftp_put_file() local
635 if (!retd) { in sftp_put_file()
680 bool retd; in sftp_put_file() local
684 retd = fxp_fstat_recv(pktin, req, &attrs); in sftp_put_file()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dssh2transhk.c75 struct ssh_transient_hostkey_cache_entry *ent, *retd; in ssh_transient_hostkey_cache_add() local
88 retd = add234(thc->cache, ent); in ssh_transient_hostkey_cache_add()
89 assert(retd == ent); in ssh_transient_hostkey_cache_add()
H A Dpsftp.c379 bool retd; in sftp_get_file() local
383 retd = sftp_get_file( in sftp_get_file()
388 if (!retd) { in sftp_get_file()
472 int retd, len; in sftp_get_file() local
477 retd = xfer_download_gotpkt(xfer, pktin); in sftp_get_file()
478 if (retd <= 0) { in sftp_get_file()
627 bool retd; in sftp_put_file() local
635 if (!retd) { in sftp_put_file()
680 bool retd; in sftp_put_file() local
684 retd = fxp_fstat_recv(pktin, req, &attrs); in sftp_put_file()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dssh2transhk.c75 struct ssh_transient_hostkey_cache_entry *ent, *retd; in ssh_transient_hostkey_cache_add() local
88 retd = add234(thc->cache, ent); in ssh_transient_hostkey_cache_add()
89 assert(retd == ent); in ssh_transient_hostkey_cache_add()
/dports/math/octave-forge-control/control-3.3.1/inst/
H A Dimp_invar.m104 retd = [1 p(1)]; variable
107 [retn retd] = acpfwm (rr, [1 p(1)], r(2), [1 p(2)], e(2), T);
109 [retn retd] = acpfwm (retn, retd, r(k), [1 p(k)], e(k), T);
115 rd = real (retd);
213 function [retn retd] = acpfwm (c1,d1,c2,d2,m,T)
230 retd = conv (d1, d2m); variable
/dports/science/simint/simint-v0.8/simint/boys/
H A Dboys_taylor.h105 double * retd = (double *)&ret; in boys_F_taylor_single_vec() local
124 retd[v] = gridpts[0] in boys_F_taylor_single_vec()
/dports/science/py-GPy/GPy-1.10.0/GPy/models/
H A Dsparse_gp_minibatch.py218 retd = dict(dL_dKmm=np.zeros((self.Z.shape[0], self.Z.shape[0])))
220 retd.update(dict(dL_dpsi0=np.zeros(self.X.shape[0]),
224 retd.update({'dL_dKdiag': np.zeros(self.X.shape[0]),
226 return retd
/dports/security/putty/putty-0.76/windows/
H A Dwinstore.c296 DWORD retd = RegEnumKey(e->key, e->i, regbuf, regbuf_size); in enum_settings_next() local
297 if (retd != ERROR_MORE_DATA) { in enum_settings_next()
298 success = (retd == ERROR_SUCCESS); in enum_settings_next()
494 bool retd = try_random_seed(path, action, hout); in try_random_seed_and_free() local
496 return retd; in try_random_seed_and_free()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwinstore.c296 DWORD retd = RegEnumKey(e->key, e->i, regbuf, regbuf_size); in enum_settings_next() local
297 if (retd != ERROR_MORE_DATA) { in enum_settings_next()
298 success = (retd == ERROR_SUCCESS); in enum_settings_next()
494 bool retd = try_random_seed(path, action, hout); in try_random_seed_and_free() local
496 return retd; in try_random_seed_and_free()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/windows/
H A Dwinstore.c296 DWORD retd = RegEnumKey(e->key, e->i, regbuf, regbuf_size); in enum_settings_next() local
297 if (retd != ERROR_MORE_DATA) { in enum_settings_next()
298 success = (retd == ERROR_SUCCESS); in enum_settings_next()
494 bool retd = try_random_seed(path, action, hout); in try_random_seed_and_free() local
496 return retd; in try_random_seed_and_free()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dretabi.ll97 define double @retd() {
99 ; CHECK-LABEL: retd:

123456