Searched refs:inverse (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dlambda-trans.c57 /* Compute the inverse of the transformation matrix MAT. */
62 lambda_trans_matrix inverse; local
65 inverse = lambda_trans_matrix_new (LTM_ROWSIZE (mat), LTM_COLSIZE (mat));
66 determinant = lambda_matrix_inverse (LTM_MATRIX (mat), LTM_MATRIX (inverse),
68 LTM_DENOMINATOR (inverse) = determinant;
69 return inverse;
H A Dlambda-code.c167 *inverse* of the transformation matrix. */
749 /* Compute the inverse of U. */
772 lambda_matrix inverse, H1; local
787 inverse = lambda_matrix_new (depth, depth);
788 determinant = lambda_matrix_inverse (LTM_MATRIX (H), inverse, depth);
799 lambda_matrix_mult (H1, inverse, target, depth, depth, depth);
845 depth, inverse, depth, local
902 depth, inverse, depth, local
H A Dtree-ssa-loop-niter.c85 /* Returns inverse of X modulo 2^s, where MASK = 2^s-1. */
88 inverse (tree x, tree mask) function
174 (inverse(s/d) * (c/d)) mod (size of mode/d). */
197 tmp = fold_build2 (MULT_EXPR, niter_type, c, inverse (s, bound));
H A Dloop-iv.c1245 /* Computes inverse to X modulo (1 << MOD). */
1248 inverse (unsigned HOST_WIDEST_INT x, int mod) function
2332 (inverse(s/d) * (c/d)) mod (size of mode/d). */
2348 inv = inverse (s, size);
/freebsd-9.3-release/contrib/texinfo/info/
H A Ddisplay.h34 int inverse; /* Non-zero means this line is inverse. */ member in struct:__anon4226
H A Ddisplay.c60 display[i]->inverse = 0;
301 if ((entry && entry->inverse)
307 entry->inverse = 0;
333 || (entry->inverse))
349 /* Lines showing node text are not in inverse. Only modelines
351 entry->inverse = 0;
423 /* This display line must both be in inverse, and have the same
425 if ((!display[line_index]->inverse) ||
433 display[line_index]->inverse = 1;
491 the_display[i]->inverse
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_skey.c67 static IDEA_INT inverse(unsigned int xin);
130 *(tp++) = inverse(fp[0]);
133 *(tp++) = inverse(fp[3]);
152 static IDEA_INT inverse(unsigned int xin) function
/freebsd-9.3-release/bin/ed/
H A Dcbc.c59 inverse ? DES_DECRYPT : DES_ENCRYPT);
331 int inverse = 0; /* 0 to encrypt, 1 to decrypt */ local
372 int inverse = 1; /* 0 to encrypt, 1 to decrypt */ local
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DConstantRange.h257 /// inverse - Return a new range that is the logical not of the current set.
259 ConstantRange inverse() const;
/freebsd-9.3-release/bin/pkill/
H A Dpkill.c103 static int inverse; variable
280 inverse = 1;
560 if (inverse)
562 } else if (!inverse)
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DConstantRange.cpp253 return intersectWith(CR.inverse());
711 ConstantRange ConstantRange::inverse() const { function in class:ConstantRange
/freebsd-9.3-release/secure/usr.bin/bdes/
H A Dbdes.c138 int inverse; /* 0 to encrypt, 1 to decrypt */ variable
249 inverse = (alg == ALG_CBC || alg == ALG_ECB) && mode == MODE_DECRYPT;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp832 if (!isTrueDest) TrueValues = TrueValues.inverse();
1107 if (TrueValues.inverse().contains(CR))
H A DInstructionSimplify.cpp2034 if (RHS_CR.inverse().contains(LHS_CR))
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt400 essentially the inverse of that for intiator mode describe above. In this
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp388 Span = Span.inverse();
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src222 # the inverse sense from the cup string). The typical CPR value is
10962 # transmit/do not transmit graphics control (underline,inverse..)*
11936 # 7 for inverse;
11941 # %p1 (standout) = bold and inverse together;
11943 # %p3 (reverse) = inverse;
12003 # The second way to do a flash is to set the screen to inverse video, pad for a
12005 # that the screen wasn't ALREADY in inverse video, or that the user may prefer
14134 # ESC [ 4 Z Z for inverse etc.
15493 ndr9500-mc|NDR 9500 with magic cookies (enables underline inverse video invisible and blink),
16378 # "These two work. If you don't have the inverse vide
[all...]

Completed in 415 milliseconds