Searched refs:is_dhard (Results 1 – 2 of 2) sorted by relevance
414 #define is_dhard(in) ( \ macro1574 declined |= lib_fo && is_dhard(args+0); in vet_for_decline()1589 declined |= lib_fo && is_dhard(args+0); in vet_for_decline()1590 declined |= lib_fo && is_dhard(args+2); in vet_for_decline()1602 declined |= lib_fo && is_dhard(args+0); in vet_for_decline()1603 declined |= lib_fo && is_dhard(args+2); in vet_for_decline()1604 declined |= lib_fo && is_dhard(args+4); in vet_for_decline()1605 declined |= lib_fo && is_dhard(args+6); in vet_for_decline()1624 declined |= lib_fo && is_dhard(result); in vet_for_decline()1636 declined |= lib_fo && is_dhard(result+0); in vet_for_decline()[all …]
422 int is_dhard(unsigned a[2]) in is_dhard() function1038 if (is_double_argtype(t.func->argtype) && is_dhard(t.op1r)) in runtest()1040 if (t.func->argtype==at_d2 && is_dhard(t.op2r)) in runtest()1046 if (is_double_rettype(t.func->rettype) && is_dhard(t.resultr)) in runtest()1048 if (t.func->rettype==rt_d2 && is_dhard(t.res2)) in runtest()