Home
last modified time | relevance | path

Searched defs:h3 (Results 1 – 25 of 6780) sorted by relevance

12345678910>>...272

/dports/graphics/h3/h3-3.7.2/src/h3lib/include/
H A Dh3Index.h100 #define H3_SET_HIGH_BIT(h3, v) \ argument
107 #define H3_GET_MODE(h3) ((int)((((h3)&H3_MODE_MASK) >> H3_MODE_OFFSET))) argument
112 #define H3_SET_MODE(h3, v) \ argument
118 #define H3_GET_BASE_CELL(h3) ((int)((((h3)&H3_BC_MASK) >> H3_BC_OFFSET))) argument
123 #define H3_SET_BASE_CELL(h3, bc) \ argument
129 #define H3_GET_RESOLUTION(h3) ((int)((((h3)&H3_RES_MASK) >> H3_RES_OFFSET))) argument
134 #define H3_SET_RESOLUTION(h3, res) \ argument
140 #define H3_GET_INDEX_DIGIT(h3, res) \ argument
148 #define H3_SET_RESERVED_BITS(h3, v) \ argument
155 #define H3_GET_RESERVED_BITS(h3) \ argument
[all …]
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/h3lib/include/
H A Dh3Index.h100 #define H3_SET_HIGH_BIT(h3, v) \ argument
107 #define H3_GET_MODE(h3) ((int)((((h3)&H3_MODE_MASK) >> H3_MODE_OFFSET))) argument
112 #define H3_SET_MODE(h3, v) \ argument
118 #define H3_GET_BASE_CELL(h3) ((int)((((h3)&H3_BC_MASK) >> H3_BC_OFFSET))) argument
123 #define H3_SET_BASE_CELL(h3, bc) \ argument
129 #define H3_GET_RESOLUTION(h3) ((int)((((h3)&H3_RES_MASK) >> H3_RES_OFFSET))) argument
134 #define H3_SET_RESOLUTION(h3, res) \ argument
140 #define H3_GET_INDEX_DIGIT(h3, res) \ argument
148 #define H3_SET_RESERVED_BITS(h3, v) \ argument
155 #define H3_GET_RESERVED_BITS(h3) \ argument
[all …]
/dports/cad/magic/magic-8.3.245/utils/
H A Dhash.h55 typedef struct h3 struct
57 HashEntry **ht_table; /* Pointer to array of pointers. */
58 int ht_size; /* Actual size of array. */
59 int ht_nEntries; /* Number of entries in the table. */
60 int ht_downShift; /* Shift count, used in hashing function. */
61 int ht_mask; /* Used to select bits for hashing. */
62 int ht_ptrKeys; /* See below */
65 char *(*ht_copyFn)(); /* Used for copying a key value */
66 int (*ht_compareFn)(); /* Used for comparing two keys for equality */
67 int (*ht_hashFn)(); /* Hash function */
[all …]
/dports/graphics/h3/h3-3.7.2/src/apps/testapps/
H A DtestH3GetFaces.c29 static int countFaces(H3Index h3, int expectedMax) { in countFaces()
45 static void assertSingleHexFace(H3Index h3) { in assertSingleHexFace()
50 static void assertMultipleHexFaces(H3Index h3) { in assertMultipleHexFaces()
55 static void assertPentagonFaces(H3Index h3) { in assertPentagonFaces()
71 H3Index h3 = 0x821c37fffffffff; in SUITE() local
77 H3Index h3 = 0x831c06fffffffff; in SUITE() local
83 H3Index h3 = 0x821ce7fffffffff; in SUITE() local
H A DtestH3Api.c59 H3Index h3; in SUITE() local
70 H3Index h3 = H3_EXPORT(stringToH3)("894cc536537ffff"); in SUITE() local
85 H3Index h3 = 0x87dc6d364ffffffL; in SUITE() local
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/apps/testapps/
H A DtestH3GetFaces.c29 static int countFaces(H3Index h3, int expectedMax) { in countFaces()
45 static void assertSingleHexFace(H3Index h3) { in assertSingleHexFace()
50 static void assertMultipleHexFaces(H3Index h3) { in assertMultipleHexFaces()
55 static void assertPentagonFaces(H3Index h3) { in assertPentagonFaces()
71 H3Index h3 = 0x821c37fffffffff; in SUITE() local
77 H3Index h3 = 0x831c06fffffffff; in SUITE() local
83 H3Index h3 = 0x821ce7fffffffff; in SUITE() local
H A DtestH3Api.c59 H3Index h3; in SUITE() local
70 H3Index h3 = H3_EXPORT(stringToH3)("894cc536537ffff"); in SUITE() local
85 H3Index h3 = 0x87dc6d364ffffffL; in SUITE() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/invoke/util/
H A DWrapperTest.java48 MethodHandle h3 = h2.asType(MethodType.methodType(short.class)); // add 0 in testShortZeroConversion() local
61 MethodHandle h3 = h2.asType(MethodType.methodType(int.class)); // add 0 in testIntZeroConversion() local
74 MethodHandle h3 = h2.asType(MethodType.methodType(long.class)); // add 0 in testLongZeroConversion() local
87 MethodHandle h3 = h2.asType(MethodType.methodType(byte.class)); // add 0 in testByteZeroConversion() local
100 MethodHandle h3 = h2.asType(MethodType.methodType(char.class)); // add 0 in testCharacterZeroConversion() local
/dports/mail/p5-MIME-Lite-HTML/MIME-Lite-HTML-1.24/t/docs/
H A Dsoft.css15 h1, h2, h3, h4, h5, h6 { text-align: left } selector
16 h1, h2, h3 { color: #005A9C } selector
19 h3 { font: 110% sans-serif } selector
/dports/lang/yabasic/yabasic-2.90.1/web/
H A Dstandard.css1 p,ul,h1,h2,h3,h4 { font-family: verdana, sans-serif; } selector
5 h1,h2,h3,h4 { margin-left: 0pt; font-weight: 800; } selector
9 h3 { font-size:22pt; } selector
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
22 #define bar3(h3) sdf "h2" fds "h3" argument
25 #define bar6(h3) sdf 'h2' fds 'h3' argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
22 #define bar3(h3) sdf "h2" fds "h3" argument
25 #define bar6(h3) sdf 'h2' fds 'h3' argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
23 #define bar3(h3) sdf "h2" fds "h3" argument
26 #define bar6(h3) sdf 'h2' fds 'h3' argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
22 #define bar3(h3) sdf "h2" fds "h3" argument
25 #define bar6(h3) sdf 'h2' fds 'h3' argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
22 #define bar3(h3) sdf "h2" fds "h3" argument
25 #define bar6(h3) sdf 'h2' fds 'h3' argument
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
23 #define bar3(h3) sdf "h2" fds "h3" argument
26 #define bar6(h3) sdf 'h2' fds 'h3' argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
22 #define bar3(h3) sdf "h2" fds "h3" argument
25 #define bar6(h3) sdf 'h2' fds 'h3' argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/cpp/
H A Dtr-warn6.c9 #define foo3(h3) sdf "h2" fds "h3" /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
12 #define foo6(h3) sdf 'h2' fds 'h3' /* { dg-warning "macro argument \"h3\" would be stringified" "tr… argument
22 #define bar3(h3) sdf "h2" fds "h3" argument
25 #define bar6(h3) sdf 'h2' fds 'h3' argument

12345678910>>...272