/openbsd/gnu/gcc/gcc/ |
H A D | lambda-trans.c | 62 lambda_trans_matrix inverse; in lambda_trans_matrix_inverse() local 65 inverse = lambda_trans_matrix_new (LTM_ROWSIZE (mat), LTM_COLSIZE (mat)); in lambda_trans_matrix_inverse() 66 determinant = lambda_matrix_inverse (LTM_MATRIX (mat), LTM_MATRIX (inverse), in lambda_trans_matrix_inverse() 68 LTM_DENOMINATOR (inverse) = determinant; in lambda_trans_matrix_inverse() 69 return inverse; in lambda_trans_matrix_inverse()
|
H A D | lambda-code.c | 772 lambda_matrix inverse, H1; in lambda_compute_target_space() local 787 inverse = lambda_matrix_new (depth, depth); in lambda_compute_target_space() 788 determinant = lambda_matrix_inverse (LTM_MATRIX (H), inverse, depth); in lambda_compute_target_space() 799 lambda_matrix_mult (H1, inverse, target, depth, depth, depth); in lambda_compute_target_space() 845 depth, inverse, depth, in lambda_compute_target_space() 902 depth, inverse, depth, in lambda_compute_target_space()
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | display.c | 60 display[i]->inverse = 0; in display_clear_display() 301 if ((entry && entry->inverse) in display_update_one_window() 307 entry->inverse = 0; in display_update_one_window() 333 || (entry->inverse)) in display_update_one_window() 351 entry->inverse = 0; in display_update_one_window() 425 if ((!display[line_index]->inverse) || in display_update_one_window() 433 display[line_index]->inverse = 1; in display_update_one_window() 491 the_display[i]->inverse = 0; in display_scroll_display() 511 the_display[i]->inverse = 0; in display_scroll_display() 624 display[i]->inverse = 0; in make_display()
|
H A D | display.h | 34 int inverse; /* Non-zero means this line is inverse. */ member
|
/openbsd/sbin/mount/ |
H A D | getmntopts.c | 69 int inverse, negative, needval, ret = 0; in getmntopt() local 100 inverse = (m->m_oflags & MFLAG_INVERSE) ? 1 : 0; in getmntopt() 102 if (negative == inverse) in getmntopt() 107 else if (negative == inverse) in getmntopt()
|
/openbsd/libexec/ld.so/ |
H A D | trace.c | 32 int inverse; /* blacklist instead of whitelist */ member 127 spec->inverse = 1; in _dl_trace_parse_spec() 205 return spec->inverse ? !match : match; in _dl_trace_match()
|
/openbsd/sys/arch/luna88k/dev/ |
H A D | omrasops.c | 101 u_int32_t lmask, rmask, glyph, inverse; in om1_putchar() local 112 inverse = (bg != 0) ? ALL1BITS : ALL0BITS; in om1_putchar() 126 glyph = (glyph >> align) ^ inverse; in om1_putchar() 140 lhalf = (glyph >> align) ^ inverse; in om1_putchar() 145 rhalf = (glyph << (BLITWIDTH - align)) ^ inverse; in om1_putchar()
|
/openbsd/lib/libcrypto/idea/ |
H A D | idea.c | 315 inverse(unsigned int xin) in inverse() function 398 *(tp++) = inverse(fp[0]); in idea_set_decrypt_key() 401 *(tp++) = inverse(fp[3]); in idea_set_decrypt_key()
|
/openbsd/usr.bin/pkill/ |
H A D | pkill.c | 87 int inverse; variable 243 inverse = 1; in main() 438 if (selected[i] == inverse) in main()
|
/openbsd/games/canfield/canfield/ |
H A D | canfield.c | 557 printrank(int a, int b, const struct cardtype *cp, bool inverse) in printrank() argument 562 if (inverse) in printrank() 581 if (inverse) in printrank() 597 bool inverse = (cp->suit == 'd' || cp->suit == 'h'); in printcard() local 599 printrank(a, b, cp, inverse); in printcard() 600 if (inverse) in printcard() 603 if (inverse) in printcard()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedSyntacoreSCR1.td | 58 // Integer division: latency 33, inverse throughput 33 64 // Load/store instructions on SCR1 have latency 2 and inverse throughput 2
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 154 .inverse(); in makeSatisfyingICmpRegion() 497 return intersectWith(CR.inverse()); in difference() 703 if (Result == inverse().unionWith(CR.inverse()).inverse()) in exactIntersectWith() 712 if (Result == inverse().intersectWith(CR.inverse()).inverse()) in exactUnionWith() 1620 ConstantRange ConstantRange::inverse() const { in inverse() function in ConstantRange
|
/openbsd/regress/lib/libm/msun/ |
H A D | invtrig_test.c | 432 ATF_TC_WITHOUT_HEAD(inverse); 433 ATF_TC_BODY(inverse, tc) in ATF_TC_BODY() argument 454 ATF_TP_ADD_TC(tp, inverse); in ATF_TP_ADD_TCS()
|
/openbsd/lib/libcrypto/rc2/ |
H A D | rrc2.doc | 33 1. Two's-complement addition of words, denoted by "+". The inverse operation, 39 x <<< y. The inverse operation, right-rotation, is denoted x >>> y. 123 The decryption operation is simply the inverse of the encryption operation.
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | intdoc.in | 82 @xref{IAChar Intrinsic}, for the inverse of this function. 92 @xref{AChar Intrinsic}, for the inverse of this function. 181 Returns the arc-cosine (inverse cosine) of @var{@1@} 184 @xref{Cos Intrinsic}, for the inverse of this function. 286 @xref{Exp Intrinsic}, for the inverse of this function. 410 Returns the arc-sine (inverse sine) of @var{@1@} 413 @xref{Sin Intrinsic}, for the inverse of this function. 419 Returns the arc-tangent (inverse tangent) of @var{@1@} 422 @xref{Tan Intrinsic}, for the inverse of this function. 431 @xref{Tan Intrinsic}, for the inverse of this function. [all …]
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-06-01-GCCOptimizations.txt | 17 4 . [t] Jump threading (jumps to jumps with identical or inverse conditions)
|
/openbsd/lib/libcrypto/perlasm/ |
H A D | readme | 31 &stack_pop(num) inverse of stack_push
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 522 ConstantRange inverse() const;
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 657 return inverse().scale(N); in scaleByInverse() 677 ScaledNumber inverse() const { return ScaledNumber(*this).invert(); } in inverse() function
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 412 ExitMass.isEmpty() ? InfiniteLoopScale : ExitMass.toScaled().inverse(); in computeLoopScale() 495 ScalingFactor = Min.inverse(); in convertFloatingToInteger()
|
/openbsd/usr.bin/vi/docs/ |
H A D | TODO | 120 EX: It would be nice to inverse video the replaced text during
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/ |
H A D | Encode.t | 118 is decode_utf8($o),$c,"decode_utf8 not inverse of encode_utf8 for $i";
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-exegesis.rst | 20 possible so that we can measure the latency (resp. inverse throughput/uop decomposition) 43 Measuring the uop decomposition or inverse throughput of an instruction works similarly:
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfoF1.td | 333 // inverse (order && compare) to (unorder || inverse(compare))
|
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/ |
H A D | ChangeLog | 77 it is either "area hyperbolic sine" or "inverse hyperbolic sine") 80 "area/inverse hyperbolic ..."
|