HomeSort by relevance Sort by last modified time
    Searched defs:e128 (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/test/
zerodivide.go 46 c128, d128, e128 complex128 = 0 + 0i, 0 + 0i, 1 + 1i var
104 e128 += 1 + 1i
166 ErrorTest{"complex128 1/0", func() { use(e128 / d128) }, ""},
  /prebuilts/go/linux-x86/test/
zerodivide.go 46 c128, d128, e128 complex128 = 0 + 0i, 0 + 0i, 1 + 1i var
104 e128 += 1 + 1i
166 ErrorTest{"complex128 1/0", func() { use(e128 / d128) }, ""},

Completed in 1061 milliseconds