Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S332 #define ff_rnd(p1, p2, p3, p4, round) /* normal forward round */ \ argument
385 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument
434 #define fl_rnd(p1, p2, p3, p4, round) /* last forward round */ \ argument
510 #define ii_rnd(p1, p2, p3, p4, round) /* normal inverse round */ \ argument
563 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument
612 #define il_rnd(p1, p2, p3, p4, round) /* last inverse round */ \ argument
/freebsd/lib/msun/arm/
H A Dfenv.c187 __softfp_round_to_vfp(int round) in __softfp_round_to_vfp()
204 __softfp_round_from_vfp(int round) in __softfp_round_from_vfp()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h207 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __builtin_… in round() function
210 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function
214 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function
219 [[__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/crypto/openssl/crypto/sm3/asm/
H A Dsm3-armv8.pl63 sub round () { subroutine
/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/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/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h768 RoundDirection round) { in binary_exp_to_float()
887 RoundDirection round) { in decimal_string_to_float()
998 const char DECIMAL_POINT, RoundDirection round) { in hexadecimal_string_to_float()
H A Dhigh_precision_decimal.h132 RoundDirection round) { in should_round_up()
/freebsd/libexec/rtld-elf/aarch64/
H A Drtld_machdep.h85 #define round(size, align) \ macro
/freebsd/libexec/rtld-elf/powerpc/
H A Drtld_machdep.h85 #define round(size, align) \ macro
/freebsd/libexec/rtld-elf/powerpc64/
H A Drtld_machdep.h77 #define round(size, align) \ macro
/freebsd/lib/libmd/amd64/
H A Dmd5block.S34 .macro round a, b, c, d, f, k, m, s macro
/freebsd/libexec/rtld-elf/riscv/
H A Drtld_machdep.h98 #define round(size, align) \ macro
/freebsd/libexec/rtld-elf/arm/
H A Drtld_machdep.h73 #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/contrib/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h156 round(Sign result_sign, int result_exponent, in round() function
213 bool round = false; in generic_as() local
/freebsd/sys/powerpc/fpu/
H A Dfpu_implode.c76 round(struct fpemu *fe, struct fpn *fp) in round() function
/freebsd/lib/libmd/aarch64/
H A Dmd5block.S25 .macro round a, b, c, d, f, key, m, s macro
/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()

12