Searched refs:conversion (Results 1 - 25 of 72) sorted by relevance

123

/external/compiler-rt/test/timing/
H A Dtiming.h8 static double conversion = 0.0; local
10 if( 0.0 == conversion )
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
26 return (double) rawTime * conversion;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DFormatFlagsConversionMismatchExceptionTest.java48 char conversion = 'T';
50 flags, conversion);
59 char conversion = 'T';
61 flags, conversion);
62 assertEquals(conversion, formatFlagsConversionMismatchException
72 char conversion = 'T';
74 flags, conversion);
/external/chromium_org/chrome/browser/performance_monitor/
H A Dmetric.cc81 int64 conversion = 0; local
82 base::StringToInt64(metric_time, &conversion);
83 time = base::Time::FromInternalValue(conversion);
/external/bison/lib/
H A Dprintf-parse.h64 char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon340
94 uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon342
122 uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon344
150 uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ member in struct:__anon346
H A Dvasnprintf.c571 /* Use a single integer to floating-point conversion. */
1532 of sprintf or SNPRINTF of a single conversion directive. */
1534 MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, argument
1540 switch (conversion)
1897 if (dp->conversion == '%')
1913 if (dp->conversion == 'n')
1940 else if (dp->conversion == 'U')
2403 else if (dp->conversion == 's'
2414 specified, below requires a conversion between a char[]
2927 else if ((dp->conversion
[all...]
/external/e2fsprogs/intl/
H A Dprintf-parse.h48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon16846
H A Dwprintf-parse.h48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon16848
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/test/SemaCXX/
H A Dexplicit.cpp43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}}
55 Y y2 = z; // expected-error {{no viable conversion from 'Z' to 'Y'}}
65 const Y& y6 = z; // expected-error {{no viable conversion from 'Z' to 'const Y'}}
75 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}}
108 switch (n) {} // expected-error {{switch condition type 'NotBool' requires explicit conversion to 'bool'}} \
131 explicit operator int(); // expected-note {{conversion to integral type 'int' declared here}}
138 new int[ni]; // expected-error {{array size expression of type 'NotInt' requires explicit conversion t
[all...]
H A Dfor-range-dereference.cpp20 expected-note 5 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
87 // expected-error@-1 {{no viable conversion from 'Data' to 'Data *'}}
H A Dconversion.cpp19 return (E - I); // expected-warning {{implicit conversion loses integer precision}}
27 return x; // expected-warning {{implicit conversion loses integer precision}}
57 // This file tests -Wnull-conversion, a subcategory of -Wconversion
61 int a = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
63 b = NULL; // expected-warning {{implicit conversion of NULL constant to 'int'}}
65 int c = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
67 d = ((((NULL)))); // expected-warning {{implicit conversion of NULL constant to 'int'}}
68 bool bl = NULL; // expected-warning {{implicit conversion of NULL constant to 'bool'}}
69 char ch = NULL; // expected-warning {{implicit conversion of NULL constant to 'char'}}
70 unsigned char uch = NULL; // expected-warning {{implicit conversion o
[all...]
/external/icu4c/samples/
H A Dreadme.txt11 case - demonstrates how to do Unicode case conversion in C and C++.
35 ucnv - demonstrates the use of ICU codepage conversion
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A DAPIspecutil.py140 """Return the destination type of the conversion, or None."""
165 conversion = "some"
167 conversion = "none"
169 conversion = "all"
171 return (dst_param.base_type(), conversion)
205 [5] -- how often does the conversion happen
209 dst_type, conversion = _Conversion(func, param)
212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
/external/mesa3d/src/mesa/main/
H A DAPIspecutil.py140 """Return the destination type of the conversion, or None."""
165 conversion = "some"
167 conversion = "none"
169 conversion = "all"
171 return (dst_param.base_type(), conversion)
205 [5] -- how often does the conversion happen
209 dst_type, conversion = _Conversion(func, param)
212 return (param.name, param.type, vec_size, dst_type, valid_values, conversion)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Ddiff_parser.py65 for pattern, conversion in conversion_patterns:
68 return conversion(matched)
/external/jmonkeyengine/engine/src/test/jme3test/conversion/
H A DTestTriangleStrip.java33 package jme3test.conversion;
H A DTestMipMapGen.java33 package jme3test.conversion;
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part3.stdout.exp421 Test VSX vector integer to float conversion instructions
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part3.stdout.exp421 Test VSX vector integer to float conversion instructions
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec90 This conversion means -1, 0, and +1 are all exactly representable,
95 This conversion is intentionally NOT the "byte" conversion listed
96 in Table 2.9 for component conversions. That conversion says:
100 The Table 2.9 conversion is incapable of exactly representing
H A DMESA_ycbcr_texture.spec129 texture sampling using an implementation dependent conversion.
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec90 This conversion means -1, 0, and +1 are all exactly representable,
95 This conversion is intentionally NOT the "byte" conversion listed
96 in Table 2.9 for component conversions. That conversion says:
100 The Table 2.9 conversion is incapable of exactly representing
H A DMESA_ycbcr_texture.spec129 texture sampling using an implementation dependent conversion.
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
/external/bison/src/
H A Dmuscle-tab.c410 const conversion_type conversion[] = local
418 for (i = 0; i < ARRAY_CARDINALITY (conversion); ++i)
419 if (STREQ (conversion[i].obsolete, variable))
421 res = conversion[i].updated;
/external/chromium_org/v8/test/mjsunit/
H A Dd8-os.js51 assertTrue(/tring conversion/.test(exception), str);

Completed in 1341 milliseconds

123