Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 25 of 55) 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.td941 … : Zn4WriteResXMMPair<WriteFRcp, [Zn4FPFMul01], 4, [1], 1>; // Floating point reciprocal estimate.
942 …WriteResXMMPair<WriteFRcpX, [Zn4FPFMul01], 4, [1], 1>; // Floating point reciprocal estimate (XMM).
943 …WriteResYMMPair<WriteFRcpY, [Zn4FPFMul01], 5, [1], 1>; // Floating point reciprocal estimate (YMM).
944 …WriteResZMMPair<WriteFRcpZ, [Zn4FPFMul01], 5, [2], 1>; // Floating point reciprocal estimate (ZMM).
945 …esXMMPair<WriteFRsqrt, [Zn4FPFDiv], 4, [1], 1>; // Floating point reciprocal square root estimate.
946 …air<WriteFRsqrtX, [Zn4FPFDiv], 4, [1], 1>; // Floating point reciprocal square root estimate (XMM).
947 …air<WriteFRsqrtY, [Zn4FPFDiv], 4, [1], 1>; // Floating point reciprocal square root estimate (YMM).
948 …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.shlib119 # 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 DAArch64SchedNeoverseN2.td1234 // ASIMD reciprocal and square root estimate, D-form U32
1237 // ASIMD reciprocal and square root estimate, Q-form U32
1240 // ASIMD reciprocal and square root estimate, D-form F32 and scalar forms
1246 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32
1250 // ASIMD reciprocal and square root estimate, Q-form F16
1913 // Reciprocal estimate
2060 // Floating point reciprocal estimate, F16
2063 // Floating point reciprocal estimate, F32
2066 // Floating point reciprocal estimate, F64
H A DAArch64SchedNeoverseN3.td1196 // ASIMD reciprocal and square root estimate, D-form U32
1199 // ASIMD reciprocal and square root estimate, Q-form U32
1202 // ASIMD reciprocal and square root estimate, D-form F32 and scalar forms
1208 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32
1212 // ASIMD reciprocal and square root estimate, Q-form F16
1881 // Reciprocal estimate
2024 // Floating point reciprocal estimate, F16
2027 // Floating point reciprocal estimate, F32
2030 // Floating point reciprocal estimate, F64
H A DAArch64SchedNeoverseV1.td1131 // ASIMD reciprocal and square root estimate, D-form U32
1132 // ASIMD reciprocal and square root estimate, D-form F32 and F64
1138 // ASIMD reciprocal and square root estimate, Q-form U32
1139 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32 and F64
1147 // ASIMD reciprocal and square root estimate, Q-form F16
1754 // Floating point reciprocal estimate, F16
1757 // Floating point reciprocal estimate, F32
1760 // Floating point reciprocal estimate, F64
H A DAArch64SchedNeoverseV2.td1711 // ASIMD reciprocal and square root estimate, D-form U32
1714 // ASIMD reciprocal and square root estimate, Q-form U32
1717 // ASIMD reciprocal and square root estimate, D-form F32 and scalar forms
1723 // ASIMD reciprocal and square root estimate, D-form F16 and Q-form F32
1727 // ASIMD reciprocal and square root estimate, Q-form F16
2406 // Reciprocal estimate
2556 // Floating point reciprocal estimate, F16
2559 // Floating point reciprocal estimate, F32
2562 // 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 DAArch64SchedA320.td976 // Reciprocal estimate
1117 // Floating point reciprocal estimate, F16
1121 // Floating point reciprocal estimate, F32
1124 // 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 Dprint263 // The buffer uses the worst-case estimate and should never resize.
266 // 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 |

123