• Home
  • Raw
  • Download

Lines Matching refs:args1f

468     {"sinf", (funcptr)mpfr_sin, args1f, {NULL},
472 {"cosf", (funcptr)mpfr_cos, args1f, {NULL},
476 {"tanf", (funcptr)mpfr_tan, args1f, {NULL},
478 {"sincosf_sinf", (funcptr)mpfr_sin, args1f, {NULL},
480 {"sincosf_cosf", (funcptr)mpfr_cos, args1f, {NULL},
488 {"asinf", (funcptr)mpfr_asin, args1f, {NULL},
492 {"acosf", (funcptr)mpfr_acos, args1f, {NULL},
501 {"atanf", (funcptr)mpfr_atan, args1f, {NULL},
517 {"expf", (funcptr)mpfr_exp, args1f, {NULL},
521 {"sinhf", (funcptr)mpfr_sinh, args1f, {NULL},
525 {"coshf", (funcptr)mpfr_cosh, args1f, {NULL},
532 {"tanhf", (funcptr)mpfr_tanh, args1f, {NULL},
540 {"logf", (funcptr)mpfr_log, args1f, {NULL}, log_cases_float, 0},
542 {"log10f", (funcptr)mpfr_log10, args1f, {NULL}, log_cases_float, 0},
559 {"sqrtf", (funcptr)mpfr_sqrt, args1f, {NULL}, log_cases_float, 0},
561 {"cbrtf", (funcptr)mpfr_cbrt, args1f, {NULL}, log_cases_float, 0},
621 {"atanhf", (funcptr)mpfr_atanh, args1f, {NULL}, cases_uniform_float, 0x32000000, 0x3f7fffff},
622 {"asinhf", (funcptr)mpfr_asinh, args1f, {NULL}, cases_uniform_float, 0x32000000, 0x3f7fffff},
623 …{"acoshf", (funcptr)mpfr_acosh, args1f, {NULL}, cases_uniform_float_positive, 0x3f800000, 0x7f8000…
690 {"erfcf", (funcptr)mpfr_erfc, args1f, {NULL}, cases_biased_float, 0x1e800000, 0x41000000},
692 {"erff", (funcptr)mpfr_erf, args1f, {NULL}, cases_biased_float, 0x03800000, 0x40700000},
694 {"exp2f", (funcptr)mpfr_exp2, args1f, {NULL}, cases_uniform_float, 0x33800000, 0x43c00000},
696 {"expm1f", (funcptr)mpfr_expm1, args1f, {NULL}, cases_uniform_float, 0x33000000, 0x43800000},
702 {"lgammaf", (funcptr)test_lgamma, args1f, {NULL}, cases_uniform_float, 0x01800000, 0x7f800000},
704 {"log1pf", (funcptr)mpfr_log1p, args1f, {NULL}, log1p_cases_float, 0, 0},
706 {"log2f", (funcptr)mpfr_log2, args1f, {NULL}, log_cases_float, 0, 0},
708 {"tgammaf", (funcptr)mpfr_gamma, args1f, {NULL}, cases_uniform_float, 0x2f800000, 0x43000000},
1533 case args1f: in vet_for_decline()
1583 case args1f: in vet_for_decline()
1657 case args1f: in docase()
1736 case args1f: in docase()
1986 case args1f: in docase()