Home
last modified time | relevance | path

Searched refs:double (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/webkit/WebCore/css/
DWebKitCSSMatrix.idl32 attribute double a; // alias for m11
33 attribute double b; // alias for m12
34 attribute double c; // alias for m21
35 attribute double d; // alias for m22
36 attribute double e; // alias for m41
37 attribute double f; // alias for m42
39 attribute double m11;
40 attribute double m12;
41 attribute double m13;
42 attribute double m14;
[all …]
/external/proguard/src/proguard/gui/
Ddefault.pro49 public static double sin(double);
50 public static double cos(double);
51 public static double tan(double);
52 public static double asin(double);
53 public static double acos(double);
54 public static double atan(double);
55 public static double toRadians(double);
56 public static double toDegrees(double);
57 public static double exp(double);
58 public static double log(double);
[all …]
Dboilerplate.pro110 public static double sin(double);
111 public static double cos(double);
112 public static double tan(double);
113 public static double asin(double);
114 public static double acos(double);
115 public static double atan(double);
116 public static double toRadians(double);
117 public static double toDegrees(double);
118 public static double exp(double);
119 public static double log(double);
[all …]
/external/webkit/WebKit/mac/Plugins/Hosted/
DWebKitPluginHost.defs50 pluginX :double;
51 pluginY :double;
52 pluginWidth :double;
53 pluginHeight :double;
54 clipX :double;
55 clipY :double;
56 clipWidth :double;
57 clipHeight :double);
67 x :double;
68 y :double;
[all …]
DWebKitPluginClient.defs54 x :double;
55 y :double;
56 width :double;
57 height :double);
90 sourceX :double;
91 sourceY :double;
95 out destX :double;
96 out destY :double);
/external/chromium/base/third_party/dmg_fp/
Dgcc_64_bit.patch21 -#define PRIVATE_mem ((PRIVATE_MEM+sizeof(double)-1)/sizeof(double))
22 +#define PRIVATE_mem ((unsigned)((PRIVATE_MEM+sizeof(double)-1)/sizeof(double)))
23 static double private_mem[PRIVATE_mem], *pmem_next = private_mem;
Dgcc_warnings.patch30 -extern "C" double strtod(const char *s00, char **se);
31 -extern "C" char *dtoa(double d, int mode, int ndigits,
32 +double strtod(const char *s00, char **se);
33 +char *dtoa(double d, int mode, int ndigits,
87 @@ -46,14 +46,14 @@ g_fmt(register char *b, double x)
104 @@ -79,10 +79,10 @@ g_fmt(register char *b, double x)
117 @@ -93,7 +93,9 @@ g_fmt(register char *b, double x)
/external/webkit/WebCore/page/
DCoordinates.idl29 readonly attribute double latitude;
30 readonly attribute double longitude;
31 readonly attribute [Custom] double altitude;
32 readonly attribute double accuracy;
33 readonly attribute [Custom] double altitudeAccuracy;
34 readonly attribute [Custom] double heading;
35 readonly attribute [Custom] double speed;
/external/fdlibm/
Dreadme41 In this release, only double precision is supported.
54 FDLIBM (double precision version) assumes:
57 c. Each double precision floating-point number must be in IEEE 754
58 double format, and that each number can be retrieved as two 32-bit
63 double fp number y: 2.0
64 IEEE double format: 0x4000000000000000
73 __HI(x) the high part of a double x
77 to a double
79 to a double
190 double ieee_y0();
[all …]
Dchanges9 double x,y,z;
11 extern double ieee_pow();
12 double p ;
/external/webkit/WebCore/svg/
DSVGMatrix.idl28 attribute double a;
29 attribute double b;
30 attribute double c;
31 attribute double d;
32 attribute double e;
33 attribute double f;
/external/chromium/third_party/icu/source/data/translit/
DAny_Publishing.txt12 $double = \" ;
18 $makeRight {$double} ↔ “ ;
19 $double ↔ ” ;
/external/icu4c/data/translit/
DAny_Publishing.txt12 $double = \" ;
18 $makeRight {$double} ↔ “ ;
19 $double ↔ ” ;
/external/webkit/WebKit/win/Interfaces/
DIWebGeolocationPosition.idl38 …HRESULT initWithTimestamp([in] double timestamp, [in] double latitude, [in] double longitude, [in]…
/external/webkit/WebCore/platform/mac/
DGeolocationServiceMac.mm46 SOFT_LINK_CONSTANT(CoreLocation, kCLLocationAccuracyBest, double)
47 SOFT_LINK_CONSTANT(CoreLocation, kCLLocationAccuracyHundredMeters, double)
160 double altitude = newLocation.altitude;
161 double altitudeAccuracy = newLocation.verticalAccuracy;
168 double speed = newLocation.speed;
173 double heading = newLocation.course;
/external/webkit/WebKit/mac/WebView/
DWebGeolocationPosition.mm73 - (id)initWithTimestamp:(double)timestamp latitude:(double)latitude longitude:(double)longitude acc…
DWebVideoFullscreenHUDWindowController.mm53 - (double)duration;
56 - (double)maxVolume;
57 - (double)volume;
58 - (void)setVolume:(double)volume; argument
486 - (double)duration
491 - (double)maxVolume
517 double volume = [self volume] - 10;
526 double volume = [self volume] + 10;
530 - (double)volume
535 - (void)setVolume:(double)volume
[all …]
/external/webkit/WebKitTools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm442 double AccessibilityUIElement::x()
445 return static_cast<double>([positionValue pointValue].x);
448 double AccessibilityUIElement::y()
451 return static_cast<double>([positionValue pointValue].y);
454 double AccessibilityUIElement::width()
457 return static_cast<double>([sizeValue sizeValue].width);
460 double AccessibilityUIElement::height()
463 return static_cast<double>([sizeValue sizeValue].height);
466 double AccessibilityUIElement::clickPointX()
469 return static_cast<double>([positionValue pointValue].x);
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_lite.proto67 optional double optional_double = 12;
100 repeated double repeated_double = 42;
133 optional double default_double = 72 [default = 52e3 ];
170 repeated double packed_double = 101 [packed = true];
192 optional double optional_double_extension_lite = 12;
228 repeated double repeated_double_extension_lite = 42;
264 optional double default_double_extension_lite = 72 [default = 52e3 ];
297 repeated double packed_double_extension_lite = 101 [packed = true];
Dunittest.proto80 optional double optional_double = 12;
112 repeated double repeated_double = 42;
144 optional double default_double = 72 [default = 52e3 ];
191 optional double optional_double_extension = 12;
225 repeated double repeated_double_extension = 42;
259 optional double default_double_extension = 72 [default = 52e3 ];
484 optional double inf_double = 14 [default = inf];
485 optional double neg_inf_double = 15 [default = -inf];
486 optional double nan_double = 16 [default = nan];
515 repeated double packed_double = 101 [packed = true];
[all …]
/external/stlport/stlport/
Dcomplex30 // are complex<float>, double-precision are complex<double>, and
31 // quad precision are complex<long double>.
/external/webkit/WebKit/mac/WebCoreSupport/
DWebGeolocationMock.mm39 + (void)setPosition:(double)latitude:(double)longitude:(double)accuracy
/external/libffi/
DChangeLog.v1356 * ffitest.c (main): long long and long double return values work
364 with broken lond double (SunOS 4 w/ GCC).
384 * prep_cif.c (ffi_prep_cif): Added long double support for sparc.
400 Fixed x86 long double return handling.
402 * types.c: Fixed x86 long double alignment info.
408 * ffitest.c (floating): Add long double parameter.
410 double return value.
412 Add tests for long long and long double arguments and return
511 * types.c: Added special definitions for x86 (double doesn't
512 need double word alignment).
[all …]
Dfficonfig.h.in49 /* Define if you have the long double type and it is bigger than a double */
118 /* The size of `double', as computed by sizeof. */
121 /* The size of `long double', as computed by sizeof. */
/external/bluetooth/glib/
Dacinclude.m4252 dnl Test whether the compiler supports the 'long double' type.
257 AC_CACHE_CHECK([for long double], gt_cv_c_long_double,
262 /* The Stardent Vistra knows sizeof(long double), but does not support it. */
263 long double foo = 0.0;
264 /* On Ultrix 4.3 cc, long double is 4 and double is 8. */
265 int array [2*(sizeof(long double) >= sizeof(double)) - 1];
270 AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if you have the 'long double' type.])

12345678910>>...15