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

1234567891011

/external/compiler-rt/test/builtins/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/libcxx/test/utilities/function.objects/refwrap/refwrap.access/
H A DAndroid.mk19 test_name := utilities/function.objects/refwrap/refwrap.access/conversion
20 test_src := conversion.pass.cpp
/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:__anon343
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:__anon345
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:__anon347
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:__anon349
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:__anon20459
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:__anon20461
/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/cython/src/Cython/Includes/libc/
H A Dstdlib.pxd9 # 7.20.1 Numeric conversion functions
68 # 7.20.7 Multibyte/wide character conversion functions
71 # 7.20.8 Multibyte/wide string conversion functions
/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/chromium_org/third_party/libyuv/
H A Dlinux.mk43 # A test utility that uses libyuv conversion.
/external/clang/test/SemaCXX/
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/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/tools/cr/cr/
H A Dconfig.py26 The main extra it adds is a new conversion specifier 'e' that throws a
32 def convert_field(self, value, conversion):
33 if conversion == 'e':
39 value, conversion)
/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
/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/third_party/yasm/
H A Dconfig_sources.host.darwin-x86.mk45 -Wstring-conversion \
120 -Wstring-conversion \
H A Dconfig_sources.host.darwin-x86_64.mk45 -Wstring-conversion \
120 -Wstring-conversion \

Completed in 9162 milliseconds

1234567891011