HomeSort by relevance Sort by last modified time
    Searched refs:Conversion (Results 1 - 25 of 74) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug327.go 7 // Conversion between identical interfaces.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug327.go 7 // Conversion between identical interfaces.
  /external/clang/test/SemaCXX/
switch.cpp 19 operator int(); // expected-note{{conversion to integral type}}
29 operator E() const; // expected-note{{conversion to enumeration type}}
89 namespace Conversion {
91 explicit operator int(); // expected-note {{conversion}}
94 switch (t) { // expected-error {{explicit conversion}}
explicit.cpp 30 B b0 = 0; // expected-error {{no viable conversion}}
39 namespace Conversion {
70 Y y2 = z; // expected-error {{no viable conversion from 'Z' to 'Y'}}
81 const Y& y6 = z; // expected-error {{no viable conversion from 'Z' to 'const Y'}}
82 const int& y7 = z; // expected-error {{no viable conversion from 'Z' to 'const int'}}
87 // conversion function is not considered.
104 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}}
137 switch (n) {} // expected-error {{switch condition type 'NotBool' requires explicit conversion to 'bool'}} \
156 int direct4(n); // expected-error {{no viable conversion}}
160 const int &direct8(n); // expected-error {{no viable conversion}}
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 73 * example, if a conversion is incompatible with a flag, an exception will be
176 * %[argument_index$][flags][width][.precision]conversion
184 * format. The set of valid flags depends on the conversion.
191 * the conversion.
193 * <p> The required <i>conversion</i> is a character indicating how the
201 * %[argument_index$][flags][width]conversion
207 * <p> The required <i>conversion</i> is a two character sequence. The first
217 * %[flags][width]conversion
222 * <p> The required <i>conversion</i> is a character indicating content to be
238 * Byte}, {@code short}, and {@link Short}. This conversion may also b
2726 private char conversion(String s) { method in class:Formatter.FormatSpecifier
2740 private char conversion() { method in class:Formatter.FormatSpecifier
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
ratconv_test.go 146 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
170 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
194 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
208 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
ratconv_test.go 143 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
167 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
191 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
205 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 145 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
169 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
193 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
207 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
ratconv_test.go 146 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
170 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
194 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
208 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
ratconv_test.go 143 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
167 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
191 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
205 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /prebuilts/go/linux-x86/src/math/big/
ratconv_test.go 145 // Table 1: Stress Inputs for Conversion to 53-bit Binary, < 1/2 ULP
169 // Table 2: Stress Inputs for Conversion to 53-bit Binary, > 1/2 ULP
193 // Table 14: Stress Inputs for Conversion to 24-bit Binary, <1/2 ULP
207 // Table 15: Stress Inputs for Conversion to 24-bit Binary, >1/2 ULP
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1.s 56 @ Conversion operations
121 @ Conversion operations
257 @ Conversion operations
vfp1_t2.s 59 @ Conversion operations
124 @ Conversion operations
268 @ Conversion operations
vfp1xD.s 72 @ Conversion operations
138 @ Conversion operations
321 @ Conversion operations
vfp1xD_t2.s 75 @ Conversion operations
141 @ Conversion operations
335 @ Conversion operations
  /libcore/luni/src/main/java/java/math/
BigInteger.java 228 * @param radix the base to be used for the conversion.
791 return Conversion.bigInteger2Double(this);
873 return Conversion.bigInteger2String(this, radix);
    [all...]
Conversion.java 21 * Static library that provides {@link BigInteger} base conversion from/to any
24 class Conversion {
27 private Conversion() {}
  /external/pdfium/third_party/lcms2-2.6/src/
cmswtpnt.c 192 cmsBool ComputeChromaticAdaptation(cmsMAT3* Conversion,
227 _cmsMAT3per(Conversion, &Chad_Inv, &Tmp);
273 // - First I build the absolute conversion matrix using
  /external/clang/lib/Sema/
SemaLambda.cpp 537 // - it is an implicit integral conversion applied to an
628 // lvalue-to-rvalue conversion (4.1 [conv.lval]),
629 // array-to-pointer conversion (4.2 [conv.array]), and
630 // function-to-pointer conversion (4.3 [conv.func]) are the
    [all...]
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 59 struct Conversion {
215 // Conversion instructions.
218 const Conversion kConversionInstructions[] = {
219 // Conversion instructions are related to machine_operator.h:
245 const Conversion kFloat64RoundInstructions[] = {
259 const Conversion kFloat32RoundInstructions[] = {
684 typedef InstructionSelectorTestWithParam<Conversion>
689 const Conversion conv = GetParam();
705 typedef InstructionSelectorTestWithParam<Conversion>
710 const Conversion conv = GetParam()
    [all...]
  /frameworks/rs/api/
rs_convert.spec 18 summary: Conversion Functions
34 Converts a vector from one numerical type to another. The conversion are done entry per entry.
166 We currently don't provide a function to do the reverse conversion.
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 59 struct Conversion {
227 // Conversion instructions.
230 const Conversion kConversionInstructions[] = {
231 // Conversion instructions are related to machine_operator.h:
263 const Conversion kFloat64RoundInstructions[] = {
277 const Conversion kFloat32RoundInstructions[] = {
834 typedef InstructionSelectorTestWithParam<Conversion>
838 const Conversion conv = GetParam();
    [all...]

Completed in 1101 milliseconds

1 2 3