Lines Matching refs:CALL_SUBTEST
142 CALL_SUBTEST( verify_component_wise(ref, ref); ); in array_special_functions()
143 CALL_SUBTEST( res = x.zeta(q); verify_component_wise(res, ref); ); in array_special_functions()
144 CALL_SUBTEST( res = zeta(x,q); verify_component_wise(res, ref); ); in array_special_functions()
152 CALL_SUBTEST( verify_component_wise(ref, ref); ); in array_special_functions()
154 CALL_SUBTEST( res = x.digamma(); verify_component_wise(res, ref); ); in array_special_functions()
155 CALL_SUBTEST( res = digamma(x); verify_component_wise(res, ref); ); in array_special_functions()
165 CALL_SUBTEST( verify_component_wise(ref, ref); ); in array_special_functions()
170 CALL_SUBTEST( res = polygamma(n,x); verify_component_wise(res, ref); ); in array_special_functions()
174 CALL_SUBTEST( res = polygamma(n,x); verify_component_wise(res.head(8), ref.head(8)); ); in array_special_functions()
280 CALL_SUBTEST(res = betainc(a, b, x); in array_special_functions()
296 CALL_SUBTEST( in array_special_functions()
302 CALL_SUBTEST( in array_special_functions()
308 CALL_SUBTEST( in array_special_functions()
314 CALL_SUBTEST( in array_special_functions()
329 CALL_SUBTEST( in array_special_functions()