HomeSort by: relevance | last modified time | path
    Searched refs:check2 (Results 1 - 21 of 21) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tlog.c 49 check2 (const char *as, mpfr_rnd_t rnd_mode, const char *res1s) function
92 check2("1.00089971802309629645", MPFR_RNDD, "8.99313519443722736088e-04");
93 check2("1.00089971802309629645", MPFR_RNDN, "8.99313519443722844508e-04");
94 check2("1.00089971802309629645", MPFR_RNDU, "8.99313519443722844508e-04");
96 check2("1.01979300812244555452", MPFR_RNDD, "1.95996734891603630047e-02");
97 check2("1.01979300812244555452", MPFR_RNDN, "1.95996734891603664741e-02");
98 check2("1.01979300812244555452", MPFR_RNDU, "1.95996734891603664741e-02");
100 check2("1.02900871924604464525", MPFR_RNDD, "2.85959303301472726744e-02");
101 check2("1.02900871924604464525", MPFR_RNDN, "2.85959303301472761438e-02");
102 check2("1.02900871924604464525", MPFR_RNDU, "2.85959303301472761438e-02")
    [all...]
ttotal_order.c 50 check2 (mpfr_ptr x, mpfr_ptr y) function
103 check2 (x[i], x[j]);
tsubnormal.c 116 check2 (void) function
278 check2 ();
tsum.c 454 check2 (void) function
509 printf ("Error in check2 on %s, prec = %d, "
1325 check2 ();
  /src/external/mpl/bind/dist/bin/tests/system/acl/ns2/
named4.conf.j2 58 acl check2 { !key two; 10.53.0.2; };
73 allow-transfer { !rejectkeys; !rejectaddrs; !check1; !check2; any; };
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 74 int check2 = (selection_mask & checks[i]) != 0; local
81 return check2;
decode_der2key.c 221 int check2 = (desc->selection_mask & checks[i]) != 0; local
228 return check2;
encode_key2any.c 1189 int check2 = (selection_mask & checks[i]) != 0; local
1196 return check2;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 74 int check2 = (selection_mask & checks[i]) != 0; local
81 return check2;
decode_der2key.c 166 int check2 = (desc->selection_mask & checks[i]) != 0; local
173 return check2;
encode_key2any.c 1032 int check2 = (selection_mask & checks[i]) != 0; local
1039 return check2;
  /src/crypto/external/apache2/openssl/dist/test/
namemap_internal_test.c 40 int check2 = ossl_namemap_name2num(nm, NAME2); local
50 && TEST_int_eq(num2, check2)
fake_rsaprov.c 912 int check2 = (desc->selection_mask & checks[i]) != 0; local
919 return check2;
tls-provider.c 1803 int check2 = (selection_mask & checks[i]) != 0; local
1810 return check2;
2297 int check2 = (desc->selection_mask & checks[i]) != 0; local
2304 return check2;
  /src/crypto/external/bsd/openssl/dist/test/
namemap_internal_test.c 40 int check2 = ossl_namemap_name2num(nm, NAME2); local
50 && TEST_int_eq(num2, check2)
  /src/external/mpl/bind/dist/tests/dns/
qp_test.c 483 static struct check_partialmatch check2[] = { local
490 check_partialmatch(qp, check2);
616 static struct check_qpchain check2[] = { local
621 check_qpchain(qp, check2);
784 static struct check_predecessors check2[] = { local
820 check_predecessors(qp, check2);
878 static struct check_predecessors check2[] = { local
886 check_predecessors(qp, check2);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/array/
operations.d 479 static void check2(string unaOp, string binOp, TA, TB, T, size_t N)(TA a, TB b, const scope ref T[N] exp)
500 check2!(unaOp, binOp)(va[], vb[], vexp);
501 check2!(unaOp, binOp)(va[], b, vexp);
502 check2!(unaOp, binOp)(a, vb[], vexp);
  /src/external/bsd/pam-u2f/dist/
util.c 553 uint32_t check1, check2, tmp; local
607 // check1, check2
609 !ssh_get_u32(&decoded, &decoded_len, &check2)) {
610 debug_dbg(cfg, "Malformed SSH key (check1, check2)");
615 debug_dbg(cfg, "check2: %" PRIu32, check2);
617 if (check1 != check2) {
  /src/crypto/external/bsd/openssh/dist/
sshkey.c 2991 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; local
3096 (r = sshbuf_get_u32(decrypted, &check2)) != 0)
3098 if (check1 != check2) {
  /src/external/gpl3/gdb/dist/gnulib/
configure 16498 int check2[2 * (__alignof__ (long double) <= __alignof__ (max_align_t)) - 1];
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 16498 int check2[2 * (__alignof__ (long double) <= __alignof__ (max_align_t)) - 1];

Completed in 75 milliseconds