• Home
  • Raw
  • Download

Lines Matching refs:RValue

110 Float4 exponential2(RValue<Float4> x, bool pp)  in exponential2()
138 Float4 logarithm2(RValue<Float4> x, bool pp) in logarithm2()
163 Float4 exponential(RValue<Float4> x, bool pp) in exponential()
169 Float4 logarithm(RValue<Float4> x, bool pp) in logarithm()
175 Float4 power(RValue<Float4> x, RValue<Float4> y, bool pp) in power()
182 Float4 reciprocal(RValue<Float4> x, bool pp, bool finite, bool exactAtPow2) in reciprocal()
200 Float4 reciprocalSquareRoot(RValue<Float4> x, bool absolute, bool pp) in reciprocalSquareRoot()
230 Float4 modulo(RValue<Float4> x, RValue<Float4> y) in modulo()
235 Float4 sine_pi(RValue<Float4> x, bool pp) in sine_pi()
254 Float4 cosine_pi(RValue<Float4> x, bool pp) in cosine_pi()
265 Float4 sine(RValue<Float4> x, bool pp) in sine()
303 Float4 cosine(RValue<Float4> x, bool pp) in cosine()
310 Float4 tangent(RValue<Float4> x, bool pp) in tangent()
315 Float4 arccos(RValue<Float4> x, bool pp) in arccos()
321 Float4 arcsin(RValue<Float4> x, bool pp) in arcsin()
365 Float4 arctan(RValue<Float4> x, bool pp) in arctan()
377 Float4 arctan(RValue<Float4> y, RValue<Float4> x, bool pp) in arctan()
413 Float4 sineh(RValue<Float4> x, bool pp) in sineh()
418 Float4 cosineh(RValue<Float4> x, bool pp) in cosineh()
423 Float4 tangenth(RValue<Float4> x, bool pp) in tangenth()
430 Float4 arccosh(RValue<Float4> x, bool pp) in arccosh()
435 Float4 arcsinh(RValue<Float4> x, bool pp) in arcsinh()
440 Float4 arctanh(RValue<Float4> x, bool pp) in arctanh()
660 rr::RValue<rr::Bool> AnyTrue(rr::RValue<sw::SIMD::Int> const &ints) in AnyTrue()
665 rr::RValue<rr::Bool> AnyFalse(rr::RValue<sw::SIMD::Int> const &ints) in AnyFalse()
670 rr::RValue<sw::SIMD::Float> Sign(rr::RValue<sw::SIMD::Float> const &val) in Sign()
677 std::pair<rr::RValue<sw::SIMD::Float>, rr::RValue<sw::SIMD::Float>>
678 Modf(rr::RValue<sw::SIMD::Float> const &val) in Modf()
688 sw::SIMD::UInt CountBits(rr::RValue<sw::SIMD::UInt> const &bits) in CountBits()
704 rr::RValue<sw::SIMD::UInt> NthBit32(rr::RValue<sw::SIMD::UInt> const &bits) in NthBit32()
710 rr::RValue<sw::SIMD::UInt> Bitmask32(rr::RValue<sw::SIMD::UInt> const &bitCount) in Bitmask32()
716 rr::RValue<sw::SIMD::Float> FMA( in FMA()
717 rr::RValue<sw::SIMD::Float> const &a, in FMA()
718 rr::RValue<sw::SIMD::Float> const &b, in FMA()
719 rr::RValue<sw::SIMD::Float> const &c) in FMA()
726 rr::RValue<sw::SIMD::Int> Exponent(rr::RValue<sw::SIMD::Float> f) in Exponent()
735 rr::RValue<sw::SIMD::Float> NMin(rr::RValue<sw::SIMD::Float> const &x, rr::RValue<sw::SIMD::Float> … in NMin()
752 rr::RValue<sw::SIMD::Float> NMax(rr::RValue<sw::SIMD::Float> const &x, rr::RValue<sw::SIMD::Float> … in NMax()
767 rr::RValue<sw::SIMD::Float> Determinant( in Determinant()
768 rr::RValue<sw::SIMD::Float> const &a, rr::RValue<sw::SIMD::Float> const &b, in Determinant()
769 rr::RValue<sw::SIMD::Float> const &c, rr::RValue<sw::SIMD::Float> const &d) in Determinant()
775 rr::RValue<sw::SIMD::Float> Determinant( in Determinant()
776 …rr::RValue<sw::SIMD::Float> const &a, rr::RValue<sw::SIMD::Float> const &b, rr::RValue<sw::SIMD::F… in Determinant()
777 …rr::RValue<sw::SIMD::Float> const &d, rr::RValue<sw::SIMD::Float> const &e, rr::RValue<sw::SIMD::F… in Determinant()
778 …rr::RValue<sw::SIMD::Float> const &g, rr::RValue<sw::SIMD::Float> const &h, rr::RValue<sw::SIMD::F… in Determinant()
784 rr::RValue<sw::SIMD::Float> Determinant( in Determinant()
785 …rr::RValue<sw::SIMD::Float> const &a, rr::RValue<sw::SIMD::Float> const &b, rr::RValue<sw::SIMD::F… in Determinant()
786 …rr::RValue<sw::SIMD::Float> const &e, rr::RValue<sw::SIMD::Float> const &f, rr::RValue<sw::SIMD::F… in Determinant()
787 …rr::RValue<sw::SIMD::Float> const &i, rr::RValue<sw::SIMD::Float> const &j, rr::RValue<sw::SIMD::F… in Determinant()
788 …rr::RValue<sw::SIMD::Float> const &m, rr::RValue<sw::SIMD::Float> const &n, rr::RValue<sw::SIMD::F… in Determinant()
805 std::array<rr::RValue<sw::SIMD::Float>, 4> MatrixInverse( in MatrixInverse()
806 rr::RValue<sw::SIMD::Float> const &a, rr::RValue<sw::SIMD::Float> const &b, in MatrixInverse()
807 rr::RValue<sw::SIMD::Float> const &c, rr::RValue<sw::SIMD::Float> const &d) in MatrixInverse()
814 std::array<rr::RValue<sw::SIMD::Float>, 9> MatrixInverse( in MatrixInverse()
815 …rr::RValue<sw::SIMD::Float> const &a, rr::RValue<sw::SIMD::Float> const &b, rr::RValue<sw::SIMD::F… in MatrixInverse()
816 …rr::RValue<sw::SIMD::Float> const &d, rr::RValue<sw::SIMD::Float> const &e, rr::RValue<sw::SIMD::F… in MatrixInverse()
817 …rr::RValue<sw::SIMD::Float> const &g, rr::RValue<sw::SIMD::Float> const &h, rr::RValue<sw::SIMD::F… in MatrixInverse()
838 std::array<rr::RValue<sw::SIMD::Float>, 16> MatrixInverse( in MatrixInverse()
839 …rr::RValue<sw::SIMD::Float> const &a, rr::RValue<sw::SIMD::Float> const &b, rr::RValue<sw::SIMD::F… in MatrixInverse()
840 …rr::RValue<sw::SIMD::Float> const &e, rr::RValue<sw::SIMD::Float> const &f, rr::RValue<sw::SIMD::F… in MatrixInverse()
841 …rr::RValue<sw::SIMD::Float> const &i, rr::RValue<sw::SIMD::Float> const &j, rr::RValue<sw::SIMD::F… in MatrixInverse()
842 …rr::RValue<sw::SIMD::Float> const &m, rr::RValue<sw::SIMD::Float> const &n, rr::RValue<sw::SIMD::F… in MatrixInverse()