HomeSort by relevance Sort by last modified time
    Searched refs:C128 (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/test/
cmplx.go 26 c128 complex128
28 C128 Complex128
34 c128 = complex(f64, f64)
44 c128 = complex(f32, f32) // ERROR "cannot use"
48 c128 = complex(1.0, 2.0)
50 C128 = complex(1.0, 2.0)
53 C128 = complex(f64, f64) // ERROR "cannot use"
25 c128 complex128 var
convT2X.go 22 C128 complex128
36 func (C128) Method() {}
50 c128 = C128(8 + 9i)
67 ic128 interface{} = c128
82 jc128 J = c128
134 if c128 != ic128 {
135 panic("c128 != ic128")
137 if c128 != jc128 {
138 panic("c128 != jc128"
49 c128 = C128(8 + 9i) var
    [all...]
  /prebuilts/go/linux-x86/test/
cmplx.go 26 c128 complex128
28 C128 Complex128
34 c128 = complex(f64, f64)
44 c128 = complex(f32, f32) // ERROR "cannot use"
48 c128 = complex(1.0, 2.0)
50 C128 = complex(1.0, 2.0)
53 C128 = complex(f64, f64) // ERROR "cannot use"
25 c128 complex128 var
convT2X.go 22 C128 complex128
36 func (C128) Method() {}
50 c128 = C128(8 + 9i)
67 ic128 interface{} = c128
82 jc128 J = c128
134 if c128 != ic128 {
135 panic("c128 != ic128")
137 if c128 != jc128 {
138 panic("c128 != jc128"
49 c128 = C128(8 + 9i) var
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
builtins_test.go 63 {"imag", `type C128 complex128; var c C128; _ = imag(c)`, `func(p.C128) float64`},
69 {"real", `type C128 complex128; var c C128; _ = real(c)`, `func(p.C128) float64`},
  /prebuilts/go/linux-x86/src/go/types/
builtins_test.go 63 {"imag", `type C128 complex128; var c C128; _ = imag(c)`, `func(p.C128) float64`},
69 {"real", `type C128 complex128; var c C128; _ = real(c)`, `func(p.C128) float64`},
  /art/test/636-arm64-veneer-pool/src/
Main.java 159 class C128 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 253 milliseconds