HomeSort by relevance Sort by last modified time
    Searched full:ctof (Results 1 - 1 of 1) sorted by null

  /external/caliper/caliper/src/test/java/com/google/caliper/util/
LinearTranslationTest.java 30 LinearTranslation ctof = new LinearTranslation(0, 32, 100, 212); local
31 assertEquals(32, ctof.translate(0), CLOSE_ENOUGH);
32 assertEquals(212, ctof.translate(100), CLOSE_ENOUGH);
33 assertEquals(98.6, ctof.translate(37), CLOSE_ENOUGH);
34 assertEquals(-40, ctof.translate(-40), CLOSE_ENOUGH);

Completed in 74 milliseconds