HomeSort by: relevance | last modified time | path
    Searched refs:TEST_FUNCTION (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/external/lgpl3/mpfr/dist/tests/
tgeneric.c 119 TGENERIC_FAIL (S " for " MAKE_STR(TEST_FUNCTION), x, X2, U); \
137 printf ("tgeneric: testing function " MAKE_STR(TEST_FUNCTION) \
338 compare = TEST_FUNCTION (y, x, x2, u, rnd);
340 compare = TEST_FUNCTION (y, x, x2, rnd);
344 compare = TEST_FUNCTION (y, d, x, rnd);
346 compare = TEST_FUNCTION (y, x, d, rnd);
353 compare = TEST_FUNCTION (y, u, rnd);
355 compare = TEST_FUNCTION (y, u, x, rnd);
357 compare = TEST_FUNCTION (y, x, u, rnd);
359 compare = TEST_FUNCTION (y, x, rnd)
    [all...]
tgeneric_ui.c 79 compare = TEST_FUNCTION (y, x, u, rnd);
83 inexact = TEST_FUNCTION (z, x, u, rnd);
131 #undef TEST_FUNCTION
tconst_catalan.c 33 #define TEST_FUNCTION my_const_catalan
tlog_ui.c 46 #define TEST_FUNCTION mpfr_log_ui
52 #define TEST_FUNCTION mpfr_log_ui
76 TEST_FUNCTION (x, strtoul (argv[1], NULL, 10),
158 TEST_FUNCTION (z, n, (mpfr_rnd_t) rnd);
tsi_op.c 76 #define TEST_FUNCTION mpfr_add_si
83 #define TEST_FUNCTION mpfr_sub_si
90 #define TEST_FUNCTION mpfr_mul_si
97 #define TEST_FUNCTION mpfr_div_si
tcsc.c 25 #define TEST_FUNCTION mpfr_csc
tcsch.c 25 #define TEST_FUNCTION mpfr_csch
tdim.c 25 #define TEST_FUNCTION mpfr_dim
tlog2.c 25 #define TEST_FUNCTION mpfr_log2
ty0.c 25 #define TEST_FUNCTION mpfr_y0
ty1.c 25 #define TEST_FUNCTION mpfr_y1
tcompound.c 25 #define TEST_FUNCTION mpfr_compound_si
498 #define TEST_FUNCTION mpfr_compound2
502 #define TEST_FUNCTION mpfr_compound3
506 #define TEST_FUNCTION mpfr_compound4
510 #define TEST_FUNCTION mpfr_compound5
514 #define TEST_FUNCTION mpfr_compound17
518 #define TEST_FUNCTION mpfr_compound120
tacosh.c 25 #define TEST_FUNCTION mpfr_acosh
30 #define TEST_FUNCTION mpfr_acosh
tadd_ui.c 91 #define TEST_FUNCTION mpfr_add_ui
td_sub.c 66 #define TEST_FUNCTION mpfr_d_sub
tsub_d.c 66 #define TEST_FUNCTION mpfr_sub_d
tacos.c 25 #define TEST_FUNCTION mpfr_acos
tadd_d.c 129 #define TEST_FUNCTION mpfr_add_d
tasinh.c 25 #define TEST_FUNCTION mpfr_asinh
tconst_euler.c 33 #define TEST_FUNCTION my_const_euler
tcot.c 25 #define TEST_FUNCTION mpfr_cot
tdigamma.c 25 #define TEST_FUNCTION mpfr_digamma
tdiv_d.c 92 #define TEST_FUNCTION mpfr_div_d
tj1.c 25 #define TEST_FUNCTION mpfr_j1
tli2.c 25 #define TEST_FUNCTION mpfr_li2

Completed in 59 milliseconds

1 2 3 4