/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aes_amd64.S | 331 #define ff_rnd(p1, p2, p3, p4, round) /* normal forward round */ \ argument 384 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument 433 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument 509 #define ii_rnd(p1, p2, p3, p4, round) /* normal inverse round */ \ argument 562 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument 611 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument
|
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 207 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __builtin_… in round() function 210 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/freebsd/lib/msun/src/ |
H A D | s_round.c | 35 round(double x) in round() function
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | tgamma128_gen.jl | 46 function quadval(x, round=0) argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | floatunsisf.c | 39 rep_t round = (rep_t)a << (typeWidth - shift); in __floatunsisf() local
|
/freebsd/lib/msun/arm/ |
H A D | fenv.c | 123 __softfp_round_to_vfp(int round) in __softfp_round_to_vfp() 140 __softfp_round_from_vfp(int round) in __softfp_round_from_vfp()
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_barrier_tournament.c | 113 int round = 1; in ck_barrier_tournament() local
|
/freebsd/usr.bin/truncate/ |
H A D | truncate.c | 54 off_t oflow, rsize, sz, tsize, round, off, len; in main() local
|
/freebsd/secure/lib/libcrypt/ |
H A D | crypt-des.c | 369 int shifts, round; in des_setkey() local 453 int round; in do_des() local
|
/freebsd/libexec/rtld-elf/riscv/ |
H A D | rtld_machdep.h | 96 #define round(size, align) \ macro
|
/freebsd/crypto/openssl/test/ |
H A D | exptest.c | 151 static int test_mod_exp(int round) in test_mod_exp()
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_implode.c | 76 round(struct fpemu *fe, struct fpn *fp) in round() function
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | perf.c | 79 int i, round, check_timeout_cnt = 0; in main() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_portable.c | 20 INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t round) { in round_fn()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
H A D | blake3_generic.c | 47 size_t round) in round_fn()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd_private.h | 93 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_sleep.c | 269 int64_t delta1, delta2, delta3, round; in sleeptest() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_chksum.c | 140 chksum_run(chksum_stat_t *cs, abd_t *abd, void *ctx, int round, in chksum_run()
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 146 TGMACRO_REAL(round) in TGMACRO_REAL() argument
|
/freebsd/crypto/libecc/src/hash/ |
H A D | ripemd160.c | 107 #define RIPEMD160_CORE(a, b, c, d, e, round, idx, w, F, S, R, K) do { \ argument
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | gostr34_11_94.c | 138 unsigned int round, i; in gostr34_11_94_block_encryption() local
|
/freebsd/sys/dev/my/ |
H A D | if_my.c | 797 unsigned int round; in my_attach() local
|
/freebsd/include/ |
H A D | tgmath.h | 197 #define round(x) __tg_simple(x, round) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 80 static uint64_t round(uint64_t Acc, uint64_t Input) { in round() function
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vfsops.c | 1284 int round = 0; in zfsvfs_teardown() local
|