| /src/lib/libm/noieee_src/ |
| n_round.c | 38 __weak_alias(roundl, round); 42 round(double x) function
|
| /src/crypto/external/apache2/openssl/dist/crypto/sm3/asm/ |
| sm3-armv8.pl | 54 # A round of compresson function 63 sub round () { subroutine 101 &round($ab, $vstate0, $vstate1, $vconst0, $vconst1, $vtmp2, 103 &round($ab, $vstate0, $vstate1, $vconst1, $vconst0, $vtmp2, 105 &round($ab, $vstate0, $vstate1, $vconst0, $vconst1, $vtmp2, 107 &round($ab, $vstate0, $vstate1, $vconst1, $vconst0, $vtmp2,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| floatsisf.c | 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even 48 rep_t round = (rep_t)a << (typeWidth - shift); local 49 if (round > signBit) result++; 50 if (round == signBit) result += result & 1;
|
| floatunsisf.c | 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even 40 rep_t round = (rep_t)a << (typeWidth - shift); local 41 if (round > signBit) result++; 42 if (round == signBit) result += result & 1;
|
| divsf3.c | 152 // code to round them correctly. 157 const bool round = (residual << 1) > bSignificand; local 162 // Round 163 absResult += round;
|
| divdf3.c | 167 // code to round them correctly. 172 const bool round = (residual << 1) > bSignificand; local 177 // Round 178 absResult += round;
|
| divtf3.c | 186 // code to round them correctly. 190 const bool round = (residual << 1) >= bSignificand; local 195 // Round 196 absResult += round;
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| ip4.h | 16 uint32_t round = 0; local 35 wire[round++] = (uint8_t)octet; 36 if (text[0] != '.' || round == 4) 41 if (round != 4)
|
| /src/external/lgpl3/mpfr/dist/src/ |
| factorial.c | 38 int round, inexact; local 70 round = mpfr_mul_ui (t, t, i, rnd); 74 inexact = round; 79 round = !inexact || MPFR_CAN_ROUND (t, err, Ny, rnd_mode); 81 if (MPFR_LIKELY (round)) 83 /* If inexact = 0, then t is exactly x!, so round is the 86 round = mpfr_set (y, t, rnd_mode); 89 inexact = round; 92 else if ((inexact < 0 && round <= 0) 93 || (inexact > 0 && round >= 0) [all...] |
| /src/external/lgpl3/gmp/dist/mpz/ |
| cfdiv_q_2exp.c | 46 mp_limb_t round, rmask; local 64 Set round if we're skipping non-zero limbs. */ 66 round = 0; 69 for (i = 0; i < limb_cnt && round == 0; i++) 70 round = up[i]; 75 round |= rmask & mpn_rshift (wp, up + limb_cnt, wsize, cnt); 81 if (round != 0)
|
| /src/external/bsd/jemalloc.old/dist/test/src/ |
| timer.c | 48 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 local 51 "%"FMTu64, (t0 * mult / t1) % 10 + round);
|
| /src/external/bsd/jemalloc/dist/test/src/ |
| timer.c | 59 uint64_t round = (i + 1 == buflen - 1 local 64 (t0 * mult / t1) % 10 + round);
|
| /src/sys/arch/m68k/fpsp/ |
| fpsp.h | 185 WBTEMP_GRS equ LV-40 ;alias wbtemp guard, round, sticky variable 187 round_bit equ 0 ;round bit is bit number 0 315 x_mode equ $00 round to extended 316 s_mode equ $40 round to single 317 d_mode equ $80 round to double 319 rn_mode equ $00 round nearest 320 rz_mode equ $10 round to zero 321 rm_mode equ $20 round to minus infinity 322 rp_mode equ $30 round to plus infinity 331 rnd_stky_bit equ 29 round/sticky bit of mantiss [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| xxhash.cpp | 57 static uint64_t round(uint64_t Acc, uint64_t Input) { function 65 Val = round(0, Val); 86 V1 = round(V1, endian::read64le(P)); 88 V2 = round(V2, endian::read64le(P)); 90 V3 = round(V3, endian::read64le(P)); 92 V4 = round(V4, endian::read64le(P)); 109 uint64_t const K1 = round(0, endian::read64le(P));
|
| /src/sys/arch/sparc/fpu/ |
| fpu_implode.c | 66 static int round(struct fpemu *, struct fpn *); 70 * Round a number (algorithm from Motorola MC68882 manual, modified for 74 * After rounding, we discard the guard and round bits by shifting right 82 round(struct fpemu *fe, struct fpn *fp) function 105 /* Go to rounddown to round down; break to round up. */ 111 * Round only if guard is set (gr & 2). If guard is set, 112 * but round & sticky both clear, then we want to round 113 * but have a tie, so round to even, i.e., add 1 iff odd [all...] |
| /src/sys/arch/powerpc/fpu/ |
| fpu_implode.c | 63 static int round(struct fpemu *, struct fpn *, int *); 73 * Round a number (algorithm from Motorola MC68882 manual, modified for 77 * After rounding, we discard the guard and round bits by shifting right 85 round(struct fpemu *fe, struct fpn *fp, int *cx) function 109 /* Go to rounddown to round down; break to round up. */ 115 * Round only if guard is set (gr & 2). If guard is set, 116 * but round & sticky both clear, then we want to round 117 * but have a tie, so round to even, i.e., add 1 iff odd [all...] |
| /src/tests/lib/libc/gen/ |
| t_sleep.c | 267 int64_t delta1, delta2, delta3, round; local 273 round = 1; 276 round = 1000000000; 277 delta3 = round; 279 fprintf(stderr, "round=%"PRId64" delta3=%"PRId64"\n", round, delta3); 334 delta3 /= round; 335 delta3 *= round; 352 delta3 /= round; 353 delta3 *= round; [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/config/ |
| fpu-sysv.h | 390 FP_RND_TYPE round; member in struct:__anon14373 406 state->round = fpgetround (); 416 fpsetround (state->round);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/config/ |
| fpu-sysv.h | 387 FP_RND_TYPE round; member in struct:__anon16776 403 state->round = fpgetround (); 413 fpsetround (state->round);
|
| /src/sbin/restore/ |
| interactive.c | 60 #define round(a, b) (((a) + (b) - 1) / (b) * (b)) macro
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| des.c | 1113 int round; local 1121 for( round = 0; round < 8; round++ ) { 1150 for( round = 0; round < 8; round++ ) {
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 113 #define round(x) __TGMATH_REAL(x, round) macro
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| chrono.h | 376 /** Convert a `duration` to type `ToDur` and round down. 396 /** Convert a `duration` to type `ToDur` and round up. 416 /** Convert a `duration` to type `ToDur` and round to the closest value. 433 round(const duration<_Rep, _Period>& __d) function in namespace:chrono 1026 /** Convert a `time_point` to type `ToDur` and round down. 1047 /** Convert a `time_point` to type `ToDur` and round up. 1068 /** Convert a `time_point` to type `ToDur` and round to the closest value. 1086 round(const time_point<_Clock, _Dur>& __tp) function in namespace:chrono 1089 chrono::round<_ToDur>(__tp.time_since_epoch())};
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 113 #define round(x) __TGMATH_REAL(x, round) macro
|
| /src/include/ |
| tgmath.h | 182 #define round(a) __TG_FN1(round, (a)) macro
|