Home
last modified time | relevance | path

Searched refs:HT_FUNC (Results 1 – 9 of 9) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfg.c282 #define HT_FUNC(name, expr)\ macro
288 #define HT_FUNC(name, expr)\ macro
363 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
364 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
366 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
368 HT_FUNC(ht_Line, -fabs(y))
369 HT_FUNC(ht_LineX, x)
370 HT_FUNC(ht_LineY, y)
371 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
372 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfg.c282 #define HT_FUNC(name, expr)\ macro
288 #define HT_FUNC(name, expr)\ macro
363 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
364 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
366 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
368 HT_FUNC(ht_Line, -fabs(y))
369 HT_FUNC(ht_LineX, x)
370 HT_FUNC(ht_LineY, y)
371 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
372 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
[all …]
/dports/games/taisei/taisei-1.3.2/src/
H A Dhashtable.inc.h253 #define HT_FUNC(name) HT_NAME(_##name) macro
257 #define HT_DECLARE_FUNC(return_type, name, arguments) return_type HT_FUNC(name) arguments
397 HT_FUNC(create)(ht);
435 return HT_FUNC(get_prehashed)(ht, key, HT_FUNC_HASH_KEY(key), fallback); in HT_TYPE()
449 return HT_FUNC(get_unsafe_prehashed)(ht, key, HT_FUNC_HASH_KEY(key), fallback); in HT_TYPE()
467 return HT_FUNC(lookup_prehashed)(ht, key, HT_FUNC_HASH_KEY(key), out_value);
481 return HT_FUNC(lookup_unsafe_prehashed)(ht, key, HT_FUNC_HASH_KEY(key), out_value);
527 …return HT_FUNC(try_set_prehashed)(ht, key, HT_FUNC_HASH_KEY(key), value, value_transform, out_valu…
757 HT_FUNC(unset_all)(ht);
1156 HT_FUNC(iter_next)(iter);
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfg.c691 #define HT_FUNC(name, expr)\ macro
766 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
767 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
768 HT_FUNC(ht_EllipseB, 1 - sqrt(x * x + 0.625 * y * y))
769 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
770 HT_FUNC(ht_InvertedEllipseC, 0.9 * x * x + y * y - 1)
774 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
775 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
776 HT_FUNC(ht_Rhomboid, (0.9 * fabs(x) + fabs(y)) / 2)
779 HT_FUNC(ht_SimpleDot, 1 - d2f(d2f(x * x) + d2f(y * y)))
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfg.c691 #define HT_FUNC(name, expr)\ macro
766 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
767 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
768 HT_FUNC(ht_EllipseB, 1 - sqrt(x * x + 0.625 * y * y))
769 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
770 HT_FUNC(ht_InvertedEllipseC, 0.9 * x * x + y * y - 1)
774 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
775 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
776 HT_FUNC(ht_Rhomboid, (0.9 * fabs(x) + fabs(y)) / 2)
779 HT_FUNC(ht_SimpleDot, 1 - d2f(d2f(x * x) + d2f(y * y)))
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfg.c676 #define HT_FUNC(name, expr)\ macro
751 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
752 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
753 HT_FUNC(ht_EllipseB, 1 - sqrt(x * x + 0.625 * y * y))
754 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
755 HT_FUNC(ht_InvertedEllipseC, 0.9 * x * x + y * y - 1)
759 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
760 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
761 HT_FUNC(ht_Rhomboid, (0.9 * fabs(x) + fabs(y)) / 2)
764 HT_FUNC(ht_SimpleDot, 1 - d2f(d2f(x * x) + d2f(y * y)))
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfg.c676 #define HT_FUNC(name, expr)\ macro
751 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
752 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
753 HT_FUNC(ht_EllipseB, 1 - sqrt(x * x + 0.625 * y * y))
754 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
755 HT_FUNC(ht_InvertedEllipseC, 0.9 * x * x + y * y - 1)
759 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
760 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
761 HT_FUNC(ht_Rhomboid, (0.9 * fabs(x) + fabs(y)) / 2)
764 HT_FUNC(ht_SimpleDot, 1 - d2f(d2f(x * x) + d2f(y * y)))
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfg.c2173 #define HT_FUNC(name, expr)\ macro
2248 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
2249 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
2250 HT_FUNC(ht_EllipseB, 1 - sqrt(x * x + 0.625 * y * y))
2251 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
2252 HT_FUNC(ht_InvertedEllipseC, 0.9 * x * x + y * y - 1)
2256 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
2257 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
2258 HT_FUNC(ht_Rhomboid, (0.9 * fabs(x) + fabs(y)) / 2)
2261 HT_FUNC(ht_SimpleDot, 1 - d2f(d2f(x * x) + d2f(y * y)))
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfg.c2173 #define HT_FUNC(name, expr)\ macro
2248 HT_FUNC(ht_EllipseA, 1 - (x * x + 0.9 * y * y))
2249 HT_FUNC(ht_InvertedEllipseA, x * x + 0.9 * y * y - 1)
2250 HT_FUNC(ht_EllipseB, 1 - sqrt(x * x + 0.625 * y * y))
2251 HT_FUNC(ht_EllipseC, 1 - (0.9 * x * x + y * y))
2252 HT_FUNC(ht_InvertedEllipseC, 0.9 * x * x + y * y - 1)
2256 HT_FUNC(ht_Square, -max(fabs(x), fabs(y)))
2257 HT_FUNC(ht_Cross, -min(fabs(x), fabs(y)))
2258 HT_FUNC(ht_Rhomboid, (0.9 * fabs(x) + fabs(y)) / 2)
2261 HT_FUNC(ht_SimpleDot, 1 - d2f(d2f(x * x) + d2f(y * y)))
[all …]