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

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug012.go 22 bug12.go:5: overflow converting constant to <uint64>UINT64
23 bug12.go:6: overflow converting constant to <uint64>UINT64
24 bug12.go:7: overflow converting constant to <uint64>UINT64
25 bug12.go:8: overflow converting constant to <uint64>UINT64
bug016.go 15 ixedbugs/bug016.go:7: overflow converting constant to <uint32>UINT32
bug341.go 8 // code for converting a negative float to a uint64.
bug437.go 7 // Test converting a type defined in a different package to an
issue10284.go 7 // Issue 10284: gccgo failed to allow converting a user-defined
bug321.go 23 // http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
bug120.go 25 // "x" = the floating point value from converting the string x.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug012.go 22 bug12.go:5: overflow converting constant to <uint64>UINT64
23 bug12.go:6: overflow converting constant to <uint64>UINT64
24 bug12.go:7: overflow converting constant to <uint64>UINT64
25 bug12.go:8: overflow converting constant to <uint64>UINT64
bug016.go 15 ixedbugs/bug016.go:7: overflow converting constant to <uint32>UINT32
bug341.go 8 // code for converting a negative float to a uint64.
bug437.go 7 // Test converting a type defined in a different package to an
issue10284.go 7 // Issue 10284: gccgo failed to allow converting a user-defined
bug321.go 23 // http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
bug120.go 25 // "x" = the floating point value from converting the string x.
  /external/libavc/common/arm/
ih264_weighted_bi_pred_a9q.s 174 vmovl.u8 q2, d4 @converting rows 1,2 in source 1 to 16-bit
177 vmovl.u8 q3, d6 @converting rows 1,2 in source 2 to 16-bit
181 vmovl.u8 q4, d8 @converting rows 3,4 in source 1 to 16-bit
182 vmovl.u8 q5, d10 @converting rows 3,4 in source 2 to 16-bit
214 vmovl.u8 q2, d4 @converting row 1 in source 1 to 16-bit
217 vmovl.u8 q3, d6 @converting row 1 in source 2 to 16-bit
221 vmovl.u8 q4, d8 @converting row 2 in source 1 to 16-bit
222 vmovl.u8 q5, d10 @converting row 2 in source 2 to 16-bit
226 vmovl.u8 q6, d12 @converting row 3 in source 1 to 16-bit
227 vmovl.u8 q7, d14 @converting row 3 in source 2 to 16-bi
    [all...]
ih264_weighted_pred_a9q.s 141 vmovl.u8 q2, d4 @converting rows 1,2 to 16-bit
142 vmovl.u8 q3, d6 @converting rows 3,4 to 16-bit
171 vmovl.u8 q2, d4 @converting row 1 to 16-bit
173 vmovl.u8 q3, d6 @converting row 2 to 16-bit
175 vmovl.u8 q4, d8 @converting row 3 to 16-bit
177 vmovl.u8 q5, d10 @converting row 4 to 16-bit
210 vmovl.u8 q6, d4 @converting row 1L to 16-bit
212 vmovl.u8 q7, d5 @converting row 1H to 16-bit
215 vmovl.u8 q8, d6 @converting row 2L to 16-bit
217 vmovl.u8 q9, d7 @converting row 2H to 16-bi
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug437.dir/
x.go 5 // Test converting a type defined in a different package to an
  /prebuilts/go/linux-x86/test/fixedbugs/bug437.dir/
x.go 5 // Test converting a type defined in a different package to an
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 68 return nil, fmt.Errorf("sql: converting Exec argument %s type: %v", describeNamedValue(nv), err)
111 return nil, fmt.Errorf("sql: converting argument %s type: %v", describeNamedValue(nv), err)
122 // convertAssign copies to dest the value in src, converting it if possible.
287 return fmt.Errorf("converting driver.Value type %T (%q) to a %s: %v", src, s, dv.Kind(), err)
296 return fmt.Errorf("converting driver.Value type %T (%q) to a %s: %v", src, s, dv.Kind(), err)
305 return fmt.Errorf("converting driver.Value type %T (%q) to a %s: %v", src, s, dv.Kind(), err)
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 68 return nil, fmt.Errorf("sql: converting Exec argument %s type: %v", describeNamedValue(nv), err)
111 return nil, fmt.Errorf("sql: converting argument %s type: %v", describeNamedValue(nv), err)
122 // convertAssign copies to dest the value in src, converting it if possible.
287 return fmt.Errorf("converting driver.Value type %T (%q) to a %s: %v", src, s, dv.Kind(), err)
296 return fmt.Errorf("converting driver.Value type %T (%q) to a %s: %v", src, s, dv.Kind(), err)
305 return fmt.Errorf("converting driver.Value type %T (%q) to a %s: %v", src, s, dv.Kind(), err)
  /build/soong/android/
register.go 46 // ModuleFactoryAdapter Wraps a ModuleFactory into a blueprint.ModuleFactory by converting an Module
  /prebuilts/go/darwin-x86/test/bench/go1/
template_test.go 6 // converting a large data structure with a simple template.
  /prebuilts/go/linux-x86/test/bench/go1/
template_test.go 6 // converting a large data structure with a simple template.
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 51 print 'Converting YUV file to PNG images (may take a while)...'
275 print 'An error occurred converting from YUV to PNG frames.'
  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 20 // * converting from the Value types as provided by the sql package
25 // * converting a value as given from the database into one of the
28 // * by the sql package, for converting from a driver's Value type
129 return nil, fmt.Errorf("sql/driver: unsupported value %v (type %T) converting to int32", v, v)

Completed in 760 milliseconds

1 2 3 4 5 6