| /src/games/trek/ |
| initquad.c | 65 int rx, ry; local 98 sector(&rx, &ry); 99 Sect[rx][ry] = KLINGON; 100 Etc.klingon[i].x = rx; 109 sector(&rx, &ry); 110 Sect[rx][ry] = BASE; 111 Etc.starbase.x = rx; 117 sector(&rx, &ry); 118 Sect[rx][ry] = INHABIT; 124 sector(&rx, &ry) [all...] |
| /src/external/gpl3/gcc/dist/libcc1/ |
| compiler.cc | 74 std::string rx = make_regexp (triplet_regexp_, base); local 77 rx.c_str()); 79 int code = regcomp (&triplet, rx.c_str (), REG_EXTENDED | REG_NOSUB); 88 rx.c_str (), 98 rx.c_str (),
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| ccoshq.c | 51 __float128 rx = fabsq (__real__ x); local 54 rx -= t; 57 if (rx > t) 59 rx -= t; 63 if (rx > t) 71 __float128 exp_val = expq (rx);
|
| csinhq.c | 57 __float128 rx = fabsq (__real__ x); local 60 rx -= t; 63 if (rx > t) 65 rx -= t; 69 if (rx > t) 77 __float128 exp_val = expq (rx);
|
| casinhq_kernel.c | 31 __float128 rx, ix; local 35 rx = fabsq (__real__ x); 38 if (rx >= 1 / FLT128_EPSILON || ix >= 1 / FLT128_EPSILON) 44 __real__ y = rx; 57 else if (rx >= 0.5Q && ix < FLT128_EPSILON / 8) 59 __float128 s = hypotq (1, rx); 61 __real__ res = logq (rx + s); 67 else if (rx < FLT128_EPSILON / 8 && ix >= 1.5Q) 73 __imag__ res = atan2q (rx, copysignq (s, __imag__ x)); 75 __imag__ res = atan2q (s, rx); [all...] |
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| compiler.cc | 74 std::string rx = make_regexp (triplet_regexp_, base); local 77 rx.c_str()); 79 int code = regcomp (&triplet, rx.c_str (), REG_EXTENDED | REG_NOSUB); 88 rx.c_str (), 98 rx.c_str (),
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| ccoshq.c | 51 __float128 rx = fabsq (__real__ x); local 54 rx -= t; 57 if (rx > t) 59 rx -= t; 63 if (rx > t) 71 __float128 exp_val = expq (rx);
|
| csinhq.c | 57 __float128 rx = fabsq (__real__ x); local 60 rx -= t; 63 if (rx > t) 65 rx -= t; 69 if (rx > t) 77 __float128 exp_val = expq (rx);
|
| casinhq_kernel.c | 31 __float128 rx, ix; local 35 rx = fabsq (__real__ x); 38 if (rx >= 1 / FLT128_EPSILON || ix >= 1 / FLT128_EPSILON) 44 __real__ y = rx; 57 else if (rx >= 0.5Q && ix < FLT128_EPSILON / 8) 59 __float128 s = hypotq (1, rx); 61 __real__ res = logq (rx + s); 67 else if (rx < FLT128_EPSILON / 8 && ix >= 1.5Q) 73 __imag__ res = atan2q (rx, copysignq (s, __imag__ x)); 75 __imag__ res = atan2q (s, rx); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-ctfloat.cc | 56 real_value rx = x.rv (); local 58 return real_identical (&rx, &ry);
|
| /src/sys/arch/evbmips/cavium/ |
| autoconf.c | 186 prop_number_t tx, rx; local 189 tx = rx = NULL; 194 rx = prop_number_create_signed(0); 199 if (rx) 200 prop_dictionary_set_and_rel(dict, "rgmii-rx", rx);
|
| /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/ |
| ddd-01-conn-blocking.c | 110 int rx(BIO *bio, void *buf, int buf_len) function 174 l = rx(b, buf, sizeof(buf));
|
| ddd-03-fd-blocking.c | 103 int rx(SSL *ssl, void *buf, int buf_len) function 200 l = rx(ssl, buf, sizeof(buf));
|
| ddd-02-conn-nonblocking-threads.c | 165 int rx(APP_CONN *conn, void *buf, int buf_len) function 309 /* RX */ 311 l = rx(conn, rx_buf, sizeof(rx_buf)); 321 fprintf(stderr, "rx timeout\n");
|
| ddd-04-fd-nonblocking.c | 143 int rx(APP_CONN *conn, void *buf, int buf_len) function 413 /* RX */ 415 l = rx(conn, rx_buf, sizeof(rx_buf)); 449 fprintf(stderr, "rx timeout\n");
|
| ddd-05-mem-nonblocking.c | 168 int rx(APP_CONN *conn, void *buf, int buf_len) function 215 * Determine how much data can be written to the network RX BIO. 436 /* RX */ 438 l = rx(conn, rx_buf, sizeof(rx_buf));
|
| /src/external/bsd/iscsi/dist/include/ |
| driver.h | 62 unsigned rx_queued, rx, rx_error, rx_overflow; member in struct:iscsi_driver_stats_t
|
| /src/external/bsd/libfido2/dist/src/ |
| io.c | 228 rx(fido_dev_t *d, uint8_t cmd, unsigned char *buf, size_t count, int *ms) function 304 n = d->transport.rx(d, cmd, buf, count, *ms); 320 if (d->transport.rx != NULL) 326 if ((n = rx(d, cmd, buf, count, ms)) >= 0)
|
| /src/external/gpl3/gcc/dist/contrib/mdcompact/ |
| mdcompact.el | 46 (require 'rx) 49 mdcomp-constr-rx 50 (rx "(match_operand" (? ":" (1+ (or punct alnum))) 65 (rx-define mdcomp-name (1+ (or alnum "_"))) 67 (defconst mdcomp-attr-rx 68 (rx "(set_attr" (1+ space) "\"" 76 (when (re-search-forward mdcomp-attr-rx nil t) 83 (rx "\\") "" 85 (rx (1+ (or space ","))))))))) 96 (beg (re-search-backward (rx bol (1+ space) "["))) [all...] |
| /src/games/hack/ |
| hack.apply.c | 443 int rx, ry, res = 0; local 458 rx = u.ux + u.dx; 460 if (u.dz > 0 || (u.dz == 0 && isok(rx, ry) && 461 (IS_ROCK(levl[rx][ry].typ) 462 || sobj_at(ENORMOUS_ROCK, rx, ry)))) 477 rx = u.ux + u.dx; 479 if ((mtmp = m_at(rx, ry)) && attack(mtmp)) 481 if (!isok(rx, ry)) { 485 lev = &levl[rx][ry]; 490 && !sobj_at(ENORMOUS_ROCK, rx, ry)) [all...] |
| /src/sys/arch/cesfic/cesfic/ |
| dp8570a.h | 16 } rx; member in struct:dp8570reg
|
| /src/sys/dev/hil/ |
| hilms.c | 101 int iob, rx, ry; local 113 rx = ry = 0; 123 rx = ha->ha_info[4] | (ha->ha_info[5] << 8); 149 aprint_normal_dev(self, "%d", rx);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| fr30-asm.c | 357 char *rx = rxbuf; 380 *rx++ = '['; 381 *rx++ = TOLOWER (c); 382 *rx++ = TOUPPER (c); 383 *rx++ = ']'; 386 *rx++ = c; 389 /* Copy any remaining literals from the syntax string into the rx. */ 390 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) 407 *rx++ = '\\'; 408 *rx++ = c 355 char *rx = rxbuf; local [all...] |
| m32r-asm.c | 375 char *rx = rxbuf; 398 *rx++ = '['; 399 *rx++ = TOLOWER (c); 400 *rx++ = TOUPPER (c); 401 *rx++ = ']'; 404 *rx++ = c; 407 /* Copy any remaining literals from the syntax string into the rx. */ 408 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) 425 *rx++ = '\\'; 426 *rx++ = c 373 char *rx = rxbuf; local [all...] |
| xstormy16-asm.c | 84 else if (strncasecmp (*strp, "rx,", 3) == 0 87 return _("Label conflicts with `Rx'"); 323 char *rx = rxbuf; 346 *rx++ = '['; 347 *rx++ = TOLOWER (c); 348 *rx++ = TOUPPER (c); 349 *rx++ = ']'; 352 *rx++ = c; 355 /* Copy any remaining literals from the syntax string into the rx. */ 356 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn 321 char *rx = rxbuf; local [all...] |