Searched defs:normal (Results 1 – 3 of 3) sorted by relevance
1003 double normal = StrictMath.scalb(0.2345, -25); in test_scalb_DI() local1157 float normal = StrictMath.scalb(0.2345f, -25); in test_scalb_FI() local
1433 double normal = Math.scalb(0.2345, -25); in test_scalb_DI() local1586 float normal = Math.scalb(0.2345f, -25); in test_scalb_FI() local
210 static final int normal = 0; field in PreferencesTest.MockInputStream