Home
last modified time | relevance | path

Searched refs:compared (Results 1 – 25 of 49) sorted by relevance

12

/dragonfly/contrib/mpfr/src/
H A Dasin.c29 int compared, inexact; in mpfr_asin() local
66 compared = mpfr_cmp_ui (xp, 1); in mpfr_asin()
70 if (MPFR_UNLIKELY (compared >= 0)) in mpfr_asin()
73 if (compared > 0) /* asin(x) = NaN for |x| > 1 */ in mpfr_asin()
H A Dacos.c32 int sign, compared, inexact; in mpfr_acos() local
66 compared = mpfr_cmp_ui (xp, 1); in mpfr_acos()
68 if (MPFR_UNLIKELY (compared >= 0)) in mpfr_acos()
71 if (compared > 0) /* acos(x) = NaN for x > 1 */ in mpfr_acos()
H A Dlngamma.c166 int compared; in GAMMA_FUNC() local
175 compared = mpfr_cmp_ui (z0, 1); in GAMMA_FUNC()
180 if (compared == 0 || (compared > 0 && mpfr_cmp_ui (z0, 2) == 0)) in GAMMA_FUNC()
266 if (compared < 0) in GAMMA_FUNC()
366 MPFR_ASSERTD (compared > 0); in GAMMA_FUNC()
H A Dgamma.c103 int compared, is_integer; in mpfr_gamma() local
220 compared = mpfr_cmp_ui (x, 1); in mpfr_gamma()
221 if (compared == 0) in mpfr_gamma()
252 if (compared > 0) in mpfr_gamma()
/dragonfly/contrib/file/magic/Magdir/
H A Drpi36 # masked with MAGIC_MASK and then compared with MAGIC
/dragonfly/contrib/wpa_supplicant/
H A DREADME18 Source code files were moved around in v0.6.x releases and compared to
/dragonfly/test/interbench/
H A Dreadme11 options. With careful benchmarking, different hardware can be compared.
192 results from different hardware can not be directly compared. However changes
193 of kernels, filesystem and options can be compared. To do a comparison of
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dfrontends.texi54 @cindex compiler compared to C++ preprocessor
H A Dgty.texi183 The value of the expression given by @code{desc} is compared against
/dragonfly/lib/libc/db/test/
H A DREADME26 associated with the specified key is compared to the specified
/dragonfly/crypto/openssh/
H A DPROTOCOL.chacha20poly130575 MAC is then compared in constant time with the one appended to the
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbgcnt.def37 And the incremented value is compared against the threshold (limit)
H A Drtl.def411 as a register holding a value that can be compared to zero.
412 In fact, the machine has already compared them and recorded the
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddbgcnt.def37 And the incremented value is compared against the threshold (limit)
H A Drtl.def440 as a register holding a value that can be compared to zero.
441 In fact, the machine has already compared them and recorded the
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dtypeinfo50 // must be compared), and whether comparison is to be implemented inline or
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dtypeinfo52 // must be compared), and whether comparison is to be implemented inline or
/dragonfly/contrib/bzip2/
H A DREADME145 WHAT'S NEW IN 0.9.0 (as compared to 0.1pl2) ?
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-HS20107 # of parameters that are compared to the information advertised by the APs when
177 # host/domain name is compared one label at a time starting from the
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW_DM8 Fix hash lookup segfault when keys compared are different lengths.
/dragonfly/sys/vfs/hammer2/
H A DFREEMAP248 compared against the live freemap. Instead transitioning from
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dtuple1417 "tuple objects can only be compared if they have equal sizes.");
1430 "tuple objects can only be compared if they have equal sizes.");
/dragonfly/contrib/zlib-1.2/
H A DFAQ342 any case, the compression improvements are so modest compared to other more
/dragonfly/contrib/xz/
H A DNEWS621 Only the most important changes compared to 4.999.9beta are listed
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-mmix.texi504 differences in function compared to @code{mmixal} (@pxref{mmixsite}).

12