Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c912 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 DRAND_add.pod49 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 DBIO_s_datagram.pod170 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 DX86Schedule.td287 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 DX86ScheduleZnver3.td929 … : 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 DX86SchedBroadwell.td300 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 DX86ScheduleZnver4.td940 … : 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 Dlgc.c1062 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 DREADME70 The bandwidth estimate doesn't handle failures well. It also has serious
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib129 # 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 DAArch64SchedNeoverseV1.td1018 // 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 DAArch64SchedNeoverseN2.td1193 // 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 DAArch64SchedNeoverseV2.td1694 // 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 DAArch64SchedNeoverseN1.td771 // 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 DAArch64SchedA510.td954 // Reciprocal estimate
1095 // Floating point reciprocal estimate, F16
1099 // Floating point reciprocal estimate, F32
1102 // Floating point reciprocal estimate, F64
H A DAArch64SchedA57.td536 // ASIMD reciprocal estimate, D-form
538 // ASIMD reciprocal estimate, Q-form
H A DAArch64SchedAmpere1.td1068 // -- fp reciprocal estimate
1070 // -- integer reciprocal estimate
H A DAArch64SchedAmpere1B.td1075 // -- fp reciprocal estimate
1077 // -- integer reciprocal estimate
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint260 // 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 Ddivmod.m427 * current estimate for non-large dividend is
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedXiangShanNanHu.td24 let MispredictPenalty = 11; // Based on estimate of pipeline depth.
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py1636 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 DREADME.md112 | remaining_t | seconds | estimate of time remaining for scan |
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc111 // Then, refine the reciprocal estimate using a quadratically converging
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt161 - sustainable-power: An estimate of the sustainable power (in mW) that the

123