| /src/lib/libm/softfloat/ |
| fesetround.c | 45 fesetround(int round) 48 fpsetround(__FPR(round));
|
| /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/lib/libm/noieee_src/ |
| n_round.c | 38 __weak_alias(roundl, round); 42 round(double x) function
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/riscv64/ |
| aes-riscv64-zvkned.S | 30 # Load all 11 round keys to v1-v11 registers. 68 .word 2786307191 # with round key w[ 0, 3] 69 .word 2787191927 # with round key w[ 4, 7] 70 .word 2788240503 # with round key w[ 8,11] 71 .word 2789289079 # with round key w[12,15] 72 .word 2790337655 # with round key w[16,19] 73 .word 2791386231 # with round key w[20,23] 74 .word 2792434807 # with round key w[24,27] 75 .word 2793483383 # with round key w[28,31] 76 .word 2794531959 # with round key w[32,35 [all...] |
| /src/lib/libm/src/ |
| s_round.c | 38 __strong_alias(_roundl, round) 39 __weak_alias(roundl, round) 43 round(double x)
|
| s_llround.c | 9 #define roundit round
|
| s_lround.c | 41 #define roundit round
|
| /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/ |
| aes-gcm-armv8-unroll8_64.pl | 313 aese $ctr4b, $rk0 \n aesmc $ctr4b, $ctr4b @ AES block 4 - round 0 314 aese $ctr6b, $rk0 \n aesmc $ctr6b, $ctr6b @ AES block 6 - round 0 315 aese $ctr3b, $rk0 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 0 317 aese $ctr0b, $rk0 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 0 318 aese $ctr1b, $rk0 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 0 319 aese $ctr2b, $rk0 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 0 321 aese $ctr7b, $rk0 \n aesmc $ctr7b, $ctr7b @ AES block 7 - round 0 322 aese $ctr5b, $rk0 \n aesmc $ctr5b, $ctr5b @ AES block 5 - round 0 325 aese $ctr3b, $rk1 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 1 327 aese $ctr7b, $rk1 \n aesmc $ctr7b, $ctr7b @ AES block 7 - round [all...] |
| aes-gcm-armv8_64.pl | 331 aese $ctr1b, $rk0 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 0 334 aese $ctr2b, $rk0 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 0 340 aese $ctr0b, $rk0 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 0 343 aese $ctr3b, $rk0 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 0 346 aese $ctr2b, $rk1 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 1 349 aese $ctr0b, $rk1 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 1 352 aese $ctr1b, $rk1 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 1 355 aese $ctr3b, $rk1 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 1 358 aese $ctr0b, $rk2 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 2 361 aese $ctr1b, $rk2 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/md5/asm/ |
| md5-aarch64.pl | 49 eor x17, x12, x13 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 50 and x16, x17, x11 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) 59 eor x14, x16, x13 // End aux function round 1 F(x,y,z)=(((y^z)&x)^z) 66 eor x5, x11, x12 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 67 add w4, w11, w6 // Add X parameter round 1 A=FF(A, B, C, D, 0xd76aa478, s=7, M[0]) 68 and x8, x5, x4 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z) 69 eor x17, x8, x12 // End aux function round 1 F(x,y,z)=(((y^z)&x)^z) 76 eor x6, x4, x11 // Begin aux function round 1 F(x,y,z)=(((y^z)&x)^z) 77 add w5, w4, w14 // Add X parameter round 1 D=FF(D, A, B, C, 0xe8c7b756, s=12, M[1]) 78 and x8, x6, x5 // Continue aux function round 1 F(x,y,z)=(((y^z)&x)^z [all...] |
| /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;
|
| /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/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/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/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/ |
| aes-gcm-armv8_64.S | 92 aesmc q1, q1 @ AES block 1 - round 0 96 aesmc q2, q2 @ AES block 2 - round 0 103 aesmc q0, q0 @ AES block 0 - round 0 107 aesmc q3, q3 @ AES block 3 - round 0 111 aesmc q2, q2 @ AES block 2 - round 1 115 aesmc q0, q0 @ AES block 0 - round 1 119 aesmc q1, q1 @ AES block 1 - round 1 123 aesmc q3, q3 @ AES block 3 - round 1 127 aesmc q0, q0 @ AES block 0 - round 2 131 aesmc q1, q1 @ AES block 1 - round [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
| aes-gcm-armv8_64.pl | 330 aese $ctr1b, $rk0 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 0 333 aese $ctr2b, $rk0 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 0 339 aese $ctr0b, $rk0 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 0 342 aese $ctr3b, $rk0 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 0 345 aese $ctr2b, $rk1 \n aesmc $ctr2b, $ctr2b @ AES block 2 - round 1 348 aese $ctr0b, $rk1 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 1 351 aese $ctr1b, $rk1 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round 1 354 aese $ctr3b, $rk1 \n aesmc $ctr3b, $ctr3b @ AES block 3 - round 1 357 aese $ctr0b, $rk2 \n aesmc $ctr0b, $ctr0b @ AES block 0 - round 2 360 aese $ctr1b, $rk2 \n aesmc $ctr1b, $ctr1b @ AES block 1 - round [all...] |
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| aes-gcm-armv8_64.S | 91 aesmc q1, q1 @ AES block 1 - round 0 95 aesmc q2, q2 @ AES block 2 - round 0 102 aesmc q0, q0 @ AES block 0 - round 0 106 aesmc q3, q3 @ AES block 3 - round 0 110 aesmc q2, q2 @ AES block 2 - round 1 114 aesmc q0, q0 @ AES block 0 - round 1 118 aesmc q1, q1 @ AES block 1 - round 1 122 aesmc q3, q3 @ AES block 3 - round 1 126 aesmc q0, q0 @ AES block 0 - round 2 130 aesmc q1, q1 @ AES block 1 - round [all...] |
| /src/external/bsd/jemalloc/dist/src/ |
| ticker.py | 10 values = [round(-mul * math.log(i / table_size))
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-fpu.h | 189 silent round to nearest is performed. Alternatively, round up, 190 round down and round to zero can be performed. In a simulator 227 sim_fpu_round round, 230 sim_fpu_round round, 286 sim_fpu_round round); 288 sim_fpu_round round); 290 sim_fpu_round round); 292 sim_fpu_round round); [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-fpu.h | 189 silent round to nearest is performed. Alternatively, round up, 190 round down and round to zero can be performed. In a simulator 227 sim_fpu_round round, 230 sim_fpu_round round, 286 sim_fpu_round round); 288 sim_fpu_round round); 290 sim_fpu_round round); 292 sim_fpu_round round); [all...] |
| /src/lib/libutil/ |
| strpct.c | 92 size_t digits, uint32_t round) 102 if (sign && (round == STRPCT_RTI || round == STRPCT_RAI)) 103 round ^= (STRPCT_RTI ^ STRPCT_RAI); 106 imax_abs(denominator), digits, round); 161 size_t digits, uint32_t round) 181 switch (round & 3) { 182 /* round towards 0, round towards -Inf */ 187 /* round to nearest (0.5 always away) * [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/lib/libm/arch/m68k/ |
| s_ceil.S | 48 fmovel #0x30,%fpcr | round to +inf
|
| /src/external/gpl3/gcc/dist/libgfortran/config/ |
| fpu-generic.h | 82 set_fpu_rounding_mode (int round __attribute__((unused)))
|