| /openbsd-src/gnu/gcc/gcc/ |
| H A D | loop-invariant.c | 129 struct invariant *inv; member 263 struct invariant *inv; in hash_invariant_expr_1() local 278 inv = invariant_for_use (use); in hash_invariant_expr_1() 279 if (!inv) in hash_invariant_expr_1() 282 gcc_assert (inv->eqto != ~0u); in hash_invariant_expr_1() 283 return inv->eqto; in hash_invariant_expr_1() 416 return invariant_expr_equal_p (entry1->inv->insn, entry1->expr, in eq_invariant_expr() 417 entry2->inv->insn, entry2->expr); in eq_invariant_expr() 426 struct invariant *inv) in find_or_insert_inv() argument 428 hashval_t hash = hash_invariant_expr_1 (inv->insn, expr); in find_or_insert_inv() [all …]
|
| H A D | lambda-mat.c | 312 lambda_matrix_inverse (lambda_matrix mat, lambda_matrix inv, int n) in lambda_matrix_inverse() argument 321 inv[0][0] = d; in lambda_matrix_inverse() 322 inv[0][1] = -c; in lambda_matrix_inverse() 323 inv[1][0] = -b; in lambda_matrix_inverse() 324 inv[1][1] = a; in lambda_matrix_inverse() 329 inv[0][0] *= -1; in lambda_matrix_inverse() 330 inv[1][0] *= -1; in lambda_matrix_inverse() 331 inv[0][1] *= -1; in lambda_matrix_inverse() 332 inv[1][1] *= -1; in lambda_matrix_inverse() 337 return lambda_matrix_inverse_hard (mat, inv, n); in lambda_matrix_inverse() [all …]
|
| H A D | ggc-page.c | 1440 size_t size, inv; in compute_inverse() local 1451 inv = size; in compute_inverse() 1452 while (inv * size != 1) in compute_inverse() 1453 inv = inv * (2 - inv*size); in compute_inverse() 1455 DIV_MULT (order) = inv; in compute_inverse()
|
| /openbsd-src/regress/lib/libcrypto/bn/ |
| H A D | bn_mod_inverse.c | 279 BIGNUM *i, *a, *m, *inv, *elt, *mod; in bn_mod_inverse_test() local 291 if ((inv = BN_CTX_get(ctx)) == NULL) in bn_mod_inverse_test() 301 BN_set_flags(inv, flags); in bn_mod_inverse_test() 317 if (BN_mod_inverse(inv, elt, mod, ctx) == NULL) in bn_mod_inverse_test() 320 failed_step = BN_cmp(i, inv) != 0; in bn_mod_inverse_test() 328 if (BN_copy(inv, m) == NULL) in bn_mod_inverse_test() 331 if (BN_mod_inverse(inv, elt, inv, ctx) == NULL) in bn_mod_inverse_test() 333 failed_step = BN_cmp(i, inv) != 0; in bn_mod_inverse_test() 339 if (BN_copy(inv, a) == NULL) in bn_mod_inverse_test() 344 if (BN_mod_inverse(inv, inv, mod, ctx) == NULL) in bn_mod_inverse_test() [all …]
|
| /openbsd-src/lib/libcrypto/rsa/ |
| H A D | rsa_blinding.c | 231 BN_BLINDING_convert(BIGNUM *n, BIGNUM *inv, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_convert() argument 238 if (inv != NULL) { in BN_BLINDING_convert() 239 if (!bn_copy(inv, b->Ai)) in BN_BLINDING_convert() 250 BN_BLINDING_invert(BIGNUM *n, const BIGNUM *inv, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_invert() argument 252 if (inv == NULL) in BN_BLINDING_invert() 253 inv = b->Ai; in BN_BLINDING_invert() 255 return BN_mod_mul(n, n, inv, b->mod, ctx); in BN_BLINDING_invert()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 931013-2.c | 12 t1 = inv(*Z++); in f() 15 *--p = inv(*Z++); in f()
|
| /openbsd-src/gnu/usr.bin/perl/dist/XSLoader/t/ |
| H A D | XSLoader.t | 53 my ($inv, @methods) = @_; 56 ok $inv->can($methods[0]), "$inv->can('$methods[0]')";
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | sh.cpu | 115 (set (raw-reg h-pc) (and newval (inv UDI 1))))) 186 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 14))) (sll SI newvalue 14)))) 195 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 13))) (sll SI newvalue 13)))) 204 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 12))) (sll SI newvalue 12)))) 213 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv 2)) (sll SI newvalue 1)))) 222 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 9))) (sll SI newvalue 9)))) 231 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 8))) (sll SI newvalue 8))))
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.opt | 195 Division strategy, one of: call, call2, fp, inv, inv:minlat, inv20u, inv20l, inv:call, inv:call2, i…
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | ca.c | 404 const BIGNUM *inv, const BIGNUM *rp, EC_KEY *eckey) in ecdsae_send_enc_imsg() argument 477 ecdsae_do_sign(const unsigned char *dgst, int dgst_len, const BIGNUM *inv, in ecdsae_do_sign() argument 485 return (ecdsae_send_enc_imsg(dgst, dgst_len, inv, rp, eckey)); in ecdsae_do_sign() 487 return (psign_sig(dgst, dgst_len, inv, rp, eckey)); in ecdsae_do_sign()
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsmouse.c | 1011 dx = h->inv ? -motion->dx : motion->dx; in wsmouse_motion_sync() 1012 dy = v->inv ? -motion->dy : motion->dy; in wsmouse_motion_sync() 1040 x = (h->inv ? h->inv - motion->pos.x : motion->pos.x); in wsmouse_motion_sync() 1044 y = (v->inv ? v->inv - motion->pos.y : motion->pos.y); in wsmouse_motion_sync() 1461 params[i].value = input->filter.h.inv; in wsmouse_get_params() 1464 params[i].value = input->filter.v.inv; in wsmouse_get_params() 1554 input->filter.h.inv = val; in wsmouse_set_params() 1557 input->filter.v.inv in wsmouse_set_params() [all...] |
| H A D | wsmouseinput.h | 109 int inv; member
|
| /openbsd-src/sys/arch/arm64/dev/ |
| H A D | aplnco.c | 134 aplnco_lfsr_inv(uint16_t inv) in aplnco_lfsr_inv() argument 144 if (lfsr == inv) in aplnco_lfsr_inv()
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | ca.po | 191 msgstr "directiva de preprocessament #%s inv�lida" 241 msgstr "indicador \"%s\" inv�lid en la directiva de l�nia" 265 msgstr "directiva #ident inv�lida" 302 msgstr "directiva #pragma de GCC enverinada inv�lida" 409 msgstr "d�git \"%c\" inv�lid en la constant octal" 426 msgstr "sufix \"%.*s\" inv�lid en la constant de coma flotant" 436 msgstr "sufix \"%.*s\" inv�lid en la constant de coma flotant" 441 msgstr "sufix \"%.*s\" inv�lid en constant entera" 574 msgstr "un o m�s fitxers PCH varen ser trobats, per� varen ser inv�lids" 744 msgstr "macro interna \"%s\" inv�lida" [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | collect_and_build_with_pgo.py | 201 inv = CmakeInvocation( 204 inv.add_new_flag(key, value) 205 return inv
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ggc-page.c | 1223 unsigned size, inv, e; local 1245 inv = size; 1246 while (inv * size != 1) 1247 inv = inv * (2 - inv*size); 1249 DIV_MULT (order) = inv;
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | hashtab.c | 127 hashval_t inv; member 239 htab_mod_1 (hashval_t x, hashval_t y, hashval_t inv, int shift) in htab_mod_1() argument 249 t1 = ((ull)x * inv) >> 32; in htab_mod_1() 270 return htab_mod_1 (hash, p->prime, p->inv, p->shift); in htab_mod()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | ca.po | 135 msgstr "argument inv�lid per a \"__builtin_frame_address\"" 139 msgstr "argument inv�lid per a \"__builtin_return_address\"" 225 msgstr "expressi� de valor veritable inv�lida" 230 msgstr "operadors inv�lids per al binari %s" 282 msgstr "�s inv�lid de \"restrict\"" 291 msgstr "applicaci� inv�lida de \"%s\" a un tipus void" 296 msgstr "aplicaci� inv�lida de \"%s\" a un tipus de dada incompleta" 489 msgstr "un argument nonnull t� un nombre d'operadors inv�lid (arg %lu)" 970 msgstr "long, short, signed o unsigned inv�lids per a \"%s\"" 975 msgstr "�s inv�lid de long, short, signed o unsigned per a \"%s\"" [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | msp430.h | 52 MSP_INSN (inv, 0, 1, 0xe330, 0xfff0),
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | msp430.h | 52 MSP_INSN (inv, 0, 1, 0xe330, 0xfff0),
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | valprint.c | 290 int inv; in print_floating() local 317 doub = unpack_double (type, valaddr, &inv); in print_floating() 318 if (inv) in print_floating()
|
| H A D | values.c | 539 int inv; in value_as_double() local 541 foo = unpack_double (VALUE_TYPE (val), VALUE_CONTENTS (val), &inv); in value_as_double() 542 if (inv) in value_as_double()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Boolean.h | 145 static bool inv(Boolean A, Boolean *R) { in inv() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 454 bool getExactInverse(APFloat *inv) const; 709 bool getExactInverse(APFloat *inv) const; 1265 bool getExactInverse(APFloat *inv) const { in getExactInverse() argument 1266 APFLOAT_DISPATCH_ON_SEMANTICS(getExactInverse(inv)); in getExactInverse()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/po/ |
| H A D | pt_BR.po | 302 msgstr "op��o condicional inv�lida" 338 msgstr "operando de registro inv�lido durante atualiza��o" 409 msgstr "registrador inv�lido para ajuste da pilha"
|