/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.8 | 56 PMCs and then run various formulas on the output information. 57 These formulas can be found in Intel documentation "Using Intel Vtune 71 This option will display the complete list of canned formulas that can be run including 101 on what formulas they want to run.
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | CNFFormula.cpp | 31 /// contradictory formulas, more passes can in principle catch 116 CNFFormula buildCNF(const llvm::ArrayRef<const Formula *> &Formulas, in buildCNF() argument 122 // of sub-formulas in `Vals`. in buildCNF() 130 for (const Formula *F : Formulas) in buildCNF() 160 for (const Formula *F : Formulas) in buildCNF() 164 // and their corresponding sub-formulas. in buildCNF() 166 for (const Formula *F : Formulas) in buildCNF()
|
/freebsd/lib/msun/man/ |
H A D | atan2.3 | 178 The foregoing formulas need not be altered to cope in a 192 In general the formulas above are equivalent to these:
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 172 /// `Atom`s for atomic booleans in the input formulas. 173 CNFFormula buildCNF(const llvm::ArrayRef<const Formula *> &Formulas,
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_prime_i31.c | 196 * Doubling formulas are: 208 * If P is infinity (z = 0), then again the formulas yield infinity, 270 * Addtions formulas are: 468 * Run formulas. in run_code()
|
H A D | ec_prime_i15.c | 197 * Doubling formulas are: 209 * If P is infinity (z = 0), then again the formulas yield infinity, 271 * Addtions formulas are: 469 * Run formulas. in run_code()
|
H A D | ec_p256_m62.c | 763 * Doubling formulas are: in p256_double() 771 * These formulas work for all points, including points of order 2 in p256_double() 867 * Addtions formulas are: in p256_add() 979 * Addtions formulas are: in p256_add_mixed() 1064 * Addtions formulas, in the general case, are: 1076 * These formulas mishandle the two following cases: 1096 * Using the doubling formulas in p256_double() on (x2,y2), 1676 * formulas for point addition), with a higher cost (17 muls in api_muladd()
|
H A D | ec_p256_m64.c | 784 * Doubling formulas are: in p256_double() 792 * These formulas work for all points, including points of order 2 in p256_double() 887 * Addtions formulas are: in p256_add() 999 * Addtions formulas are: in p256_add_mixed() 1084 * Addtions formulas, in the general case, are: 1096 * These formulas mishandle the two following cases: 1116 * Using the doubling formulas in p256_double() on (x2,y2), 1692 * formulas for point addition), with a higher cost (17 muls in api_muladd()
|
H A D | ec_p256_m31.c | 748 * Doubling formulas are: in p256_double() 756 * These formulas work for all points, including points of order 2 in p256_double() 849 * Addtions formulas are: in p256_add() 960 * Addtions formulas are: in p256_add_mixed()
|
/freebsd/crypto/libecc/src/curves/ |
H A D | prj_pt.c | 823 * Public version of the addition w/o complete formulas to handle the case 872 * implementation w/o complete formulas. in __prj_pt_add_monty_no_cf() 888 * If NO_USE_COMPLETE_FORMULAS flag is not defined addition formulas from Algorithm 3 953 * If NO_USE_COMPLETE_FORMULAS flag is not defined addition formulas from Algorithm 1 1053 * you should fallback to the incomplete formulas using the in __prj_pt_add_monty_cf() 1080 * Based on library configuration, the function either use complete formulas 1154 * Based on library configuration, the function either use complete formulas 1407 * NOTE: in case of complete formulas, we use the in _prj_pt_mul_ltr_monty_dbl_add_always() 1536 * NOTE: in case of complete formulas, we use the in _prj_pt_mul_ltr_monty_dbl_add_always() 1650 * NOTE: in case of complete formulas, we use the in _prj_pt_mul_ltr_monty_ladder() [all …]
|
/freebsd/share/man/man4/man4.i386/ |
H A D | pae.4 | 105 The formulas used to determine the values of these parameters for specific
|
/freebsd/crypto/libecc/ |
H A D | meson.options | 16 option('with_complete_formulas', type: 'boolean', value: true, description: 'use complete formulas …
|
H A D | common.mk | 247 # Use complete formulas for point addition and doubling 248 # NOTE: complete formulas are used as default since they are
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ad3552r.yaml | 88 The formulas for calculation the output voltages are
|
/freebsd/sys/kern/ |
H A D | subr_clockcalib.c | 70 * Given those five values, the important formulas to remember from in clockcalib()
|
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn_config.h | 179 * Update: we also check here the consistency of using complete formulas
|
/freebsd/sys/dev/jedec_dimm/ |
H A D | jedec_dimm.c | 464 * in look-up tables, but it's trivial to reverse-engineer the the formulas for 465 * most of them. Unless otherwise noted, the same formulas apply for both DDR3 590 * different formulas, for values 0-7 and for values 8-9. Also, values in jedec_dimm_capacity()
|
/freebsd/usr.bin/calendar/ |
H A D | calendar.1 | 358 Because of minor differences between the output of the formulas
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 1564 # https://inkscape.org) to generate formulas as SVG images instead of PNGs for 1573 # Use this tag to change the font size of LaTeX formulas included as images in 1583 # generated for formulas are transparent PNGs. Transparent PNGs are not 1594 # to create new LaTeX commands to be used in formulas as building blocks. See 1595 # the section "Including formulas" for details. 1599 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see 1602 # installed or if you want to formulas look prettier in the HTML output. When 1883 # when generating formulas in HTML.
|
/freebsd/sbin/nvmecontrol/ |
H A D | passthru.c | 96 * so vendor-siupplied formulas work out of the box on FreeBSD with a simple
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | Doxyfile | 161 # This option is also used when generating formulas in HTML.
|
/freebsd/contrib/libevent/ |
H A D | Doxyfile | 161 # This option is also used when generating formulas in HTML.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 426 /// Implementation of complex division using algebraic formulas at 436 /// algebraic formulas at source precision. No special handling to avoid
|
/freebsd/sys/dev/sound/pci/ |
H A D | csapcm.c | 184 * The following formulas are being computed, using inline assembly in csa_setplaysamplerate() 244 * The following formulas are being computed, using inline assembly in csa_setcapturesamplerate()
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 1445 # Use this tag to change the font size of LaTeX formulas included as images in 1455 # generated for formulas are transparent PNGs. Transparent PNGs are not 1465 # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see 1468 # installed or if you want to formulas look prettier in the HTML output. When 1621 # bitmaps for formulas in the HTML output, but not in the Makefile that is 1730 # when generating formulas in HTML.
|