Home
last modified time | relevance | path

Searched refs:bitwise_not (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/boost/safe_numerics/
Dchecked_default.hpp125 bitwise_not(const R & t) noexcept { in bitwise_not() function
209 constexpr checked_result<R> bitwise_not(const R & t) noexcept { in bitwise_not() function
210 return checked_operation<R>::bitwise_not(t); in bitwise_not()
Dsafe_integer_literal.hpp160 typename Tx, Tx Nx, typename = std::enable_if_t<! checked::bitwise_not(Nx).exception()>
Dchecked_integer.hpp804 constexpr static checked_result<R> bitwise_not(const R & t){ in bitwise_not() function
/third_party/boost/libs/preprocessor/doc/examples/
Darray_arithmetic.c48 ( ~ , bitwise_not, 0, 0, 0), \
/third_party/boost/boost/compute/container/
Dvalarray.hpp138 BOOST_COMPUTE_FUNCTION(T, bitwise_not, (T x), in operator ~()
142 transform(begin(), end(), result.begin(), bitwise_not); in operator ~()
/third_party/boost/libs/compute/include/boost/compute/container/
Dvalarray.hpp138 BOOST_COMPUTE_FUNCTION(T, bitwise_not, (T x), in operator ~()
142 transform(begin(), end(), result.begin(), bitwise_not); in operator ~()
/third_party/mindspore/mindspore/numpy/
D__init__.py76 bitwise_not = invert variable
/third_party/boost/boost/hana/functional/
Dplaceholder.hpp230 BOOST_HANA_PLACEHOLDER_UNARY_OP(~, bitwise_not)
/third_party/boost/libs/hana/include/boost/hana/functional/
Dplaceholder.hpp230 BOOST_HANA_PLACEHOLDER_UNARY_OP(~, bitwise_not)
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcameracalibrate.cpp605 bitwise_not (img, img); in camera_calibrate_run()
/third_party/flutter/skia/third_party/externals/wuffs/std/crc32/
DREADME.md188 updated by the simple algorithm (with `invert` meaning `bitwise_not`):
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.hpp362 void bitwise_not(Vector4f &dst, const Vector4f &src);
DVertexProgram.cpp328 case Shader::OPCODE_NOT: bitwise_not(d, s0); break; in program()
DPixelProgram.cpp363 case Shader::OPCODE_NOT: bitwise_not(d, s0); break; in applyShader()
DShaderCore.cpp1967 void ShaderCore::bitwise_not(Vector4f &dst, const Vector4f &src) in bitwise_not() function in sw::ShaderCore
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Dglsl.txt6980 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_vertex
6981 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_fragment
6982 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_vertex
6983 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_fragment
6984 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_vertex
6985 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_fragment
6986 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_vertex
6987 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_fragment
6988 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_vertex
6989 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dglsl.txt7114 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_vertex
7115 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_fragment
7116 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_vertex
7117 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_fragment
7118 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_vertex
7119 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_fragment
7120 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_vertex
7121 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_fragment
7122 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_vertex
7123 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dglsl.txt7114 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_vertex
7115 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_fragment
7116 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_vertex
7117 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_fragment
7118 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_vertex
7119 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_fragment
7120 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_vertex
7121 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_fragment
7122 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_vertex
7123 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dglsl.txt7114 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_vertex
7115 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_int_fragment
7116 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_vertex
7117 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec2_fragment
7118 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_vertex
7119 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec3_fragment
7120 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_vertex
7121 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_ivec4_fragment
7122 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_vertex
7123 dEQP-VK.glsl.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/vk-gl-cts/android/cts/master/src/
Dgles3-master-2020-03-01.txt7302 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_vertex
7303 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_fragment
7304 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_vertex
7305 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_fragment
7306 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_vertex
7307 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_fragment
7308 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_vertex
7309 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_fragment
7310 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_vertex
7311 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles3-master.txt5835 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_vertex
5836 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_fragment
5837 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_vertex
5838 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_fragment
5839 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_vertex
5840 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_fragment
5841 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_vertex
5842 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_fragment
5843 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_vertex
5844 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/vk-gl-cts/android/cts/master/
Dgles3-master.txt7302 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_vertex
7303 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_fragment
7304 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_vertex
7305 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_fragment
7306 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_vertex
7307 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_fragment
7308 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_vertex
7309 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_fragment
7310 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_vertex
7311 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dgles3-master.txt7302 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_vertex
7303 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_fragment
7304 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_vertex
7305 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_fragment
7306 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_vertex
7307 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_fragment
7308 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_vertex
7309 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_fragment
7310 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_vertex
7311 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles3-master.txt6826 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_vertex
6827 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_fragment
6828 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_vertex
6829 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_fragment
6830 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_vertex
6831 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_fragment
6832 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_vertex
6833 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_fragment
6834 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_vertex
6835 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles3-master.txt5835 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_vertex
5836 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_int_fragment
5837 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_vertex
5838 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec2_fragment
5839 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_vertex
5840 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec3_fragment
5841 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_vertex
5842 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_ivec4_fragment
5843 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_vertex
5844 dEQP-GLES3.functional.shaders.operator.unary_operator.bitwise_not.highp_uint_fragment
[all …]

12