Home
last modified time | relevance | path

Searched full:almost (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/freebsd/lib/msun/src/
H A De_sqrt.c245 approximates sqrt(x) to almost 8-bit.
259 y := (y+x/y)/2 ... almost 17 sig. bits
260 y := (y+x/y)/2 ... almost 35 sig. bits
267 y := (y+x/y) ... almost 17 sig. bits to 2*sqrt(x)
268 y := y - 0x00100006 ... almost 18 sig. bits to sqrt(x)
340 to almost 7.8-bit.
361 y := y*(1.5-0.5*x*y*y) ... almost 15 sig. bits to 1/sqrt(x)
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DScratchBuffer.cpp20 //than a page, almost certainly enough for anything. :)
70 // support gigantic tokens, which almost certainly won't happen. :) in AllocScratchBuffer()
/freebsd/lib/libc/gen/
H A Darc4random.359 Use of these functions is encouraged for almost all random number
62 These functions can be called in almost all coding environments,
/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.879 If your user/group database management system almost never re-uses the same names
108 shows almost no running time for one or two of the servers after the system
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h11 // Almost all large objects, such as files, sections or symbols, are
58 // Creates new instances of T off a (almost) contiguous arena/object pool. The
/freebsd/crypto/openssl/crypto/bn/
H A Drsaz_exp_x2.c69 * amm = Almost Montgomery Multiplication
70 * ams = Almost Montgomery Squaring
76 /*AMM = Almost Montgomery Multiplication. */
145 /* AMM = Almost Montgomery Multiplication */
240 * bit size using Almost Montgomery Multiplication, optimized with AVX512_IFMA
/freebsd/libexec/rc/rc.d/
H A DLOGIN11 # wants to delay user logins until the system is (almost) fully
/freebsd/contrib/byacc/
H A DACKNOWLEDGEMENTS6 described in their almost impenetrable article in TOPLAS 4,4.
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8956.dtsi21 * Well, the SoCs are almost identical.
/freebsd/contrib/openpam/
H A DRELNOTES6 almost any POSIX-like platform that has GNU autotools, GNU make and
/freebsd/stand/i386/
H A DMakefile5 # Almost everything else here relies on btxldr, so we must make sure it's built
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/
H A Dcurrent-sense-amplifier.txt5 amplifier, the interesting measurement is almost always the current
H A Dcurrent-sense-shunt.txt5 the interesting measurement is almost always the current through the
H A Dcurrent-sense-amplifier.yaml14 amplifier, the interesting measurement is almost always the current
H A Dcurrent-sense-shunt.yaml14 the interesting measurement is almost always the current through the
/freebsd/contrib/ncurses/man/
H A Dterm.770 can almost always be avoided by explicitly exporting \*(``vt100\*(''
140 The root name for a terminal or workstation console type should almost always
/freebsd/contrib/bmake/unit-tests/
H A Dopt-no-action-runflags.mk3 # Tests for the -n command line option, which runs almost no commands,
H A Dopt-no-action.mk3 # Tests for the -n command line option, which runs almost no commands.
H A Dopt-chdir.mk14 # In this test, it is the root directory since almost any other directory
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Du-boot.yaml10 U-Boot is a bootloader commonly used in embedded devices. It's almost always
/freebsd/crypto/openssl/doc/man3/
H A DASN1_OBJECT_new.pod27 is almost never used in applications. The ASN1 object utility functions
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dhotspare_cleanup.ksh33 # framework. It is almost identical to tests/hotspare/cleanup.ksh,
H A Dhotspare_setup.ksh33 # framework. It is almost identical to tests/hotspare/setup.ksh,
/freebsd/crypto/heimdal/lib/roken/
H A Ddoxygen.c39 * work with almost unixies like cygwin and AIX.
/freebsd/contrib/one-true-awk/testdir/
H A DREADME.TESTS10 Not organized, but they touch almost everything.

12345678910>>...39