Searched defs:normal (Results 1 – 3 of 3) sorted by relevance
939 double normal = StrictMath.scalb(0.2345, -25); in test_scalb_DI() local1093 float normal = StrictMath.scalb(0.2345f, -25); in test_scalb_FI() local
1340 double normal = Math.scalb(0.2345, -25); in test_scalb_DI() local1493 float normal = Math.scalb(0.2345f, -25); in test_scalb_FI() local
208 static final int normal = 0; field in PreferencesTest.MockInputStream