Home
last modified time | relevance | path

Searched defs:rsqrt (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dlamb_next_mv_with_decay_v1_rule.py22 rsqrt = P.Rsqrt() variable
/third_party/flutter/skia/include/private/
DSkNx.h115 AI SkNx rsqrt() const { return { fLo. rsqrt(), fHi. rsqrt() }; } in rsqrt() function
DSkNx_neon.h118 AI SkNx rsqrt() const { in rsqrt() function
243 AI SkNx rsqrt() const { in rsqrt() function
DSkNx_sse.h103 AI SkNx rsqrt() const { return _mm_rsqrt_ps(fVec); } in rsqrt() function
196 AI SkNx rsqrt() const { return _mm_rsqrt_ps(fVec); } in rsqrt() function
/third_party/skia/tests/
DMathTest.cpp255 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
/third_party/flutter/skia/tests/
DMathTest.cpp257 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir_nnrt_lite_graph_to_model.cc962 Rsqrt rsqrt{}; in ConvertRsqrt() local
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h128 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h130 SI F rsqrt (F v) { return 1.0f / sqrtf(v); } in rsqrt() function