Home
last modified time | relevance | path

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

12345678910>>...18

/netbsd/external/lgpl3/mpfr/dist/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 Dasinu.c33 int compared, inexact; in mpfr_asinu() local
62 compared = mpfr_cmpabs_ui (x, 1); in mpfr_asinu()
63 if (compared > 0) in mpfr_asinu()
77 if (compared == 0) in mpfr_asinu()
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 Dacosu.c34 int compared, inexact; in mpfr_acosu() local
60 compared = mpfr_cmpabs_ui (x, 1); in mpfr_acosu()
61 if (compared > 0) in mpfr_acosu()
75 if (compared == 0) in mpfr_acosu()
H A Dcompound.c57 int inexact, compared, k, nloop; in mpfr_compound_si() local
104 compared = mpfr_cmp_si (x, -1); in mpfr_compound_si()
105 if (compared < 0) in mpfr_compound_si()
115 if (compared == 0) in mpfr_compound_si()
H A Dgamma.c118 int compared, is_integer; in mpfr_gamma() local
256 compared = mpfr_cmp_ui (x, 1); in mpfr_gamma()
257 if (compared == 0) in mpfr_gamma()
289 if (compared > 0) in mpfr_gamma()
H A Dlngamma.c175 int compared, inexact; in GAMMA_FUNC() local
186 compared = mpfr_cmp_ui (z0, 1); in GAMMA_FUNC()
191 if (compared == 0 || (compared > 0 && mpfr_cmp_ui (z0, 2) == 0)) in GAMMA_FUNC()
201 if (compared > 0 && MPFR_GET_EXP (z0) >= (mpfr_exp_t) MPFR_PREC(y) + 2) in GAMMA_FUNC()
322 if (compared < 0) in GAMMA_FUNC()
428 MPFR_ASSERTD (compared > 0); in GAMMA_FUNC()
/netbsd/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-diff.rst23 are compared; otherwise, all global values are compared, and
29 then the corresponding successors are compared; otherwise they are
/netbsd/usr.bin/make/unit-tests/
H A Dmeta-cmd-cmp.exp5 This line not compared FLAGS=
35 This line not compared FLAGS=
H A Dmeta-cmd-cmp.mk37 @echo This line not compared FLAGS=${FLAGS:Uempty} ${.OODATE:MNOMETA_CMP}
/netbsd/external/mpl/bind/dist/lib/dns/
H A Drbt.c1199 dns_namereln_t compared; in dns_rbt_addnode() local
1289 if (compared == dns_namereln_equal) { in dns_rbt_addnode()
1295 if (compared == dns_namereln_none) { in dns_rbt_addnode()
1350 INSIST(compared == in dns_rbt_addnode()
1546 dns_namereln_t compared; in dns_rbt_findnode() local
1579 compared = dns_namereln_none; in dns_rbt_findnode()
1617 if (compared == dns_namereln_none) { in dns_rbt_findnode()
1720 compared = dns_namereln_equal; in dns_rbt_findnode()
1817 INSIST(compared == in dns_rbt_findnode()
1962 compared = dns_name_fullcompare( in dns_rbt_findnode()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-error-3.txt1 # Check error on an internal shell error (unable to find compared files)
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod84 CT_POLICY_EVAL_CTX_set_time() to set the time SCTs should be compared with to determine if they are…
86 The SCT timestamp will be compared to this time to check whether the SCT was
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod94 CT_POLICY_EVAL_CTX_set_time() to set the time SCTs should be compared with to determine if they are…
96 The SCT timestamp will be compared to this time to check whether the SCT was
H A DEVP_PKEY_copy_parameters.pod51 their return values compared to other _cmp() functions. They are aliases for
78 Exactly what is compared is ultimately at the discretion of the provider
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/sh64/media/
H A Dbeq.cgs26 # Ensure high order bits are compared, too.
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh64/media/
H A Dbeq.cgs26 # Ensure high order bits are compared, too.
/netbsd/external/gpl3/gdb/dist/zlib/doc/
H A Dalgorithm.txt24 strings in the chain are compared with the current input string, and
182 be constructed. That's compared to 64 entries for a single table. Or
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/netbsd/external/gpl3/binutils/dist/zlib/doc/
H A Dalgorithm.txt24 strings in the chain are compared with the current input string, and
182 be constructed. That's compared to 64 entries for a single table. Or
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/netbsd/external/gpl3/binutils.old/dist/zlib/doc/
H A Dalgorithm.txt24 strings in the chain are compared with the current input string, and
182 be constructed. That's compared to 64 entries for a single table. Or
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/netbsd/external/gpl3/gdb.old/dist/zlib/doc/
H A Dalgorithm.txt24 strings in the chain are compared with the current input string, and
182 be constructed. That's compared to 64 entries for a single table. Or
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/netbsd/common/dist/zlib/doc/
H A Dalgorithm.txt24 strings in the chain are compared with the current input string, and
182 be constructed. That's compared to 64 entries for a single table. Or
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/netbsd/external/bsd/file/dist/magic/magdir/
H A Drpi36 # masked with MAGIC_MASK and then compared with MAGIC
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dmeson8m2.dtsi18 /* the offset of the canvas registers has changed compared to Meson8 */
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dmod_34lsub1.asm45 C lets us get to 2.0 c/l, as compared to the generic x86 code at 3.66.

12345678910>>...18