Home
last modified time | relevance | path

Searched defs:round (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S331 #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 Drounding_functions.h207 _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 Ds_round.c35 round(double x) in round() function
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl46 function quadval(x, round=0) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunsisf.c39 rep_t round = (rep_t)a << (typeWidth - shift); in __floatunsisf() local
/freebsd/lib/msun/arm/
H A Dfenv.c123 __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 Dck_barrier_tournament.c113 int round = 1; in ck_barrier_tournament() local
/freebsd/usr.bin/truncate/
H A Dtruncate.c54 off_t oflow, rsize, sz, tsize, round, off, len; in main() local
/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c369 int shifts, round; in des_setkey() local
453 int round; in do_des() local
/freebsd/libexec/rtld-elf/riscv/
H A Drtld_machdep.h96 #define round(size, align) \ macro
/freebsd/crypto/openssl/test/
H A Dexptest.c151 static int test_mod_exp(int round) in test_mod_exp()
/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c76 round(struct fpemu *fe, struct fpn *fp) in round() function
/freebsd/tests/sys/netinet/libalias/
H A Dperf.c79 int i, round, check_timeout_cnt = 0; in main() local
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c20 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 Dblake3_generic.c47 size_t round) in round_fn()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h93 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c269 int64_t delta1, delta2, delta3, round; in sleeptest() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_chksum.c140 chksum_run(chksum_stat_t *cs, abd_t *abd, void *ctx, int round, in chksum_run()
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c146 TGMACRO_REAL(round) in TGMACRO_REAL() argument
/freebsd/crypto/libecc/src/hash/
H A Dripemd160.c107 #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 Dgostr34_11_94.c138 unsigned int round, i; in gostr34_11_94_block_encryption() local
/freebsd/sys/dev/my/
H A Dif_my.c797 unsigned int round; in my_attach() local
/freebsd/include/
H A Dtgmath.h197 #define round(x) __tg_simple(x, round) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp80 static uint64_t round(uint64_t Acc, uint64_t Input) { in round() function
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c1284 int round = 0; in zfsvfs_teardown() local

12