/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
H A D | callfwmall.c | 31 #define DELTA (0.001) macro 265 return ((float_arg1 - float_val1) < DELTA 266 && (float_arg1 - float_val1) > -DELTA 267 && (float_arg2 - float_val2) < DELTA 268 && (float_arg2 - float_val2) > -DELTA); 281 return ((float_arg1 - float_val1) < DELTA 282 && (float_arg1 - float_val1) > -DELTA 283 && (float_arg2 - float_val2) < DELTA 284 && (float_arg2 - float_val2) > -DELTA); 295 && (double_arg1 - double_val1) > -DELTA [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | callfuncs.c | 54 #define DELTA (0.001) macro 280 return ((float_arg1 - float_val1) < DELTA 281 && (float_arg1 - float_val1) > -DELTA 282 && (float_arg2 - float_val2) < DELTA 283 && (float_arg2 - float_val2) > -DELTA); 296 return ((float_arg1 - float_val1) < DELTA 297 && (float_arg1 - float_val1) > -DELTA 298 && (float_arg2 - float_val2) < DELTA 299 && (float_arg2 - float_val2) > -DELTA); 310 && (double_arg1 - double_val1) > -DELTA [all …]
|
/openbsd/sys/dev/rasops/ |
H A D | rasops_bitops.h | 76 DELTA(rp, ri->ri_stride, int32_t *); in NAME() 94 DELTA(rp, ri->ri_stride, int32_t *); in NAME() 132 DELTA(rp, ri->ri_stride, int32_t *); in NAME() 141 DELTA(rp, ri->ri_stride, int32_t *); in NAME() 211 DELTA(srp, ri->ri_stride, int32_t *); in NAME() 212 DELTA(drp, ri->ri_stride, int32_t *); in NAME() 246 DELTA(srp, ri->ri_stride, int32_t *); in NAME() 247 DELTA(drp, ri->ri_stride, int32_t *); in NAME() 281 DELTA(srp, ri->ri_stride, int32_t *); in NAME() 282 DELTA(drp, ri->ri_stride, int32_t *); in NAME()
|
H A D | rasops1.c | 135 DELTA(rp, rs, int32_t *); in rasops1_putchar() 147 DELTA(rp, rs, int32_t *); in rasops1_putchar() 157 DELTA(rp, rs, int32_t *); in rasops1_putchar() 164 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops1_putchar() 178 DELTA(rp, rs, int32_t *); in rasops1_putchar() 196 DELTA(rp, rs, int32_t *); in rasops1_putchar() 210 DELTA(rp, rs, int32_t *); in rasops1_putchar() 217 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops1_putchar()
|
H A D | rasops15.c | 246 DELTA(rp, ri->ri_stride, int32_t *); in rasops15_putchar8() 263 DELTA(rp, ri->ri_stride, int32_t *); in rasops15_putchar8() 271 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops15_putchar8() 322 DELTA(rp, ri->ri_stride, int32_t *); in rasops15_putchar12() 343 DELTA(rp, ri->ri_stride, int32_t *); in rasops15_putchar12() 351 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops15_putchar12() 403 DELTA(rp, ri->ri_stride, int32_t *); in rasops15_putchar16() 427 DELTA(rp, ri->ri_stride, int32_t *); in rasops15_putchar16() 436 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops15_putchar16()
|
H A D | rasops8.c | 234 DELTA(rp, ri->ri_stride, int32_t *); in rasops8_putchar8() 246 DELTA(rp, ri->ri_stride, int32_t *); in rasops8_putchar8() 252 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops8_putchar8() 304 DELTA(rp, ri->ri_stride, int32_t *); in rasops8_putchar12() 317 DELTA(rp, ri->ri_stride, int32_t *); in rasops8_putchar12() 323 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops8_putchar12() 385 DELTA(rp, ri->ri_stride, int32_t *); in rasops8_putchar16() 391 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops8_putchar16()
|
H A D | rasops24.c | 267 DELTA(rp, ri->ri_stride, int32_t *); 286 DELTA(rp, ri->ri_stride, int32_t *); 294 DELTA(rp, -(ri->ri_stride << 1), int32_t *); 346 DELTA(rp, ri->ri_stride, int32_t *); 370 DELTA(rp, ri->ri_stride, int32_t *); 378 DELTA(rp, -(ri->ri_stride << 1), int32_t *); 432 DELTA(rp, ri->ri_stride, int32_t *); 460 DELTA(rp, ri->ri_stride, int32_t *); 469 DELTA(rp, -(ri->ri_stride << 1), int32_t *);
|
H A D | rasops4.c | 148 DELTA(rp, rs, int32_t *); in rasops4_putchar() 161 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops4_putchar() 175 DELTA(rp, rs, int32_t *); in rasops4_putchar() 192 DELTA(rp, rs, int32_t *); in rasops4_putchar() 198 DELTA(rp, -(ri->ri_stride << 1), int32_t *); in rasops4_putchar()
|
H A D | rasops.c | 643 DELTA(drp, delta, int32_t *); in rasops_copyrows() 644 DELTA(srp, delta, int32_t *); in rasops_copyrows() 943 DELTA(dp, 4, int32_t *); in rasops_eraserows() 946 DELTA(dp, delta, int32_t *); in rasops_eraserows() 1070 DELTA(rp, ri->ri_stride, int32_t *); in rasops_erasecols() 1088 DELTA(dp, 2, int32_t *); in rasops_erasecols() 1098 DELTA(dp, 1, int32_t *); in rasops_erasecols() 1114 DELTA(rp, ri->ri_stride, int32_t *); in rasops_erasecols() 1119 DELTA(dp, 1, int32_t *); in rasops_erasecols() 1124 DELTA(dp, 2, int32_t *); in rasops_erasecols() [all …]
|
H A D | rasops.h | 141 #define DELTA(p, d, cast) ((p) = (cast)((caddr_t)(p) + (d))) macro
|
/openbsd/usr.sbin/rpki-client/ |
H A D | rrdp.c | 252 if (s->task == DELTA && !s->aborted) { in rrdp_failed() 334 case DELTA: in rrdp_finished() 349 case DELTA: in rrdp_finished() 562 case DELTA: in proc_rrdp()
|
H A D | rrdp.h | 34 DELTA, enumerator
|
H A D | rrdp_notification.c | 554 return DELTA; in notification_done() 579 case DELTA: in notification_get_next()
|
/openbsd/regress/usr.sbin/rpki-client/ |
H A D | test-rrdp.c | 214 case DELTA: in rrdp_finished() 287 s->task = DELTA; in main()
|
/openbsd/regress/usr.bin/mandoc/char/unicode/ |
H A D | named.out_utf8 | 26 ΔΔ GREEK CAPITAL LETTER DELTA 50 δδ GREEK SMALL LETTER DELTA
|
H A D | named.out_ascii | 26 <Delta><Delta> GREEK CAPITAL LETTER DELTA 50 <delta><delta> GREEK SMALL LETTER DELTA
|
H A D | named.out_html | 19 ΔΔ GREEK CAPITAL LETTER DELTA 43 δδ GREEK SMALL LETTER DELTA
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
H A D | 112utf8-zip.t | 48 'delta \N{GREEK SMALL LETTER DELTA}' 122 'delta \N{GREEK SMALL LETTER DELTA}'
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/ucm/ |
H A D | symbol.ucm | 79 <U0394> \x44 |0 # GREEK CAPITAL LETTER DELTA 111 <U03B4> \x64 |0 # GREEK SMALL LETTER DELTA
|
H A D | macSymbol.ucm | 90 <U0394> \x44 |0 # GREEK CAPITAL LETTER DELTA 114 <U03B4> \x64 |0 # GREEK SMALL LETTER DELTA
|
H A D | cp875.ucm | 201 <U0394> \x44 |0 # GREEK CAPITAL LETTER DELTA 232 <U03B4> \x8D |0 # GREEK SMALL LETTER DELTA
|
H A D | macGreek.ucm | 193 <U0394> \xA2 |0 # GREEK CAPITAL LETTER DELTA 224 <U03B4> \xE4 |0 # GREEK SMALL LETTER DELTA
|
H A D | cp1253.ucm | 175 <U0394> \xC4 |0 # GREEK CAPITAL LETTER DELTA 206 <U03B4> \xE4 |0 # GREEK SMALL LETTER DELTA
|
H A D | 8859-7.ucm | 218 <U0394> \xC4 |0 # GREEK CAPITAL LETTER DELTA 249 <U03B4> \xE4 |0 # GREEK SMALL LETTER DELTA
|
H A D | adobeSymbol.ucm | 103 <U0394> \x44 |0 # GREEK CAPITAL LETTER DELTA # Delta 127 <U03B4> \x64 |0 # GREEK SMALL LETTER DELTA # delta
|