Searched refs:deg (Results 1 – 4 of 4) sorted by relevance
65 public native void rotateX(float deg); in rotateX() argument76 public native void rotateY(float deg); in rotateY() argument87 public native void rotateZ(float deg); in rotateZ() argument
317 public @NonNull Matrix44 rotate(float deg, float xComp, float yComp, float zComp) { in rotate() argument323 float c = (float) Math.cos(deg * Math.PI / 180.0f); in rotate()324 float s = (float) Math.sin(deg * Math.PI / 180.0f); in rotate()
1182 int deg = Integer.parseInt(degrees); in convert() local1196 boolean isNegative180 = negative && deg == 180 && min == 0 && sec == 0; in convert()1199 if (deg < 0.0 || (deg > 179 && !isNegative180)) { in convert()1213 val = deg * 3600.0 + min * 60.0 + sec; in convert()
6095 // FIELD: Battery temperature at snapshot, in 1/10 deg C.