Searched refs:nval (Results 1 – 5 of 5) sorted by relevance
704 int nval = (int) newValue * 1000_000; in with() local705 return (nval != nanos ? create(seconds, nval) : this); in with()708 int nval = (int) newValue * 1000; in with() local709 return (nval != nanos ? create(seconds, nval) : this); in with()
54 8.0, st.nval); in test_ConstructorLjava_io_InputStream()75 8.0, st.nval); in test_ConstructorLjava_io_Reader()94 && st.nval == 8.0); in test_commentCharI()110 && st.nval == 8.0); in test_eolIsSignificantZ()
185 public double nval; field in StreamTokenizer614 nval = neg ? -v : v; in nextToken()806 ret = "n=" + nval;
56 assertEquals(-3.8, b.nval); in testStreamTokenizer()
77 Assert.assertTrue(b.nval == -3.8); in test_basicStringTokenizerMethods()