| /freebsd/lib/msun/tests/ |
| H A D | fmaximum_fminimum_test.c | 47 #define TEST(func, type, x, y, expected, rmode) do { \ argument 53 #func "(%.20Lg, %.20Lg) rmode%d", (x), (y), rmode); \ 56 (x), (y), rmode, __result, (expected)); \ 60 testall_r(long double big, long double small, int rmode) in testall_r() argument 71 TEST(fmaximumf, float, big, small, expected_max, rmode); in testall_r() 72 TEST(fmaximumf, float, small, big, expected_max, rmode); in testall_r() 73 TEST(fmaximum, double, big, small, expected_max, rmode); in testall_r() 74 TEST(fmaximum, double, small, big, expected_max, rmode); in testall_r() 75 TEST(fmaximuml, long double, big, small, expected_max, rmode); in testall_r() 76 TEST(fmaximuml, long double, small, big, expected_max, rmode); in testall_r() [all …]
|
| H A D | fmaxmin_test.c | 45 #define TEST(func, type, x, y, expected, rmode) do { \ argument 51 #func "(%.20Lg, %.20Lg) rmode%d", (x), (y), rmode); \ 54 (x), (y), rmode, __result, (expected)); \ 58 testall_r(long double big, long double small, int rmode) in testall_r() argument 62 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r() 63 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r() 64 TEST(fmax, double, big, small, expected_max, rmode); in testall_r() 65 TEST(fmax, double, small, big, expected_max, rmode); in testall_r() 66 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r() 67 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r() [all …]
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_kdtrace.h | 74 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument 78 (rmode), (error)); \ 111 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) argument
|
| H A D | nfs_clvnops.c | 356 u_int32_t rmode; in nfs34_access_otw() local 361 &rmode); in nfs34_access_otw() 369 np->n_accesscache[i].mode = rmode; in nfs34_access_otw() 379 np->n_accesscache[lrupos].mode = rmode; in nfs34_access_otw() 384 *retmode = rmode; in nfs34_access_otw() 385 KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, cred->cr_uid, rmode, 0); in nfs34_access_otw() 408 u_int32_t mode, wmode, rmode; in nfs_access() local 516 ap->a_cred, &rmode); in nfs_access() 518 (rmode & mode) != mode) in nfs_access()
|
| H A D | nfs_clrpcops.c | 272 u_int32_t mode, rmode; in nfsrpc_access() local 294 error = nfsrpc_accessrpc(vp, mode, cred, p, nap, attrflagp, &rmode); in nfsrpc_access() 301 if (!error && (rmode & mode) != mode) in nfsrpc_access() 314 u_int32_t supported, rmode; in nfsrpc_accessrpc() local 361 rmode = fxdr_unsigned(u_int32_t, *tl); in nfsrpc_accessrpc() 370 rmode &= supported; in nfsrpc_accessrpc() 371 *rmodep = rmode; in nfsrpc_accessrpc()
|
| /freebsd/sys/nfs/ |
| H A D | nfs_kdtrace.h | 66 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument 70 (rmode), (error)); \ 111 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) argument
|
| /freebsd/contrib/tnftp/src/ |
| H A D | util.c | 553 const char *rmode; in remglob() local 592 for (rmode = "w"; *++argv != NULL; rmode = "a") in remglob() 593 recvrequest("NLST", temp, *argv, rmode, 0, 0); in remglob()
|
| /freebsd/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.c | 678 char *rmode = "w"; in sendrequest() local 784 rmode = "r+w"; in sendrequest() 803 dout = dataconn(rmode); in sendrequest()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 5205 class BaseFPToIntegerUnscaled<bits<2> type, bits<2> rmode, bits<3> opcode, 5217 let Inst{20-19} = rmode; 5225 class BaseFPToInteger<bits<2> type, bits<2> rmode, bits<3> opcode, 5238 let Inst{20-19} = rmode; 5245 multiclass FPToIntegerUnscaled<bits<2> rmode, bits<3> opcode, string asm, 5248 def UWHr : BaseFPToIntegerUnscaled<0b11, rmode, opcode, FPR16, GPR32, asm, 5255 def UXHr : BaseFPToIntegerUnscaled<0b11, rmode, opcode, FPR16, GPR64, asm, 5262 def UWSr : BaseFPToIntegerUnscaled<0b00, rmode, opcode, FPR32, GPR32, asm, 5268 def UXSr : BaseFPToIntegerUnscaled<0b00, rmode, opcode, FPR32, GPR64, asm, 5274 def UWDr : BaseFPToIntegerUnscaled<0b01, rmode, opcode, FPR64, GPR32, asm, [all …]
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar.c | 1883 unsigned rmode, flags, rem, j, count; in read_exttime() local 1902 rmode = flags >> i * 4; in read_exttime() 1903 if (rmode & 8) in read_exttime() 1914 count = rmode & 3; in read_exttime() 1930 if (rmode & 4) in read_exttime()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.c | 5282 u8 rmode = IXGBE_ACI_REPORT_TOPO_CAP_MEDIA; in ixgbe_setup_phy_link_E610() local 5293 rmode = IXGBE_ACI_REPORT_DFLT_CFG; in ixgbe_setup_phy_link_E610() 5295 rc = ixgbe_aci_get_phy_caps(hw, false, rmode, &pcaps); in ixgbe_setup_phy_link_E610()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 1237 foreach rmode = ["_rz", "_rp"] in { 1239 defvar suffix = rmode # satmode;
|
| /freebsd/crypto/heimdal/appl/ftp/ |
| H A D | ChangeLog | 854 * ftp/ftp.c (sendrequest): lmode != rmode
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 3493 class MVE_VRINT<string rmode, bits<3> op, string suffix, bits<2> size, 3495 : MVE_float<!strconcat("vrint", rmode), suffix, (outs MQPR:$Qd),
|