Searched defs:S3 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dk_sin.c34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
41 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
53 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ variable
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppDefs.h29 enum StorageType { Filesystem, SunCloud, S3 }; enumerator in enum:StorageType
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h166 # define S3(x) (x).s3 macro
173 # define S3(x) (x) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h164 # define S3(x) (x).s3 macro
171 # define S3(x) (x) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1058 * S3 - D control line parsing (i.e. after ^# is seen but before \n)
1059 * S4 - D control line scan (locate control directives only and invoke S3)
1068 #define S3 4 macro
1988 if ((YYSTATE) != S3)
2002 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
2025 if ((YYSTATE) != S3)
2101 BEGIN(S3); variable
2559 case YY_STATE_EOF(S3):
3743 if ((YYSTATE) == S3)

Completed in 53 milliseconds