| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_equalities.c | 735 int pos, isl_int *modulo, isl_int *residue) in isl_basic_set_dim_residue_class() argument 743 if (!bset || !modulo || !residue) in isl_basic_set_dim_residue_class() 750 isl_int_set_si(*modulo, 0); in isl_basic_set_dim_residue_class() 765 total-bset->n_eq, modulo); in isl_basic_set_dim_residue_class() 766 if (isl_int_is_zero(*modulo)) in isl_basic_set_dim_residue_class() 767 isl_int_set_si(*modulo, 1); in isl_basic_set_dim_residue_class() 768 if (isl_int_is_one(*modulo)) { in isl_basic_set_dim_residue_class() 794 isl_int_set_si(*modulo, 1); in isl_basic_set_dim_residue_class() 799 isl_int_fdiv_r(*residue, *residue, *modulo); in isl_basic_set_dim_residue_class() 818 int pos, isl_int *modulo, isl_int *residue) in isl_set_dim_residue_class() argument [all …]
|
| /netbsd-src/usr.bin/cal/ |
| H A D | README | 20 (value so far - 1 + SATURDAY's value of 6) modulo 7. 29 just before taking the modulo. 33 before the reformation is determined to be a leap year if its modulo of 35 its modulo of 4 equals zero and its modulo of 100 does not. Of course, 36 there is an exception for these century years. If the modulo of 400 equals
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| H A D | amdgpu_dcn20_dccg.c | 58 int modulo, phase; in dccg2_update_dpp_dto() local 61 modulo = 0xff; // use FF at the end in dccg2_update_dpp_dto() 62 phase = ((modulo * req_dppclk) + ref_dppclk - 1) / ref_dppclk; in dccg2_update_dpp_dto() 71 DPPCLK0_DTO_MODULO, modulo); in dccg2_update_dpp_dto()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | unicode-case-fold.py | 79 modulo = first % stride(b) 89 if stride(b) == 2 and shift(b[0]) == 1 and modulo == 0: 99 body += pattern.format(last, stride(b), modulo, shift(b[0]))
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BN_mod_exp_mont.pod | 28 BN_mod_exp_mont() computes I<a> to the I<p>-th power modulo I<m> (C<rr=a^p % m>) 33 BN_mod_exp_mont_consttime() computes I<a> to the I<p>-th power modulo I<m> 41 the I<p1>-th power modulo I<m1> (C<rr1=a1^p1 % m1>) and I<a2> to the I<p2>-th 42 power modulo I<m2> (C<rr2=a2^p2 % m2>) using Montgomery multiplication. For some
|
| H A D | BN_mod_inverse.pod | 5 BN_mod_inverse - compute inverse modulo n 16 BN_mod_inverse() computes the inverse of B<a> modulo B<n>
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | BN_add.pod | 73 BN_nnmod() reduces I<a> modulo I<m> and places the nonnegative 76 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the nonnegative 79 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the 89 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the 102 BN_mod_exp() computes I<a> to the I<p>-th power modulo I<m> (C<r=a^p %
|
| H A D | BN_mod_inverse.pod | 5 BN_mod_inverse - compute inverse modulo n 16 BN_mod_inverse() computes the inverse of B<a> modulo B<n>
|
| /netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/ |
| H A D | README.arch-spec | 7 - all math is modulo 32768; 32758 + 15 => 5 49 assign into <a> the sum of <b> and <c> (modulo 32768) 51 store into <a> the product of <b> and <c> (modulo 32768)
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| H A D | nouveau_nvkm_subdev_bios_M0209.c | 88 info->modulo = nvbios_rd08(bios, data + 0x01); in nvbios_M0209Ep() 126 u32 bits = (i % M0209E.modulo) * M0209E.bits; in nvbios_M0209Sp()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/d10v/ |
| H A D | t-mod-ld-pre.s | 16 mvtc r0, PSW ; modulo mode enable 67 mvtc r0, PSW ; modulo mode disable
|
| /netbsd-src/external/mit/isl/dist/test_inputs/codegen/ |
| H A D | mod.in | 1 # check that modulo constraint is generated correctly
|
| /netbsd-src/sys/arch/dreamcast/dev/ |
| H A D | pvr.c | 470 int modulo = 1, voffset, hoffset; in pvrinit() local 529 modulo += 640 * 2 / 4; /* interlace -> skip every other line */ in pvrinit() 547 PVR_REG_WRITE(dc, PVRREG_DIWSIZE, DIWSIZE_MODULO(modulo) | in pvrinit()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | M0209.h | 12 u8 modulo; member
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | compress | 64 # size of the original (uncompressed) input data modulo 2^32 66 >>>-4 ulelong x \b, original size modulo 2^32 %u 96 # size of the original (uncompressed) input data modulo 2^32 97 >>-4 ulelong x \b, original size modulo 2^32 %u 127 # size of the original (uncompressed) input data modulo 2^32 128 #>-4 ulelong x \b, original size modulo 2^32 %u
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| H A D | divmodhi.S | 130 ;; If it is not negative then we perform the modulo operation without conversion. 133 ;; Otherwise we negate the numerator and then go with an unsigned modulo operation. 298 ;; If it is not negative then we perform the modulo operation without conversion. 301 ;; Otherwise we negate the numerator and then go with a modulo followed by negation.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| H A D | divmodhi.S | 130 ;; If it is not negative then we perform the modulo operation without conversion. 133 ;; Otherwise we negate the numerator and then go with an unsigned modulo operation. 298 ;; If it is not negative then we perform the modulo operation without conversion. 301 ;; Otherwise we negate the numerator and then go with a modulo followed by negation.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/ |
| H A D | mod_34lsub1.asm | 1 dnl PowerPC-64 mpn_mod_34lsub1 -- modulo 2^48-1.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/ |
| H A D | mod_34lsub1.asm | 1 dnl Generic x86 mpn_mod_34lsub1 -- mpn remainder modulo 2^24-1.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/ |
| H A D | mod_34lsub1.asm | 1 dnl AMD64 mpn_mod_34lsub1 -- remainder modulo 2^48-1.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/arm64/ |
| H A D | mod_34lsub1.asm | 1 dnl ARM64 mpn_mod_34lsub1 -- remainder modulo 2^48-1.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora17/ |
| H A D | mod_34lsub1.asm | 1 dnl ARM mpn_mod_34lsub1 -- remainder modulo 2^24-1.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/atom/ |
| H A D | mod_34lsub1.asm | 1 dnl Intel Atom mpn_mod_34lsub1 -- remainder modulo 2^24-1.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/arm/ |
| H A D | mod_34lsub1.asm | 1 dnl ARM mpn_mod_34lsub1 -- remainder modulo 2^24-1.
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/x86/p6/ |
| H A D | mod_34lsub1.asm | 1 dnl Intel P6 mpn_mod_34lsub1 -- remainder modulo 2^24-1.
|