Searched refs:MulAdd (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1663 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/ |
D | constant-expression-cxx11.cpp | 501 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/ |
D | Nucleus.hpp | 991 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y); 1120 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y);
|
D | Nucleus.cpp | 3123 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
|