Home
last modified time | relevance | path

Searched refs:MulAdd (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.cpp1663 uuuu = As<Short4>(MulAdd(uuuu, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1664 uuu2 = As<Short4>(MulAdd(uuu2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,onePitchP)))); in computeIndices()
1676 wwww = As<Short4>(MulAdd(wwww, *Pointer<Short4>(mipmap + OFFSET(Mipmap,sliceP)))); in computeIndices()
1677 www2 = As<Short4>(MulAdd(www2, *Pointer<Short4>(mipmap + OFFSET(Mipmap,sliceP)))); in computeIndices()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp501 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function
502 constexpr int InnerProduct = ZipFoldR(MulAdd, 5, xs, ys, 0);
/external/swiftshader/src/Reactor/
DNucleus.hpp991 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y);
1120 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y);
DNucleus.cpp3123 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
3580 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function