Searched refs:S3 (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | ppm.conf | 93 # S3-enable whitelist 95 S3-support-enable = 115 S3-support-disable = 119 S3-autoenable = 137 S3-autodisable =
|
/illumos-gate/usr/src/lib/libm/common/R/ |
H A D | __sinf.c | 39 * S(x) = x(S0 + S1*z)(S2 + S3*z + z*z) 44 * S3 = -3.31975110777873728964197739157371509422022905947e+0001, 60 /* S3 = */ -3.31975110777873728964197739157371509422022905947e+0001, 66 #define S3 q[3] macro 81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | __sincosf.c | 39 * S(x) = x(S0 + S1*z)(S2 + S3*z + z*z) 45 * S3 = -3.31975110777873728964197739157371509422022905947e+0001 67 /* S3 = */ -3.31975110777873728964197739157371509422022905947e+0001, 79 #define S3 q[3] macro 99 *s = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | cosf.c | 62 #define S3 C[3] macro 102 (S2 + z * (S3 + z)))); 107 (S2 + z * (S3 + z)))); 144 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | sincosf.c | 35 * S(x) = x(S0 + S1*z)(S2 + S3*z + z*z) 40 * S3 = -3.31975110777873728964197739157371509422022905947e+0001, 84 #define S3 C[3] macro 121 (S2 + z * (S3 + z))); 130 (S2 + z * (S3 + z))); 137 (S2 + z * (S3 + z))); 173 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
H A D | sinf.c | 62 #define S3 C[3] macro 97 (S2 + z * (S3 + z)))); 147 f = (float)((y * (S0 + z * S1)) * (S2 + z * (S3 + z)));
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 61 * S3 - D control line parsing (i.e. after ^# is seen but before \n) 62 * S4 - D control line scan (locate control directives only and invoke S3) 71 %s S0 S1 S2 S3 S4 346 <S3>{RGX_INT} { 365 if ((YYSTATE) != S3) 375 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal"); 378 <S3>\"{RGX_STR}\" { 389 if ((YYSTATE) != S3) 446 BEGIN(S3); 627 <S3>\ [all...] |
/illumos-gate/usr/src/boot/lib/libstand/mips/ |
H A D | _setjmp.S | 68 REG_S s3, ((S3 + 3) * SZREG)(a0) 93 REG_L s3, ((S3 + 3) * SZREG)(a0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | main.c | 543 sb++; goto S3; /* slurp quoted string */ 571 S3: 587 goto S3;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 925 * S3 copy login name into output 972 * | | S3 |---------------+ isalpha OR isdigit OR | | | 1005 * S0 | S0 | S4 | S3 | S1 | S1 | S0 | S1 | S2 | S4 | S0 | 1006 * S1 | S2 | S4 | S3 | S1 | S1 | S2 | S1 | S2 | S4 | S2 | 1007 * S2 | S2 | S4 | S3 | S1 | S1 | S2 | S2 | S2 | S4 | S2 | 1008 * S3 | S2 | S4 | S2 | S1 | S1 | S2 | S1 | S2 | S4 | S2 | 1020 S3, /* copy login */ enumerator in enum:gecos_state 1028 {S0, S4, S3, S1, S1, S0, S1, S2, S4, S0}, /* S0 */ 1029 {S2, S4, S3, S1, S1, S2, S1, S2, S4, S2}, /* S1 */ 1030 {S2, S4, S3, S [all...] |
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cpr_impl.c | 27 * Currently only suspend to RAM is supported (ACPI S3) 667 power_req.req.ppm_power_enter_sx_req.sx_state = S3; 692 power_req.req.ppm_power_enter_sx_req.sx_state = S3; 783 * Needed only for S3 so far 804 * Needed only for S3 so far
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | epm.h | 405 int sx_state; /* S3, S4 */ 420 #define S3 3 macro 436 int s3a_state; /* S3, S4 */
|
/illumos-gate/usr/src/uts/common/io/ppm/ |
H A D | ppm.c | 2732 case S3:
|
Completed in 136 milliseconds