Home
last modified time | relevance | path

Searched refs:expret (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.c97 long double expret = expl(-(x-0.5L)); in tgamma_large() local
100 return (expret * powhalf) * powhalf * p; in tgamma_large()
111 long double ret = 1 / ((expret * powhalf) * (x * negadjust) * p); in tgamma_large()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_extent.c63 u_long alignment, u_long boundary, int expret, u_long expres) in h_alloc_subregion() argument
75 if (ret != expret) in h_alloc_subregion()
78 if (expret == 0 && result != expres) in h_alloc_subregion()
/freebsd/lib/libc/tests/stdio/
H A Dsscanf_test.c150 #define SSCANF_TEST(string, format, expret, expval, explen) \ argument
154 ATF_CHECK_EQ(expret, ret); \
155 if (expret && ret) { \
H A Dswscanf_test.c153 #define SWSCANF_TEST(string, format, expret, expval, explen) \ argument
157 ATF_CHECK_EQ(expret, ret); \
158 if (expret && ret) { \