| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| 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...] |
| 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);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| 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/gpl2/lvm2/dist/libdm/regex/ |
| matcher.c | 44 static int _count_nodes(struct rx_node *rx) 48 if (rx->left) 49 r += _count_nodes(rx->left); 51 if (rx->right) 52 r += _count_nodes(rx->right); 57 static void _fill_table(struct dm_regex *m, struct rx_node *rx) 59 assert((rx->type != OR) || (rx->left && rx->right)); 61 if (rx->left 85 struct rx_node *rx, *c1, *c2; local 274 struct rx_node *rx; local [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| ExecutionDomainFix.cpp | 70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { 71 assert(unsigned(rx) < NumRegs && "Invalid index"); 74 if (LiveRegs[rx] == dv) 76 if (LiveRegs[rx]) 77 release(LiveRegs[rx]); 78 LiveRegs[rx] = retain(dv); 81 void ExecutionDomainFix::kill(int rx) { 82 assert(unsigned(rx) < NumRegs && "Invalid index"); 84 if (!LiveRegs[rx]) 87 release(LiveRegs[rx]); [all...] |
| /src/external/mit/xorg/lib/xkeyboard-config/symbols/nokia_vndr/ |
| Makefile | 6 FILES= rx-44 rx-51 su-8w
|
| /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/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/ |
| crypto_kx.c | 34 crypto_kx_client_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES], 45 if (rx == NULL) { 46 rx = tx; 49 tx = rx; 51 if (rx == NULL) { 66 rx[i] = keys[i]; 75 crypto_kx_server_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES], 86 if (rx == NULL) { 87 rx = tx; 90 tx = rx; [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| cgen-asm.in | 71 char *rx = rxbuf; 94 *rx++ = '['; 95 *rx++ = TOLOWER (c); 96 *rx++ = TOUPPER (c); 97 *rx++ = ']'; 100 *rx++ = c; 103 /* Copy any remaining literals from the syntax string into the rx. */ 104 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) 121 *rx++ = '\\'; 122 *rx++ = c [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| cgen-asm.in | 71 char *rx = rxbuf; 94 *rx++ = '['; 95 *rx++ = TOLOWER (c); 96 *rx++ = TOUPPER (c); 97 *rx++ = ']'; 100 *rx++ = c; 103 /* Copy any remaining literals from the syntax string into the rx. */ 104 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) 121 *rx++ = '\\'; 122 *rx++ = c [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| cgen-asm.in | 71 char *rx = rxbuf; 94 *rx++ = '['; 95 *rx++ = TOLOWER (c); 96 *rx++ = TOUPPER (c); 97 *rx++ = ']'; 100 *rx++ = c; 103 /* Copy any remaining literals from the syntax string into the rx. */ 104 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) 121 *rx++ = '\\'; 122 *rx++ = c [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| cgen-asm.in | 71 char *rx = rxbuf; 94 *rx++ = '['; 95 *rx++ = TOLOWER (c); 96 *rx++ = TOUPPER (c); 97 *rx++ = ']'; 100 *rx++ = c; 103 /* Copy any remaining literals from the syntax string into the rx. */ 104 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn) 121 *rx++ = '\\'; 122 *rx++ = c [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.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/binutils/dist/ld/emulparams/ |
| elf32rx.sh | 3 OUTPUT_FORMAT="elf32-rx-le" 4 # See also `include/elf/rx.h' 6 ARCH=rx
|
| elf32rx_linux.sh | 3 OUTPUT_FORMAT="elf32-rx-linux" 4 # See also `include/elf/rx.h' 6 ARCH=rx
|
| /src/external/gpl3/binutils.old/dist/ld/emulparams/ |
| elf32rx.sh | 3 OUTPUT_FORMAT="elf32-rx-le" 4 # See also `include/elf/rx.h' 6 ARCH=rx
|
| elf32rx_linux.sh | 3 OUTPUT_FORMAT="elf32-rx-linux" 4 # See also `include/elf/rx.h' 6 ARCH=rx
|
| /src/lib/libm/complex/ |
| catrigl.c | 136 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, long double *B, long double *sqrt_A2my2, long double *new_y) 150 *rx = sqrtl(x); 153 *rx = log1pl(Am1 + sqrtl(Am1*(A+1))); 155 *rx = x/sqrtl((1-y)*(1+y)); 157 *rx = log1pl((y-1) + sqrtl((y-1)*(y+1))); 160 *rx = logl(A + sqrtl(A*A-1)); 194 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local 228 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); 233 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); 246 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x local 305 long double rx, ry; local 382 long double x, y, ax, ay, rx, ry; local [all...] |
| catrig.c | 169 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)). 176 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, 198 * rx = log1p(Am1 + sqrt(Am1*(A+1))) 205 *rx = sqrt(x); 212 *rx = log1p(Am1 + sqrt(Am1 * (A + 1))); 218 *rx = x / sqrt((1 - y) * (1 + y)); 223 *rx = log1p((y - 1) + sqrt((y - 1) * (y + 1))); 226 *rx = log(A + sqrt(A * A - 1)); 300 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local 346 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y) 381 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local 456 double rx, ry; local 592 double x, y, ax, ay, rx, ry; local [all...] |
| catrigf.c | 101 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, 116 *rx = sqrtf(x); 119 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1))); 121 *rx = x / sqrtf((1 - y) * (1 + y)); 123 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1))); 126 *rx = logf(A + sqrtf(A * A - 1)); 161 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local 197 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); 202 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); 216 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x local 276 float rx, ry; local 354 float x, y, ax, ay, rx, ry; local [all...] |
| /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/external/gpl3/gcc/dist/libgcc/config/csky/ |
| lib1funcs.S | 67 Result goes in rx, clobbering ry. */ 69 .macro FF1_M rx, ry 70 movi \rx, 32 74 subi \rx, \rx, 1 80 .macro FF1_M rx, ry 81 ff1 \rx, \ry 87 .macro LSLC_M rx 88 cmpne \rx, \rx [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| lib1funcs.S | 67 Result goes in rx, clobbering ry. */ 69 .macro FF1_M rx, ry 70 movi \rx, 32 74 subi \rx, \rx, 1 80 .macro FF1_M rx, ry 81 ff1 \rx, \ry 87 .macro LSLC_M rx 88 cmpne \rx, \rx [all...] |