Searched refs:workset (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/libdecnumber/ |
| D | decNumber.c | 994 decContext workset; /* working context */ in decNumberPower() local 1083 workset = *set; /* copy all fields */ in decNumberPower() 1085 workset.digits = reqdigits + (inrhs->digits + inrhs->exponent) + 1; in decNumberPower() 1087 if (workset.digits > DECNUMMAXP) in decNumberPower() 1096 sizeof (decNumber) + (D2U (workset.digits) - 1) * sizeof (Unit); in decNumberPower() 1136 decDivideOp (dac, &dnOne, lhs, &workset, DIVIDE, &status); in decNumberPower() 1180 decMultiplyOp (dac, dac, lhs, &workset, &status); /* dac=dac*x */ in decNumberPower() 1186 decMultiplyOp (dac, dac, dac, &workset, &status); /* dac=dac*dac [square] */ in decNumberPower() 1219 decDivideOp (dac, &dnOne, dac, &workset, DIVIDE, &status); in decNumberPower() 1457 decContext workset, approxset; /* work contexts */ in decNumberSquareRoot() local [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | ddg.c | 914 sbitmap workset = sbitmap_alloc (num_nodes); in find_nodes_on_paths() local 926 sbitmap_copy (workset, tmp); in find_nodes_on_paths() 928 EXECUTE_IF_SET_IN_SBITMAP (workset, 0, u, sbi) in find_nodes_on_paths() 955 sbitmap_copy (workset, tmp); in find_nodes_on_paths() 957 EXECUTE_IF_SET_IN_SBITMAP (workset, 0, u, sbi) in find_nodes_on_paths() 978 sbitmap_free (workset); in find_nodes_on_paths() 1024 sbitmap workset = sbitmap_alloc (num_nodes); in longest_simple_path() local 1042 sbitmap_copy (workset, tmp); in longest_simple_path() 1044 EXECUTE_IF_SET_IN_SBITMAP (workset, 0, u, sbi) in longest_simple_path() 1052 sbitmap_free (workset); in longest_simple_path()
|
| D | modulo-sched.c | 1905 sbitmap workset = sbitmap_alloc (num_nodes); in order_nodes_in_scc() local 1920 sbitmap_copy (workset, tmp); in order_nodes_in_scc() 1925 sbitmap_copy (workset, tmp); in order_nodes_in_scc() 1932 sbitmap_zero (workset); in order_nodes_in_scc() 1934 SET_BIT (workset, u); in order_nodes_in_scc() 1939 while (!sbitmap_equal (workset, zero_bitmap)) in order_nodes_in_scc() 1948 while (!sbitmap_equal (workset, zero_bitmap)) in order_nodes_in_scc() 1950 v = find_max_hv_min_mob (g, workset); in order_nodes_in_scc() 1958 sbitmap_a_or_b (workset, workset, tmp); in order_nodes_in_scc() 1959 RESET_BIT (workset, v); in order_nodes_in_scc() [all …]
|