Searched defs:addOne (Results 1 - 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | controlFlowNullTypeAndLiteral.js | 32 var addOne = function (num) {
function [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.cpp | 519 SkTSpan* SkTSect::addOne() { in addOne() function in SkTSect
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 133 inline float addOne (float v) { return v + 1.0f; } in addOne() function 135 inline int addOne (int v) { return v + 1; } in addOne() function 138 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function 140 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 132 inline int addOne (int v) { return v + 1; } in addOne() function 134 inline deUint32 addOne (deUint32 v) { return v + 1; } in addOne() function 137 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function 139 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function 141 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return v + 1U; } in addOne() function [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 159 inline float addOne (float v) { return v + 1.0f; } in addOne() function 161 inline int addOne (int v) { return v + 1; } in addOne() function 163 inline deUint32 addOne (deUint32 v) { return v + 1; } in addOne() function 166 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function 168 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function 170 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return v + 1U; } in addOne() function [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 132 inline int addOne (int v) { return v + 1; } in addOne() function 134 inline deUint32 addOne (deUint32 v) { return v + 1; } in addOne() function 137 template<int Size> inline Vector<float, Size> addOne (const Vector<float, Size>& v) { return v + 1.0f; } in addOne() function 139 template<int Size> inline Vector<int, Size> addOne (const Vector<int, Size>& v) { return v + 1; } in addOne() function 141 template<int Size> inline Vector<deUint32, Size> addOne (const Vector<deUint32, Size>& v) { return v + 1U; } in addOne() function [all...] |
Completed in 19 milliseconds