Home
last modified time | relevance | path

Searched refs:check2 (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtlog.c49 check2 (const char *as, mpfr_rnd_t rnd_mode, const char *res1s) in check2() function
92 check2("1.00089971802309629645", MPFR_RNDD, "8.99313519443722736088e-04"); in check_worst_cases()
93 check2("1.00089971802309629645", MPFR_RNDN, "8.99313519443722844508e-04"); in check_worst_cases()
94 check2("1.00089971802309629645", MPFR_RNDU, "8.99313519443722844508e-04"); in check_worst_cases()
96 check2("1.01979300812244555452", MPFR_RNDD, "1.95996734891603630047e-02"); in check_worst_cases()
97 check2("1.01979300812244555452", MPFR_RNDN, "1.95996734891603664741e-02"); in check_worst_cases()
98 check2("1.01979300812244555452", MPFR_RNDU, "1.95996734891603664741e-02"); in check_worst_cases()
100 check2("1.02900871924604464525", MPFR_RNDD, "2.85959303301472726744e-02"); in check_worst_cases()
101 check2("1.02900871924604464525", MPFR_RNDN, "2.85959303301472761438e-02"); in check_worst_cases()
102 check2("1.02900871924604464525", MPFR_RNDU, "2.85959303301472761438e-02"); in check_worst_cases()
[all …]
H A Dttotal_order.c50 check2 (mpfr_ptr x, mpfr_ptr y) in check2() function
103 check2 (x[i], x[j]); in main()
H A Dtsubnormal.c116 check2 (void) in check2() function
278 check2 (); in main()
H A Dtsum.c454 check2 (void) in check2() function
1325 check2 (); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2blob.c74 int check2 = (selection_mask & checks[i]) != 0; in key2blob_check_selection() local
81 return check2; in key2blob_check_selection()
H A Dencode_key2any.c1032 int check2 = (selection_mask & checks[i]) != 0; in key2any_check_selection() local
1039 return check2; in key2any_check_selection()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dnamemap_internal_test.c40 int check2 = ossl_namemap_name2num(nm, NAME2); in test_namemap() local
50 && TEST_int_eq(num2, check2) in test_namemap()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Doperations.d479 …static void check2(string unaOp, string binOp, TA, TB, T, size_t N)(TA a, TB b, const scope ref T[… in check2() function
500 check2!(unaOp, binOp)(va[], vb[], vexp);
501 check2!(unaOp, binOp)(va[], b, vexp);
502 check2!(unaOp, binOp)(a, vb[], vexp);
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstddef_h.m429 int check2[2 * (__alignof__ (long double) <= __alignof__ (max_align_t)) - 1];
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUsersManual.rst1530 **-f[no-]sanitize=check1,check2,...**
1576 **-f[no-]sanitize-recover=check1,check2,...**
1602 **-f[no-]sanitize-trap=check1,check2,...**
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A Dconfigure16498 int check2[2 * (__alignof__ (long double) <= __alignof__ (max_align_t)) - 1];
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog38973 call get_d with rounding mode in check2, to avoid problems near +Inf
38978 and fixed tadd/check2 to deal with infinities
42253 define check2 only with -DTEST