Home
last modified time | relevance | path

Searched refs:INRANGE (Results 1 – 25 of 125) sorted by relevance

12345

/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dutil.cc1528 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
1534 if (INRANGE(w, 0x0030, 0x0039) || // ascii number in GetScriptType()
1538 INRANGE(w, 0x0041, 0x005A) || // ascii upper in GetScriptType()
1539 INRANGE(w, 0x0061, 0x007A) || // ascii lower in GetScriptType()
1562 INRANGE(w, 0x3041, 0x309F) || // hiragana in GetScriptType()
1573 INRANGE(w, 0x02700, 0x027BF) || // Dingbats in GetScriptType()
1575 INRANGE(w, 0x1F030, 0x1F09F) || // Domino tiles in GetScriptType()
1580 INRANGE(w, 0x1F600, 0x1F64F) || // Emoticons in GetScriptType()
1597 if (INRANGE(w, 0x0020, 0x007F) || // ascii in GetFormType()
1605 if (INRANGE(w, 0x00A2, 0x00AF)) { in GetFormType()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dutil.cc1528 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
1534 if (INRANGE(w, 0x0030, 0x0039) || // ascii number in GetScriptType()
1538 INRANGE(w, 0x0041, 0x005A) || // ascii upper in GetScriptType()
1539 INRANGE(w, 0x0061, 0x007A) || // ascii lower in GetScriptType()
1562 INRANGE(w, 0x3041, 0x309F) || // hiragana in GetScriptType()
1573 INRANGE(w, 0x02700, 0x027BF) || // Dingbats in GetScriptType()
1575 INRANGE(w, 0x1F030, 0x1F09F) || // Domino tiles in GetScriptType()
1580 INRANGE(w, 0x1F600, 0x1F64F) || // Emoticons in GetScriptType()
1597 if (INRANGE(w, 0x0020, 0x007F) || // ascii in GetFormType()
1605 if (INRANGE(w, 0x00A2, 0x00AF)) { in GetFormType()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dutil.cc1528 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
1534 if (INRANGE(w, 0x0030, 0x0039) || // ascii number in GetScriptType()
1538 INRANGE(w, 0x0041, 0x005A) || // ascii upper in GetScriptType()
1539 INRANGE(w, 0x0061, 0x007A) || // ascii lower in GetScriptType()
1562 INRANGE(w, 0x3041, 0x309F) || // hiragana in GetScriptType()
1573 INRANGE(w, 0x02700, 0x027BF) || // Dingbats in GetScriptType()
1575 INRANGE(w, 0x1F030, 0x1F09F) || // Domino tiles in GetScriptType()
1580 INRANGE(w, 0x1F600, 0x1F64F) || // Emoticons in GetScriptType()
1597 if (INRANGE(w, 0x0020, 0x007F) || // ascii in GetFormType()
1605 if (INRANGE(w, 0x00A2, 0x00AF)) { in GetFormType()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dutil.cc1528 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
1534 if (INRANGE(w, 0x0030, 0x0039) || // ascii number in GetScriptType()
1538 INRANGE(w, 0x0041, 0x005A) || // ascii upper in GetScriptType()
1539 INRANGE(w, 0x0061, 0x007A) || // ascii lower in GetScriptType()
1562 INRANGE(w, 0x3041, 0x309F) || // hiragana in GetScriptType()
1573 INRANGE(w, 0x02700, 0x027BF) || // Dingbats in GetScriptType()
1575 INRANGE(w, 0x1F030, 0x1F09F) || // Domino tiles in GetScriptType()
1580 INRANGE(w, 0x1F600, 0x1F64F) || // Emoticons in GetScriptType()
1597 if (INRANGE(w, 0x0020, 0x007F) || // ascii in GetFormType()
1605 if (INRANGE(w, 0x00A2, 0x00AF)) { in GetFormType()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dutil.cc1528 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
1534 if (INRANGE(w, 0x0030, 0x0039) || // ascii number in GetScriptType()
1538 INRANGE(w, 0x0041, 0x005A) || // ascii upper in GetScriptType()
1539 INRANGE(w, 0x0061, 0x007A) || // ascii lower in GetScriptType()
1562 INRANGE(w, 0x3041, 0x309F) || // hiragana in GetScriptType()
1573 INRANGE(w, 0x02700, 0x027BF) || // Dingbats in GetScriptType()
1575 INRANGE(w, 0x1F030, 0x1F09F) || // Domino tiles in GetScriptType()
1580 INRANGE(w, 0x1F600, 0x1F64F) || // Emoticons in GetScriptType()
1597 if (INRANGE(w, 0x0020, 0x007F) || // ascii in GetFormType()
1605 if (INRANGE(w, 0x00A2, 0x00AF)) { in GetFormType()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dutil.cc1528 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
1534 if (INRANGE(w, 0x0030, 0x0039) || // ascii number in GetScriptType()
1538 INRANGE(w, 0x0041, 0x005A) || // ascii upper in GetScriptType()
1539 INRANGE(w, 0x0061, 0x007A) || // ascii lower in GetScriptType()
1562 INRANGE(w, 0x3041, 0x309F) || // hiragana in GetScriptType()
1573 INRANGE(w, 0x02700, 0x027BF) || // Dingbats in GetScriptType()
1575 INRANGE(w, 0x1F030, 0x1F09F) || // Domino tiles in GetScriptType()
1580 INRANGE(w, 0x1F600, 0x1F64F) || // Emoticons in GetScriptType()
1597 if (INRANGE(w, 0x0020, 0x007F) || // ascii in GetFormType()
1605 if (INRANGE(w, 0x00A2, 0x00AF)) { in GetFormType()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/xspice/icm/table/support/
H A Dinterp.c113 # define INRANGE(X, Y, Z) \
118 d000 = INRANGE(x0, y0, z0) ? DENS(x0, y0, z0) : def;
119 d001 = INRANGE(x0, y0, z1) ? DENS(x0, y0, z1) : def;
120 d010 = INRANGE(x0, y1, z0) ? DENS(x0, y1, z0) : def;
121 d011 = INRANGE(x0, y1, z1) ? DENS(x0, y1, z1) : def;
123 d100 = INRANGE(x1, y0, z0) ? DENS(x1, y0, z0) : def;
124 d101 = INRANGE(x1, y0, z1) ? DENS(x1, y0, z1) : def;
125 d110 = INRANGE(x1, y1, z0) ? DENS(x1, y1, z0) : def;
126 d111 = INRANGE(x1, y1, z1) ? DENS(x1, y1, z1) : def;
/dports/games/xmris/xmris.4.04/
H A Dapple.c26 INRANGE(aptr->pixel.y - y, 0, height))
63 if(INRANGE(aptr->pixel.x + aptr->push - px,
65 INRANGE(py - aptr->pixel.y, CELL_HEIGHT / 2,
86 if(INRANGE(aptr->pixel.x + aptr->push - px,
441 INRANGE(mptr->pixel.y - y, CELL_HEIGHT / 2,
449 INRANGE(mptr->pixel.x - x, 1 - CELL_WIDTH / 2,
571 INRANGE(mptr->pixel.y - aptr->pixel.y,
593 if(optr != aptr && INRANGE(optr->pixel.x - x,
595 INRANGE(optr->pixel.y +
683 INRANGE(mptr->pixel.x - x, VEL_X - CELL_WIDTH,
[all …]
H A Dcommon.h264 #define INRANGE(x, l, u) \ macro
266 #define ISPATH(c) INRANGE(c, GARDEN_PATH, GARDEN_PATH + 16)
267 #define ISPATHBLANK(c) INRANGE(c, GARDEN_PATH + GARDEN_PATH_BLANK, \
269 #define ISPATHCHERRY(c) INRANGE(c, GARDEN_PATH + GARDEN_PATH_CHERRY, \
271 #define ISPATHDEN(c) INRANGE(c, GARDEN_PATH + GARDEN_PATH_DEN, \
273 #define ISPATHPLAYER(c) INRANGE(c, GARDEN_PATH + GARDEN_PATH_PLAYER, \
275 #define ISAPPLE(c) INRANGE(c, GARDEN_APPLE, GARDEN_APPLE + 16)
H A Dmonster.c203 INRANGE(aptr->pixel.x - x, VEL_X - CELL_WIDTH,
205 INRANGE(aptr->pixel.y - y, VEL_Y - CELL_HEIGHT,
209 INRANGE(aptr->pixel.x - x,
211 INRANGE(aptr->pixel.x - x,
213 INRANGE(aptr->pixel.y - y, -VEL_Y,
430 INRANGE(aptr->pixel.x - x, 0, width) &&
431 INRANGE(aptr->pixel.y - y, 0, height))
H A Dmove.c181 if(INRANGE(aptr->offset.y, 1, APPLE_VEL_Y + 1))
309 INRANGE(aptr->pixel.x - mptr->pixel.x,
582 if(INRANGE(mptr->offset.y,
591 if(INRANGE(mptr->offset.y,
669 if(INRANGE(mptr->offset.y, GAP_HEIGHT, GAP_HEIGHT + VEL_Y) &&
752 if(INRANGE(mptr->offset.x, 1 - (GAP_WIDTH + VEL_X),
760 if(INRANGE(mptr->offset.x,
840 if(INRANGE(mptr->offset.x, GAP_WIDTH, GAP_WIDTH + VEL_X) &&
848 if(INRANGE(mptr->offset.x, INTERNAL_WIDTH + EXTERNAL_WIDTH,
954 assert(INRANGE(mptr->cell.y, 0, CELLS_DOWN));
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util.cc80 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
85 if (!INRANGE(c, 0x0021, 0x007E) && // Basic Latin (Ascii) in InternalValidateNormalizedReading()
86 !INRANGE(c, 0x3041, 0x3096) && // Hiragana in InternalValidateNormalizedReading()
87 !INRANGE(c, 0x309B, 0x309C) && // KATAKANA-HIRAGANA VOICED/SEMI-VOICED in InternalValidateNormalizedReading()
89 !INRANGE(c, 0x30FB, 0x30FC) && // Nakaten, Prolonged sound mark in InternalValidateNormalizedReading()
90 !INRANGE(c, 0x3001, 0x3002) && // Japanese punctuation marks in InternalValidateNormalizedReading()
91 !INRANGE(c, 0x300C, 0x300F) && // Japanese brackets in InternalValidateNormalizedReading()
92 !INRANGE(c, 0x301C, 0x301C)) { // Japanese Wavedash in InternalValidateNormalizedReading()
100 #undef INRANGE
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util.cc80 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
85 if (!INRANGE(c, 0x0021, 0x007E) && // Basic Latin (Ascii) in InternalValidateNormalizedReading()
86 !INRANGE(c, 0x3041, 0x3096) && // Hiragana in InternalValidateNormalizedReading()
87 !INRANGE(c, 0x309B, 0x309C) && // KATAKANA-HIRAGANA VOICED/SEMI-VOICED in InternalValidateNormalizedReading()
89 !INRANGE(c, 0x30FB, 0x30FC) && // Nakaten, Prolonged sound mark in InternalValidateNormalizedReading()
90 !INRANGE(c, 0x3001, 0x3002) && // Japanese punctuation marks in InternalValidateNormalizedReading()
91 !INRANGE(c, 0x300C, 0x300F) && // Japanese brackets in InternalValidateNormalizedReading()
92 !INRANGE(c, 0x301C, 0x301C)) { // Japanese Wavedash in InternalValidateNormalizedReading()
100 #undef INRANGE
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util.cc80 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
85 if (!INRANGE(c, 0x0021, 0x007E) && // Basic Latin (Ascii) in InternalValidateNormalizedReading()
86 !INRANGE(c, 0x3041, 0x3096) && // Hiragana in InternalValidateNormalizedReading()
87 !INRANGE(c, 0x309B, 0x309C) && // KATAKANA-HIRAGANA VOICED/SEMI-VOICED in InternalValidateNormalizedReading()
89 !INRANGE(c, 0x30FB, 0x30FC) && // Nakaten, Prolonged sound mark in InternalValidateNormalizedReading()
90 !INRANGE(c, 0x3001, 0x3002) && // Japanese punctuation marks in InternalValidateNormalizedReading()
91 !INRANGE(c, 0x300C, 0x300F) && // Japanese brackets in InternalValidateNormalizedReading()
92 !INRANGE(c, 0x301C, 0x301C)) { // Japanese Wavedash in InternalValidateNormalizedReading()
100 #undef INRANGE
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util.cc80 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
85 if (!INRANGE(c, 0x0021, 0x007E) && // Basic Latin (Ascii) in InternalValidateNormalizedReading()
86 !INRANGE(c, 0x3041, 0x3096) && // Hiragana in InternalValidateNormalizedReading()
87 !INRANGE(c, 0x309B, 0x309C) && // KATAKANA-HIRAGANA VOICED/SEMI-VOICED in InternalValidateNormalizedReading()
89 !INRANGE(c, 0x30FB, 0x30FC) && // Nakaten, Prolonged sound mark in InternalValidateNormalizedReading()
90 !INRANGE(c, 0x3001, 0x3002) && // Japanese punctuation marks in InternalValidateNormalizedReading()
91 !INRANGE(c, 0x300C, 0x300F) && // Japanese brackets in InternalValidateNormalizedReading()
92 !INRANGE(c, 0x301C, 0x301C)) { // Japanese Wavedash in InternalValidateNormalizedReading()
100 #undef INRANGE
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util.cc80 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
85 if (!INRANGE(c, 0x0021, 0x007E) && // Basic Latin (Ascii) in InternalValidateNormalizedReading()
86 !INRANGE(c, 0x3041, 0x3096) && // Hiragana in InternalValidateNormalizedReading()
87 !INRANGE(c, 0x309B, 0x309C) && // KATAKANA-HIRAGANA VOICED/SEMI-VOICED in InternalValidateNormalizedReading()
89 !INRANGE(c, 0x30FB, 0x30FC) && // Nakaten, Prolonged sound mark in InternalValidateNormalizedReading()
90 !INRANGE(c, 0x3001, 0x3002) && // Japanese punctuation marks in InternalValidateNormalizedReading()
91 !INRANGE(c, 0x300C, 0x300F) && // Japanese brackets in InternalValidateNormalizedReading()
92 !INRANGE(c, 0x301C, 0x301C)) { // Japanese Wavedash in InternalValidateNormalizedReading()
100 #undef INRANGE
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util.cc80 #define INRANGE(w, a, b) ((w) >= (a) && (w) <= (b)) macro
85 if (!INRANGE(c, 0x0021, 0x007E) && // Basic Latin (Ascii) in InternalValidateNormalizedReading()
86 !INRANGE(c, 0x3041, 0x3096) && // Hiragana in InternalValidateNormalizedReading()
87 !INRANGE(c, 0x309B, 0x309C) && // KATAKANA-HIRAGANA VOICED/SEMI-VOICED in InternalValidateNormalizedReading()
89 !INRANGE(c, 0x30FB, 0x30FC) && // Nakaten, Prolonged sound mark in InternalValidateNormalizedReading()
90 !INRANGE(c, 0x3001, 0x3002) && // Japanese punctuation marks in InternalValidateNormalizedReading()
91 !INRANGE(c, 0x300C, 0x300F) && // Japanese brackets in InternalValidateNormalizedReading()
92 !INRANGE(c, 0x301C, 0x301C)) { // Japanese Wavedash in InternalValidateNormalizedReading()
100 #undef INRANGE
/dports/math/openlibm/openlibm-0.8.0/src/
H A Ds_lround.c55 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \ macro
62 if (INRANGE(x)) { in fn()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_core/src/
H A DADM_misc.cpp178 #define INRANGE(value,type) \
187 INRANGE(25000,FRAME_PAL);
188 INRANGE(23976,FRAME_FILM);
189 INRANGE(29970,FRAME_NTSC);
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_core/src/
H A DADM_misc.cpp178 #define INRANGE(value,type) \
187 INRANGE(25000,FRAME_PAL);
188 INRANGE(23976,FRAME_FILM);
189 INRANGE(29970,FRAME_NTSC);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_core/src/
H A DADM_misc.cpp178 #define INRANGE(value,type) \
187 INRANGE(25000,FRAME_PAL);
188 INRANGE(23976,FRAME_FILM);
189 INRANGE(29970,FRAME_NTSC);
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_core/src/
H A DADM_misc.cpp178 #define INRANGE(value,type) \
187 INRANGE(25000,FRAME_PAL);
188 INRANGE(23976,FRAME_FILM);
189 INRANGE(29970,FRAME_NTSC);
/dports/games/sarien/sarien-0.7.0/src/graphics/svgalib/
H A Dsvgalib.c99 #define INRANGE(x,lower,upper) ((x >= lower) && (x <= upper)) macro
229 if (INRANGE (scancode, SCANCODE_Q, SCANCODE_P) || in svgalib_key_handler()
230 INRANGE (scancode, SCANCODE_A, SCANCODE_L) || in svgalib_key_handler()
231 INRANGE (scancode, SCANCODE_Z, SCANCODE_M)) { in svgalib_key_handler()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DPuzzlest.cpp111 assert(INRANGE(0 <=, whichax, <NDIMS)); in applyMove()
135 if (INRANGE(ranges[j][0] <=, tempsticker.coords[whichax], in applyMove()
140 assert(INRANGE(0 <=, tempsticker.id_within_cube, <nstickers)); in applyMove()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dinterpol.c145 if (type != INRANGE) \
334 dest[i].type = INRANGE; in do_kdensity()
473 dest[i].type = INRANGE; in do_bezier()
907 dest[i].type = INRANGE; in do_cubic()
964 this[i].type = INRANGE; in do_freq()
1209 all_inrange = (cp->points[i].type == INRANGE); in cp_implode()
1218 if (cp->points[i].type != INRANGE) in cp_implode()
1241 cp->points[j].type = INRANGE; in cp_implode()
1288 cp->points[j].type = INRANGE; in cp_implode()
1450 new_points[i].type = INRANGE; in mcs_interp()
[all …]

12345