• Home
  • Raw
  • Download

Lines Matching refs:RValue

27 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne…
28 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in…
29 void Scatter(RValue<Pointer<Float>> base, RValue<Float4> val, RValue<Int4> offsets, RValue<Int4> ma…
30 void Scatter(RValue<Pointer<Int>> base, RValue<Int4> val, RValue<Int4> offsets, RValue<Int4> mask, …
31 RValue<Float> Exp2(RValue<Float> x);
32 RValue<Float> Log2(RValue<Float> x);
33 RValue<Float4> Sin(RValue<Float4> x);
34 RValue<Float4> Cos(RValue<Float4> x);
35 RValue<Float4> Tan(RValue<Float4> x);
36 RValue<Float4> Asin(RValue<Float4> x);
37 RValue<Float4> Acos(RValue<Float4> x);
38 RValue<Float4> Atan(RValue<Float4> x);
39 RValue<Float4> Sinh(RValue<Float4> x);
40 RValue<Float4> Cosh(RValue<Float4> x);
41 RValue<Float4> Tanh(RValue<Float4> x);
42 RValue<Float4> Asinh(RValue<Float4> x);
43 RValue<Float4> Acosh(RValue<Float4> x);
44 RValue<Float4> Atanh(RValue<Float4> x);
45 RValue<Float4> Atan2(RValue<Float4> x, RValue<Float4> y);
46 RValue<Float4> Pow(RValue<Float4> x, RValue<Float4> y);
47 RValue<Float4> Exp(RValue<Float4> x);
48 RValue<Float4> Log(RValue<Float4> x);
49 RValue<Float4> Exp2(RValue<Float4> x);
50 RValue<Float4> Log2(RValue<Float4> x);
51 RValue<Int> MinAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder);
52 RValue<UInt> MinAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder);
53 RValue<Int> MaxAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder);
54 RValue<UInt> MaxAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder);
55 RValue<Float4> FRem(RValue<Float4> lhs, RValue<Float4> rhs);