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

  /prebuilts/go/darwin-x86/src/math/big/
rat_test.go 349 q53 := NewRat(5, 3)
350 if x.Cmp(q53) != 0 {
351 t.Errorf("2a) got %s want %s", x, q53)
357 if x.Cmp(q53) != 0 {
358 t.Errorf("2b) got %s want %s", x, q53)
367 if x.Cmp(q53) != 0 {
368 t.Errorf("3) got %s want %s", x, q53)
  /prebuilts/go/linux-x86/src/math/big/
rat_test.go 349 q53 := NewRat(5, 3)
350 if x.Cmp(q53) != 0 {
351 t.Errorf("2a) got %s want %s", x, q53)
357 if x.Cmp(q53) != 0 {
358 t.Errorf("2b) got %s want %s", x, q53)
367 if x.Cmp(q53) != 0 {
368 t.Errorf("3) got %s want %s", x, q53)

Completed in 70 milliseconds