/freebsd/share/examples/oci/ |
H A D | Containerfile.pkg | 1 # This is an example showing how to extend the freebsd-minimal OCI image by 5 # The OS version matching the desired freebsd-minimal image 8 # Select freebsd-minimal as our starting point. 9 FROM localhost/freebsd-minimal:${version} 15 # use for downloading pkg since the freebsd-minimal image has both FreeBSD and
|
H A D | README | 1 This example Containerfile shows how to add packages to freebsd-minimal while
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | log.sollya | 11 // find log(1+x)/x polynomial with minimal relative error 12 // (minimal relative error polynomial for log(1+x) is the same * x)
|
H A D | v_log.sollya | 10 // find log(1+x)/x polynomial with minimal relative error 11 // (minimal relative error polynomial for log(1+x) is the same * x)
|
H A D | v_log2f.sollya | 13 // find log2(1+x)/x polynomial with minimal relative error 14 // (minimal relative error polynomial for log2(1+x) is the same * x)
|
H A D | v_log10.sollya | 10 // find log(1+x)/x polynomial with minimal relative error 11 // (minimal relative error polynomial for log(1+x) is the same * x)
|
H A D | log10f.sollya | 13 // find log(1+x)/x polynomial with minimal relative error 14 // (minimal relative error polynomial for log(1+x) is the same * x)
|
H A D | log2.sollya | 15 // find log2(1+x)/x polynomial with minimal relative error 16 // (minimal relative error polynomial for log2(1+x) is the same * x)
|
H A D | v_log10f.sollya | 17 // find log10(1+x)/x polynomial with minimal relative error 18 // (minimal relative error polynomial for log10(1+x) is the same * x)
|
H A D | log10.sollya | 15 // find log10(1+x)/x polynomial with minimal relative error 16 // (minimal relative error polynomial for log10(1+x) is the same * x)
|
H A D | cos.sollya | 10 // find even polynomial with minimal abs error compared to cos(x)
|
H A D | v_exp.sollya | 11 // find polynomial with minimal abs error
|
H A D | v_sin.sollya | 10 // find even polynomial with minimal abs error compared to sin(x)/x
|
H A D | sincosf.sollya | 12 // find even polynomial with minimal abs error compared to cos(x)
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Analyses.def | 59 ANALYSIS_DIAGNOSTICS(TEXT_MINIMAL, "text-minimal", 60 "Emits minimal diagnostics to stderr, stating only the "
|
/freebsd/usr.bin/diff/ |
H A D | TODO | 7 --GTYPE-group-format (partially implement - minimal)
|
/freebsd/contrib/jemalloc/src/ |
H A D | tsd.c | 270 tsd_fetch_slow(tsd_t *tsd, bool minimal) { in tsd_fetch_slow() argument 283 if (!minimal) { in tsd_fetch_slow() 297 if (!minimal) { in tsd_fetch_slow()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio.kshlib | 48 --group_reporting --minimal --do_verify=1 $extra_args 54 --ioengine=$ioengine --group_reporting --minimal
|
H A D | dio_async_always.ksh | 66 --group_reporting --minimal --runtime=$runtime --time_based
|
/freebsd/tools/regression/p1003_1b/ |
H A D | README | 10 As of today "p1003_1b yield" doesn't work. I have a minimal set
|
/freebsd/release/ |
H A D | Makefile.oci | 8 OCI_IMAGES= static dynamic minimal
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | tsd.h | 346 tsd_fetch_impl(bool init, bool minimal) { in tsd_fetch_impl() argument 355 return tsd_fetch_slow(tsd, minimal); in tsd_fetch_impl()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/io/ |
H A D | io.cfg | 20 …N_ARGS="--numjobs=1 --bs=32k --size=32M --fallocate=none --group_reporting --verify=sha1 --minimal"
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-ariettag25.dts | 4 * This device tree is minimal, to activate more peripherals, see:
|
/freebsd/sys/contrib/edk2/ |
H A D | FREEBSD-upgrade | 1 We try to maintain the minimal set of headers required to build, as the full
|