Home
last modified time | relevance | path

Searched refs:fractions (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/usr.sbin/ntpd/
Dutil.c124 sfp.fractions = ntohs(sfp.fractions); in sfp_to_d()
126 ret = (double)(sfp.int_parts) + ((double)sfp.fractions / S_DENOMINATOR); in sfp_to_d()
137 sfp.fractions = htons((u_int16_t)((d - (u_int16_t)d) * S_DENOMINATOR)); in d_to_sfp()
Dntp.h50 u_int16_t fractions; member
/openbsd/src/gnu/llvm/libcxx/src/
Dchrono.cpp258 auto fractions = counter.QuadPart % freq.QuadPart; in __libcpp_steady_clock_now() local
259 auto dur = seconds * nano::den + fractions * nano::den / freq.QuadPart; in __libcpp_steady_clock_now()
/openbsd/src/gnu/llvm/llvm/docs/
DBlockFrequencyTerminology.rst25 Rather than storing fractions on each edge, we store an integer weight.
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dlb1sf68.asm1704 | to ensure that the product of the fractions is close to 1.
1776 | ensure that the ratio of the fractions is around 1. We do this by
1811 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3256 | to ensure that the product of the fractions is close to 1.
3319 | ensure that the ratio of the fractions is close to 1. We do this by
3352 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3359 movel d7,a0 | d6-d7 will hold the ratio of the fractions
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dlb1sf68.asm1628 | to ensure that the product of the fractions is close to 1.
1700 | ensure that the ratio of the fractions is around 1. We do this by
1735 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3159 | to ensure that the product of the fractions is close to 1.
3222 | ensure that the ratio of the fractions is close to 1. We do this by
3255 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3262 movel d7,a0 | d6-d7 will hold the ratio of the fractions
/openbsd/src/gnu/usr.bin/texinfo/
DNEWS88 - @multicolumn fractions become percentages.
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5004delta.pod712 malloc overhead is in fractions of a percent (hard to measure, because
Dperl5120delta.pod752 as fractions.
Dperlop.pod3833 Math::Cephes::Fraction fractions via the Cephes library
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dtrouble.texi329 fractions). There have been problems reported where the library linked
Dinstall.texi2578 separating decimal fractions). There have been problems reported where
Dmd.texi5389 fractions). It will be also used as an infrastructure to implement
/openbsd/src/gnu/gcc/gcc/doc/
Dtrouble.texi225 fractions). There have been problems reported where the library linked
Dgccinstall.info2704 `,' for separating decimal fractions). There have been problems
Dinstall.texi3353 separating decimal fractions). There have been problems reported where
Dgcc.info26596 fractions). There have been problems reported where the library
/openbsd/src/gnu/usr.bin/perl/lib/unicore/extracted/
DDNumValues.txt28 # WARNING: Certain values, such as 0.16666667, are repeating fractions.
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dgprof.texi2134 With the print flag, fractions, and timings now stored in the symbol
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dgprof.texi2122 With the print flag, fractions, and timings now stored in the symbol
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DNamesList.txt726 @ Vulgar fractions
5916 @+ Tamil fractions are encoded in the Tamil Supplement block starting at 11FC0.
6082 @ Telugu fractions and weights
6350 @ Minor fractions
6351 @+ Some minor fractions are represented by letters.
12997 * for composing arbitrary fractions
24552 …* this and some of the following fractions are also used in some South Indic scripts, including Ka…
31087 @ Fractions and compound fractions
31783 @ Numbers and fractions
36668 @ Elamite fractions
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dtexinfo.txi8932 fractions of the line length; or with a prototype row. Mixing the two
8940 To specify column widths as fractions of the line length, write
8949 The fractions need not add up exactly to 1.0, as these do not. This
13364 precomposed fractions) with more commonly needed ones, such as the
/openbsd/src/gnu/lib/libiberty/src/
DChangeLog5371 numbers with fractions < 32 bits.