Searched refs:expret (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | tgamma128.c | 97 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 D | t_extent.c | 63 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 D | sscanf_test.c | 150 #define SSCANF_TEST(string, format, expret, expval, explen) \ argument 154 ATF_CHECK_EQ(expret, ret); \ 155 if (expret && ret) { \
|
H A D | swscanf_test.c | 153 #define SWSCANF_TEST(string, format, expret, expval, explen) \ argument 157 ATF_CHECK_EQ(expret, ret); \ 158 if (expret && ret) { \
|