Searched refs:ldouble (Results 1 – 3 of 3) sorted by relevance
/math/ |
A D | test-tgmath2.c | 32 typedef long double ldouble; typedef 35 typedef double ldouble; typedef 41 ldouble vldouble1, vldouble2, vldouble3; 140 TEST (cos (vldouble1), ldouble, cos); in test_cos() 148 TEST (cos (Vldouble1), ldouble, cos); in test_cos() 165 TEST (fabs (vldouble1), ldouble, fabs); in test_fabs() 170 TEST (fabs (vcldouble1), ldouble, cabs); in test_fabs() 173 TEST (fabs (Vldouble2), ldouble, fabs); in test_fabs() 186 TEST (fabs (Vcldouble1), ldouble, cabs); in test_fabs() 222 TEST (expm1 (vldouble1), ldouble, expm1); in test_expm1() [all …]
|
A D | Makefile | 99 libm-narrow-types-ldouble-yes = s_fFl s_dFl 103 $(libm-narrow-types-ldouble-$(long-double-fcts)) \ 118 types-basic = $(type-ldouble-$(long-double-fcts)) double float 122 test-types-basic = ldouble double float 125 type-ldouble-suffix := l 126 type-ldouble-routines := t_sincosl k_sinl k_cosl k_sincosl s_iscanonicall \ 128 type-ldouble-yes := ldouble 166 test-type-pairs = float-double float-ldouble double-ldouble \
|
A D | README.libm-test | 37 "test-ldouble-<func>.c", generated by the Makefile, test the normal 99 The keywords are float, double, and ldouble.
|
Completed in 8 milliseconds