Lines Matching refs:ULP
63 | x + y | < 1 ULP | |
64 | x / y | 2.5 ULP | 2^-126 <= abs(y) <= 2^127-1 |
65 | x - y | < 1 ULP | |
66 | x * y | < 1 ULP | |
81 | | 2 ULP | | mediump, lowp |
84 | | 2 ULP | | mediump, lowp |
85 | asin(x) | 4 ULP | -1 <= x <= 1 | highp |
86 | | 2 ULP | -1 <= x <= 1 | mediump, lowp |
87 | acos(x) | 4 ULP | -1 <= x <= 1 | highp |
88 | | 2 ULP | -1 <= x <= 1 | mediump, lowp |
89 | atan(x, y) | 6 ULP | !(x == 0 && y == 0) | highp |
90 | | 2 ULP | !(x == 0 && y == 0) | mediump, lowp |
91 | atan(x) | 5 ULP | | highp |
92 | | 2 ULP | | mediump, lowp |
118 | exp(x) | (3 + 2 * abs(x)) ULP | | highp |
119 | | (2 + 2 * abs(x)) ULP | | mediump |
120 | | 2 ULP | | lowp |
122 | | 3 ULP | elsewhere | highp |
124 | | 2 ULP | elsewhere | mediump |
125 | | 2 ULP | | lowp |
126 | exp(x) | (3 + 2 * abs(x)) ULP | | highp |
127 | | (2 + 2 * abs(x)) ULP | | mediump |
128 | | 2 ULP | | lowp |
130 | | 3 ULP | elsewhere | highp |
132 | | 2 ULP | elsewhere | mediump |
133 | | 2 ULP | | lowp |
134 | inversesqrt(x) | 2 ULP | | |