Home
last modified time | relevance | path

Searched refs:rcpss (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp26 RValue<Float> rcpss(RValue<Float> val);
H A DLLVMReactor.cpp2939 // rcpss uses a piecewise-linear approximation which minimizes the relative error in Rcp_pp()
2941 return x86::rcpss(x) * Float(1.0f / _mm_cvtss_f32(_mm_rcp_ss(_mm_set_ps1(1.0f)))); in Rcp_pp()
2943 return x86::rcpss(x); in Rcp_pp()
2989 // rcpss uses a piecewise-linear approximation which minimizes the relative error in RcpApprox()
2991 return x86::rcpss(x) * Float(1.0f / _mm_cvtss_f32(_mm_rcp_ss(_mm_set_ps1(1.0f)))); in RcpApprox()
2993 return x86::rcpss(x); in RcpApprox()
3690 RValue<Float> rcpss(RValue<Float> val) in rcpss() function
3694 // TODO(b/172238865): MemorySanitizer does not support the rcpss instruction, in rcpss()
/third_party/ffmpeg/libavcodec/x86/
H A Dcelt_pvq_search.asm259 rcpss xm1, xm1 ; m1 = approx(1/Sx)
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1548 AVX_INSTR rcpss, sse, 1, 0, 0
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h1684 #define RCPSS(a, b) rcpss P_ARG2(a, b)

Completed in 20 milliseconds