Searched defs:float (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/intl/overrides/
H A Dnumber.js31 var float = 1234567890.123434; variable
37 assertEquals(nf.format(float), float.toLocaleString());
44 assertEquals(nf.format(float), float.toLocaleString(locale));
53 assertEquals(nf.format(float), float.toLocaleString(locale, options));
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp86 template<> struct Def6<int, float> {
90 template<> struct Def6<bool, int[5], float(double, double)> {
94 bool test_Def6(Def6<int, float, float> *d6a, argument
95 Def6<int, float, float, int (*)(float, float)> *d6b,
96 Def6<bool, int[5], float(double, double),
97 bool(*)(int*, float(*)(doubl
[all...]
/external/clang/test/CodeGenCXX/
H A Dconversion-function.cpp21 public: operator float() { printf("operator float()\n"); return fX; }
24 float fX;
32 float fZ;
62 float f = X(Z(y));
65 printf("i = %d float = %f\n", i, float(x));
67 f = float(X(Z(y)));
68 printf("i = %d float = %f\n", i,f);
69 f = (float)
[all...]
H A Dthunks.cpp157 float real;
201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportArguments.cpp40 static const float& compareIgnoringAuto(const float& value1, const float& value2, const float& (*compare) (const float&, const float&)) argument
51 static inline float clampLengthValue(float value)
58 return min(float(10000), max(value, float(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DLayoutUnit.h70 LayoutUnit(float value) { m_value = clampTo<float>(value * kFixedPointDenominator, static_cast<float>(INT_MIN), static_cast<float>(INT_MAX)); }
73 static LayoutUnit fromFloatCeil(float value)
80 static LayoutUnit fromFloatFloor(float value)
87 static LayoutUnit fromFloatRound(float value)
95 float toFloat() const { return static_cast<float>(m_value) / kFixedPointDenominator; }
97 float ceilToFloa
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp44 #define float macro
129 float
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValueMappings.h105 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(float i)
112 template<> inline CSSPrimitiveValue::operator float() const
115 return clampTo<float>(m_value.num);
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp9 struct POD { Enum e; int i; float f; NonPOD* p; };
17 union Union { int i; float f; };
26 float f;
295 { int arr[T(__is_final(PotentiallyFinal<float*>))]; }
308 { int arr[F(__is_final(PotentiallyFinal<float>))]; }
347 int t21[F(__is_integral(float))];
362 int t01[T(__is_floating_point(float))];
391 int t01[T(__is_arithmetic(float))];
423 int t01[T(__is_complete_type(float))];
449 int t10[F(__is_void(float))];
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCSSMetadata.js266 "float": { values: [
801 "float": 105,
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h317 # define float sqlite_int64 macro
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js166 FLOAT_TYPES: {"float":0,"double":0},
190 "%float": 4,
192 }['%'+type]; // add '%' since float and double confuse Closure compiler as keys, and also spidermonkey as a compiler will remove 's from '_i8' etc
519 case 'float': HEAPF32[((ptr)>>2)]=value; break;
535 case 'float': return HEAPF32[((ptr)>>2)];
1839 // TODO: Support a/A (hex float) and m (last error) specifiers.
1987 // Read characters according to the format. floats are trickier, they may be in an unfloat state in the middle, then be a valid float later
3629 Module.print('float ' + x + ',' + y);// + ' ' + new Error().stack);
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js224 FLOAT_TYPES: {"float":0,"double":0},
248 "%float": 4,
250 }['%'+type]; // add '%' since float and double confuse Closure compiler as keys, and also spidermonkey as a compiler will remove 's from '_i8' etc
577 case 'float': HEAPF32[((ptr)>>2)]=value; break;
593 case 'float': return HEAPF32[((ptr)>>2)];
1925 // TODO: Support a/A (hex float) and m (last error) specifiers.
3049 // Read characters according to the format. floats are trickier, they may be in an unfloat state in the middle, then be a valid float later
4489 Module.print('float ' + x + ',' + y);// + ' ' + new Error().stack);
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3839 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
3842 ** <tr><td> FLOAT <td> INTEGER <td> Convert from float to integer
3843 ** <tr><td> FLOAT <td> TEXT <td> ASCII rendering of the float
7312 # define float sqlite_int64 macro
18657 ** 16 (the number of significant digits in a 64-bit float) '0' is
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c4161 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
4164 ** <tr><td> FLOAT <td> INTEGER <td> Convert from float to integer
4165 ** <tr><td> FLOAT <td> TEXT <td> ASCII rendering of the float
7828 # define float sqlite_int64 macro
19486 ** 16 (the number of significant digits in a 64-bit float) '0' is
[all...]
/external/sqlite/dist/
H A Dsqlite3.c4161 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
4164 ** <tr><td> FLOAT <td> INTEGER <td> Convert from float to integer
4165 ** <tr><td> FLOAT <td> TEXT <td> ASCII rendering of the float
7828 # define float sqlite_int64 macro
19486 ** 16 (the number of significant digits in a 64-bit float) '0' is
[all...]

Completed in 1442 milliseconds