| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lgc.c | 912 static void setpause (global_State *g, l_mem estimate) { in setpause() argument 914 estimate = estimate / PAUSEADJ; /* adjust 'estimate' */ in setpause() 915 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause() 916 ? estimate * g->gcpause /* no overflow */ in setpause() 1124 lu_mem estimate = g->GCestimate; in generationalcollection() local 1127 if (gettotalbytes(g) > (estimate / 100) * g->gcmajorinc) in generationalcollection() 1130 g->GCestimate = estimate; /* keep estimate from last major coll. */ in generationalcollection()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | RAND_add.pod | 49 The B<randomness> argument is an estimate of how much randomness is 52 Details about sources of randomness and how to estimate their randomness
|
| H A D | BIO_s_datagram.pod | 170 Returns a quantity in bytes which is a rough estimate of the number of bytes of 172 estimate the final size of the Layer 3 (e.g. IP) packet which will contain the
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 287 defm WriteFRcp : X86SchedWritePair<ReadAfterVecLd>; // Floating point reciprocal estimate. 288 defm WriteFRcpX : X86SchedWritePair<ReadAfterVecXLd>; // Floating point reciprocal estimate (XMM). 289 defm WriteFRcpY : X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal estimate (YMM). 290 defm WriteFRcpZ : X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal estimate (ZMM). 291 defm WriteFRsqrt : X86SchedWritePair<ReadAfterVecLd>; // Floating point reciprocal square root estimate. 292 defm WriteFRsqrtX: X86SchedWritePair<ReadAfterVecXLd>; // Floating point reciprocal square root estimate (XMM). 293 defm WriteFRsqrtY: X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal square root estimate (YMM). 294 defm WriteFRsqrtZ: X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal square root estimate (ZMM).
|
| H A D | X86ScheduleZnver3.td | 929 … : Zn3WriteResXMMPair<WriteFRcp, [Zn3FPFMul01], 3, [1], 1>; // Floating point reciprocal estimate. 930 …WriteResXMMPair<WriteFRcpX, [Zn3FPFMul01], 3, [1], 1>; // Floating point reciprocal estimate (XMM). 931 …WriteResYMMPair<WriteFRcpY, [Zn3FPFMul01], 3, [1], 1>; // Floating point reciprocal estimate (YMM). 932 defm : X86WriteResPairUnsupported<WriteFRcpZ>; // Floating point reciprocal estimate (ZMM). 933 …esXMMPair<WriteFRsqrt, [Zn3FPFDiv], 3, [1], 1>; // Floating point reciprocal square root estimate. 934 …air<WriteFRsqrtX, [Zn3FPFDiv], 3, [1], 1>; // Floating point reciprocal square root estimate (XMM). 935 …air<WriteFRsqrtY, [Zn3FPFDiv], 3, [1], 1>; // Floating point reciprocal square root estimate (YMM). 936 defm : X86WriteResPairUnsupported<WriteFRsqrtZ>; // Floating point reciprocal square root estimate …
|
| H A D | X86SchedBroadwell.td | 300 defm : BWWriteResPair<WriteFRcp, [BWPort0], 5, [1], 1, 5>; // Floating point reciprocal estimate. 301 defm : BWWriteResPair<WriteFRcpX, [BWPort0], 5, [1], 1, 5>; // Floating point reciprocal estimate… 302 …riteFRcpY, [BWPort0,BWPort015], 11, [2,1], 3, 6>; // Floating point reciprocal estimate (YMM/ZMM). 305 …eResPair<WriteFRsqrt, [BWPort0], 5, [1], 1, 5>; // Floating point reciprocal square root estimate. 306 …ir<WriteFRsqrtX,[BWPort0], 5, [1], 1, 5>; // Floating point reciprocal square root estimate (XMM). 307 …[BWPort0,BWPort015], 11, [2,1], 3, 6>; // Floating point reciprocal square root estimate (YMM/ZMM).
|
| H A D | X86ScheduleZnver4.td | 940 … : Zn4WriteResXMMPair<WriteFRcp, [Zn4FPFMul01], 4, [1], 1>; // Floating point reciprocal estimate. 941 …WriteResXMMPair<WriteFRcpX, [Zn4FPFMul01], 4, [1], 1>; // Floating point reciprocal estimate (XMM). 942 …WriteResYMMPair<WriteFRcpY, [Zn4FPFMul01], 5, [1], 1>; // Floating point reciprocal estimate (YMM). 943 …WriteResZMMPair<WriteFRcpZ, [Zn4FPFMul01], 5, [2], 1>; // Floating point reciprocal estimate (ZMM). 944 …esXMMPair<WriteFRsqrt, [Zn4FPFDiv], 4, [1], 1>; // Floating point reciprocal square root estimate. 945 …air<WriteFRsqrtX, [Zn4FPFDiv], 4, [1], 1>; // Floating point reciprocal square root estimate (XMM). 946 …air<WriteFRsqrtY, [Zn4FPFDiv], 4, [1], 1>; // Floating point reciprocal square root estimate (YMM). 947 …air<WriteFRsqrtZ, [Zn4FPFDiv], 5, [2], 1>; // Floating point reciprocal square root estimate (ZMM).
|
| /freebsd/contrib/lua/src/ |
| H A D | lgc.c | 1062 l_mem estimate = g->GCestimate / PAUSEADJ; /* adjust 'estimate' */ in setpause() local 1063 lua_assert(estimate > 0); in setpause() 1064 threshold = (pause < MAX_LMEM / estimate) /* overflow? */ in setpause() 1065 ? estimate * pause /* no overflow */ in setpause()
|
| /freebsd/tools/tools/netrate/tcpp/ |
| H A D | README | 70 The bandwidth estimate doesn't handle failures well. It also has serious
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 129 # Note: This function can be used to do an estimate for a volume that has not
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedNeoverseV1.td | 1018 // ASIMD reciprocal and square root estimate, D-form U32 1019 // ASIMD reciprocal and square root estimate, D-form F32 and F64 1025 // ASIMD reciprocal and square root estimate, Q-form U32 1026 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32 and F64 1034 // ASIMD reciprocal and square root estimate, Q-form F16 1632 // Floating point reciprocal estimate, F16 1635 // Floating point reciprocal estimate, F32 1638 // Floating point reciprocal estimate, F64
|
| H A D | AArch64SchedNeoverseN2.td | 1193 // ASIMD reciprocal and square root estimate, D-form U32 1196 // ASIMD reciprocal and square root estimate, Q-form U32 1199 // ASIMD reciprocal and square root estimate, D-form F32 and scalar forms 1205 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32 1209 // ASIMD reciprocal and square root estimate, Q-form F16 1872 // Reciprocal estimate 2019 // Floating point reciprocal estimate, F16 2022 // Floating point reciprocal estimate, F32 2025 // Floating point reciprocal estimate, F64
|
| H A D | AArch64SchedNeoverseV2.td | 1694 // ASIMD reciprocal and square root estimate, D-form U32 1697 // ASIMD reciprocal and square root estimate, Q-form U32 1700 // ASIMD reciprocal and square root estimate, D-form F32 and scalar forms 1706 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32 1710 // ASIMD reciprocal and square root estimate, Q-form F16 2389 // Reciprocal estimate 2539 // Floating point reciprocal estimate, F16 2542 // Floating point reciprocal estimate, F32 2545 // Floating point reciprocal estimate, F64
|
| H A D | AArch64SchedNeoverseN1.td | 771 // ASIMD reciprocal and square root estimate, D-form F32 and F64 778 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32 785 // ASIMD reciprocal and square root estimate, Q-form F16
|
| H A D | AArch64SchedA510.td | 954 // Reciprocal estimate 1095 // Floating point reciprocal estimate, F16 1099 // Floating point reciprocal estimate, F32 1102 // Floating point reciprocal estimate, F64
|
| H A D | AArch64SchedA57.td | 536 // ASIMD reciprocal estimate, D-form 538 // ASIMD reciprocal estimate, Q-form
|
| H A D | AArch64SchedAmpere1.td | 1068 // -- fp reciprocal estimate 1070 // -- integer reciprocal estimate
|
| H A D | AArch64SchedAmpere1B.td | 1075 // -- fp reciprocal estimate 1077 // -- integer reciprocal estimate
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | print | 260 // The buffer uses the worst-case estimate and should never resize. 263 // the final size might be larger when the estimate is wrong.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
| H A D | divmod.m4 | 27 * current estimate for non-large dividend is
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedXiangShanNanHu.td | 24 let MispredictPenalty = 11; // Based on estimate of pipeline depth.
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
| H A D | test_libzfs_core.py | 1636 estimate = lzc.lzc_send_space(snap) 1642 self.assertAlmostEqual(st.st_size, estimate, delta=estimate // 20) 1657 estimate = lzc.lzc_send_space(snap2, snap1) 1663 self.assertAlmostEqual(st.st_size, estimate, delta=estimate // 20)
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 112 | remaining_t | seconds | estimate of time remaining for scan |
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 111 // Then, refine the reciprocal estimate using a quadratically converging
|
| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal.txt | 161 - sustainable-power: An estimate of the sustainable power (in mW) that the
|