/third_party/skia/tests/sksl/intrinsics/ |
D | Inversesqrt.metal | 19 …rsqrt(_uniforms.inputVal.x) == _uniforms.expected.x && all(rsqrt(_uniforms.inputVal.xy) == _unifor…
|
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/inverseSqrt/ |
D | 84407e.wgsl.expected.glsl | 7 float res = rsqrt(1.0f); 34 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 44 float res = rsqrt(1.0f); 61 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 71 float res = rsqrt(1.0f); 89 ERROR: 0:5: 'rsqrt' : no matching overloaded function found
|
D | 8f2bd2.wgsl.expected.glsl | 7 vec2 res = rsqrt(vec2(0.0f, 0.0f)); 34 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 45 vec2 res = rsqrt(vec2(0.0f, 0.0f)); 62 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 73 vec2 res = rsqrt(vec2(0.0f, 0.0f)); 91 ERROR: 0:5: 'rsqrt' : no matching overloaded function found
|
D | b197b1.wgsl.expected.glsl | 7 vec3 res = rsqrt(vec3(0.0f, 0.0f, 0.0f)); 34 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 45 vec3 res = rsqrt(vec3(0.0f, 0.0f, 0.0f)); 62 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 73 vec3 res = rsqrt(vec3(0.0f, 0.0f, 0.0f)); 91 ERROR: 0:5: 'rsqrt' : no matching overloaded function found
|
D | c22347.wgsl.expected.glsl | 7 vec4 res = rsqrt(vec4(0.0f, 0.0f, 0.0f, 0.0f)); 34 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 45 vec4 res = rsqrt(vec4(0.0f, 0.0f, 0.0f, 0.0f)); 62 ERROR: 0:5: 'rsqrt' : no matching overloaded function found 73 vec4 res = rsqrt(vec4(0.0f, 0.0f, 0.0f, 0.0f)); 91 ERROR: 0:5: 'rsqrt' : no matching overloaded function found
|
D | 84407e.wgsl.expected.hlsl | 2 float res = rsqrt(1.0f);
|
D | 8f2bd2.wgsl.expected.hlsl | 2 float2 res = rsqrt(float2(0.0f, 0.0f));
|
D | 8f2bd2.wgsl.expected.msl | 9 float2 res = rsqrt(float2());
|
D | 84407e.wgsl.expected.msl | 9 float res = rsqrt(1.0f);
|
D | b197b1.wgsl.expected.msl | 9 float3 res = rsqrt(float3());
|
D | c22347.wgsl.expected.msl | 9 float4 res = rsqrt(float4());
|
D | b197b1.wgsl.expected.hlsl | 2 float3 res = rsqrt(float3(0.0f, 0.0f, 0.0f));
|
D | c22347.wgsl.expected.hlsl | 2 float4 res = rsqrt(float4(0.0f, 0.0f, 0.0f, 0.0f));
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | lamb_next_mv_with_decay_v1_rule.py | 22 rsqrt = P.Rsqrt() variable 54 sqrt0 = rsqrt(add2) 89 sqrt0 = rsqrt(add2) 113 sqrt0 = rsqrt(add2) 138 sqrt0 = rsqrt(add2)
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | rmsprop_impl.cu | 26 …moment[i] = momentum * moment[i] + learning_rate[0] * rsqrt(mean_square[i] + epsilon) * gradients[… in RmsPropKernel() 46 … rsqrt(mean_square[i] - mean_gradients[i] * mean_gradients[i] + epsilon[0]) * gradients[i]; in RmsPropCenterKernel()
|
/third_party/flutter/skia/tests/ |
D | SkVxTest.cpp | 37 float4 RSqrt(float4 x) { return rsqrt(x); } in RSqrt() 110 REPORTER_ASSERT(r, all(rsqrt(float4{2,3,4,5}) < float4{1.0f,1.0f,1.0f,0.5f})); in DEF_TEST() 114 REPORTER_ASSERT(r, all(rsqrt(float2{2,3}) < float2{1.0f,1.0f})); in DEF_TEST()
|
D | MathTest.cpp | 257 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt() argument 264 float estimate = rsqrt(input); in test_rsqrt() 274 float estimate = rsqrt(input); in test_rsqrt() 284 float estimate = rsqrt(input); in test_rsqrt()
|
/third_party/glslang/Test/ |
D | hlsl.intrinsics.vert | 45 rsqrt(inF0); 119 rsqrt(inF0); 189 rsqrt(inF0); 259 rsqrt(inF0); 314 rsqrt(inF0); \
|
D | hlsl.intrinsics.frag | 73 float r050 = rsqrt(inF0); 161 float2 r056 = rsqrt(inF0); 243 float3 r057 = rsqrt(inF0); 324 float4 r057 = rsqrt(inF0); 385 MT r035 = rsqrt(inF0); \
|
/third_party/mindspore/mindspore/ops/_op_impl/akg/ascend/ |
D | __init__.py | 41 from .rsqrt import _rsqrt_akg
|
/third_party/skia/tests/ |
D | MathTest.cpp | 255 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt() argument 262 float estimate = rsqrt(input); in test_rsqrt() 272 float estimate = rsqrt(input); in test_rsqrt() 282 float estimate = rsqrt(input); in test_rsqrt()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCStrokeGeometry.cpp | 27 return v * vv.rsqrt(); in normalize() 40 Sk2f invlength = (X*X + Y*Y).rsqrt(); in normalize2() 47 Sk2f invlength = (X*X + Y*Y).rsqrt(); in calc_curvature_costheta()
|
/third_party/flutter/skia/include/private/ |
D | SkVx.h | 286 SIT Vec<1,T> rsqrt(const Vec<1,T>& x) { return rcp(sqrt(x)); } 314 SINT Vec<N,T> rsqrt(const Vec<N,T>& x) { return join(rsqrt(x.lo), rsqrt(x.hi)); } 473 static inline Vec<4,float> rsqrt(const Vec<4,float>& x) { 483 static inline Vec<2,float> rsqrt(const Vec<2,float>& x) { 484 return shuffle<0,1>(rsqrt(shuffle<0,1,0,1>(x)));
|
/third_party/skia/third_party/externals/tint/docs/ |
D | translations.md | 77 | inverseSqrt | GLSLstd450InverseSqrt | rsqrt | rsqrt |
|
/third_party/boost/boost/compute/functional/ |
D | math.hpp | 66 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(rsqrt, T (T), class T)
|