Searched refs:round (Results 26 - 50 of 116) sorted by relevance

12345

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dexpf.c62 kd = round (z);
H A Dmath_config.h18 functions only get called in round to nearest mode. */
33 /* Compiler can inline round as a single instruction. */
42 /* Compiler can inline lround, but not (long)round(x). */
133 return round (x);
145 return (long) round (x);
/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h205 // round
207 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __builtin_round(__x); }
210 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT {
214 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT {
219 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT {
/freebsd-current/tests/sys/netinet/libalias/
H A Dperf.c79 int i, round, check_timeout_cnt = 0; local
142 for (round = 0; ; round++) {
145 printf("%3d ", round+1);
283 printf(" Rounds : %9u\n", round);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl747 vldmia $key!, {@XMM[9]} @ round 0 key
807 vldmia $key, {@XMM[8]} @ last round key
846 vldmia $key!, {@XMM[9]} @ round 0 key
909 vldmia $key, {@XMM[8]} @ last round key
954 vld1.8 {@XMM[7]}, [$inp]! @ load round 0 key
960 vld1.8 {@XMM[15]}, [$inp]! @ load round 1 key
975 vstmia $out!, {@XMM[7]} @ save round 0 key
993 vld1.8 {@XMM[15]}, [$inp]! @ load next round key
1002 vstmia $out!,{@XMM[0]-@XMM[7]} @ write bit-sliced round key
1006 @ don't save last round ke
[all...]
/freebsd-current/sys/modules/blake2/
H A DMakefile24 SRCS += blake2b-round.h
29 SRCS += blake2s-round.h
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_to_fp_impl.inc50 ++a; // round - this step may add a significant bit
H A Dfp_add_impl.inc85 // Shift the significands to give us round, guard and sticky, and set the
141 // Low three bits are round, guard, and sticky.
/freebsd-current/tools/test/stress2/misc/
H A Dgraid1_11.sh41 gmirror label -b round-robin -F testmirror ${dev1}.nop ${dev2}.nop
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-number.mk92 # Very small numbers round to 0.
101 # Very large numbers round up to infinity on IEEE 754 implementations, or to
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h157 __DEVICE__ double round(double);
158 __DEVICE__ float round(float);
261 using ::round;
/freebsd-current/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_wrappers.h38 double. This is fine since a round-trip to higher precision and
43 INT_T n = (INT_T) round (y); \
126 static float Z_sv_powi(float x, float y) { return svretf(_ZGVsMxvv_powi(svargf(x), svdup_s32((int)round(y)), svptrue_b32())); }
127 static double Z_sv_powk(double x, double y) { return svretd(_ZGVsMxvv_powk(svargd(x), svdup_s64((long)round(y)), svptrue_b64())); }
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp64 static uint64_t round(uint64_t Acc, uint64_t Input) { function
72 Val = round(0, Val);
102 V1 = round(V1, endian::read64le(P));
104 V2 = round(V2, endian::read64le(P));
106 V3 = round(V3, endian::read64le(P));
108 V4 = round(V4, endian::read64le(P));
126 uint64_t const K1 = round(0, endian::read64le(P));
/freebsd-current/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl74 and $b,$t1,$t1 ! round $i
93 and $b,$t1,$t1 ! round $i
115 and $b,$t1,$t1 ! round $i
140 and $b,$d,$t3 ! round $i
165 add $t2,$a,$a ! round $i
186 add $t2,$a,$a ! round $i
/freebsd-current/usr.bin/calendar/
H A Dsunpos.c205 equinoxdays[0] = round(fe[0]);
206 equinoxdays[1] = round(fe[1]);
207 solsticedays[0] = round(fs[0]);
208 solsticedays[1] = round(fs[1]);
H A Dpom.c82 fms[j++] = round(ffms[i]);
85 nms[i] = round(fnms[i]);
/freebsd-current/sys/crypto/openssl/arm/
H A Dsha256-armv4.S177 eor r12,r4,r5 @ a^b, b^c in next round
180 eor r12,r4,r5 @ a^b, b^c in next round
235 eor r3,r11,r4 @ a^b, b^c in next round
238 eor r3,r11,r4 @ a^b, b^c in next round
293 eor r12,r10,r11 @ a^b, b^c in next round
296 eor r12,r10,r11 @ a^b, b^c in next round
351 eor r3,r9,r10 @ a^b, b^c in next round
354 eor r3,r9,r10 @ a^b, b^c in next round
409 eor r12,r8,r9 @ a^b, b^c in next round
412 eor r12,r8,r9 @ a^b, b^c in next round
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha256-armv7.S132 eor r12,r4,r5 @ a^b, b^c in next round
135 eor r12,r4,r5 @ a^b, b^c in next round
190 eor r3,r11,r4 @ a^b, b^c in next round
193 eor r3,r11,r4 @ a^b, b^c in next round
248 eor r12,r10,r11 @ a^b, b^c in next round
251 eor r12,r10,r11 @ a^b, b^c in next round
306 eor r3,r9,r10 @ a^b, b^c in next round
309 eor r3,r9,r10 @ a^b, b^c in next round
364 eor r12,r8,r9 @ a^b, b^c in next round
367 eor r12,r8,r9 @ a^b, b^c in next round
[all...]
/freebsd-current/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) { argument
21 // Select the message schedule based on the round.
22 const uint8_t *schedule = MSG_SCHEDULE[round];
/freebsd-current/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_generic.c47 size_t round)
49 /* Select the message schedule based on the round. */
50 const uint8_t *schedule = BLAKE3_MSG_SCHEDULE[round];
46 round_fn(uint32_t state[16], const uint32_t *msg, size_t round) argument
/freebsd-current/contrib/cortex-strings/scripts/
H A Dbench.py148 steps = int(round(math.log(args.limit) / math.log(step)))
H A Dplot-sizes.py95 power = int(round(math.log(max(all_x)) / math.log(2)))
/freebsd-current/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am53 crypto_pwhash/argon2/blamka-round-ref.h \
253 crypto_pwhash/argon2/blamka-round-ssse3.h \
274 crypto_pwhash/argon2/blamka-round-avx2.h \
290 crypto_pwhash/argon2/blamka-round-avx512f.h
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_chksum.c140 chksum_run(chksum_stat_t *cs, abd_t *abd, void *ctx, int round, argument
148 switch (round) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc126 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.

Completed in 420 milliseconds

12345