Home
last modified time | relevance | path

Searched refs:bitwise (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/libogg/src/
DMakefile.in60 am_libogg_la_OBJECTS = framing.lo bitwise.lo
63 am_test_bitwise_OBJECTS = test_bitwise-bitwise.$(OBJEXT)
207 libogg_la_SOURCES = framing.c bitwise.c
209 test_bitwise_SOURCES = bitwise.c
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitwise.Plo@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_bitwise-bitwise.Po@am__quote@
321 test_bitwise-bitwise.o: bitwise.c
322 …bitwise-bitwise.o -MD -MP -MF "$(DEPDIR)/test_bitwise-bitwise.Tpo" -c -o test_bitwise-bitwise.o `t…
326 …t_bitwise_CFLAGS) $(CFLAGS) -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo '$(srcdir)/'…
328 test_bitwise-bitwise.obj: bitwise.c
[all …]
DMakefile.am7 libogg_la_SOURCES = framing.c bitwise.c
14 test_bitwise_SOURCES = bitwise.c
/external/libogg/macosx/Ogg.xcodeproj/
Dproject.pbxproj10 …734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */ = {isa = PBXBuildFile; fileRef = 730F236109181…
17 …B638C /* bitwise.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode…
79 730F236109181A8D00AB638C /* bitwise.c */,
148 734FB2E70B18B36F00D561D7 /* bitwise.c in Sources */,
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.int_op.txt35 - bitwise not
42 - bitwise and
43 - bitwise or
44 - bitwise xor
/external/python/cpython3/Doc/c-api/
Dnumber.rst102 Returns the bitwise negation of *o* on success, or *NULL* on failure. This is
120 Returns the "bitwise and" of *o1* and *o2* on success and *NULL* on failure.
126 Returns the "bitwise exclusive or" of *o1* by *o2* on success, or *NULL* on
132 Returns the "bitwise or" of *o1* and *o2* on success, or *NULL* on failure.
216 Returns the "bitwise and" of *o1* and *o2* on success and *NULL* on failure. The
223 Returns the "bitwise exclusive or" of *o1* by *o2* on success, or *NULL* on
230 Returns the "bitwise or" of *o1* and *o2* on success, or *NULL* on failure. The
/external/python/cpython2/Doc/c-api/
Dnumber.rst104 Returns the bitwise negation of *o* on success, or *NULL* on failure. This is
122 Returns the "bitwise and" of *o1* and *o2* on success and *NULL* on failure.
128 Returns the "bitwise exclusive or" of *o1* by *o2* on success, or *NULL* on
134 Returns the "bitwise or" of *o1* and *o2* on success, or *NULL* on failure.
220 Returns the "bitwise and" of *o1* and *o2* on success and *NULL* on failure. The
227 Returns the "bitwise exclusive or" of *o1* by *o2* on success, or *NULL* on
234 Returns the "bitwise or" of *o1* and *o2* on success, or *NULL* on failure. The
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_BitwiseAnd.pbtxt4 name: "bitwise.BitwiseAnd"
Dapi_def_LeftShift.pbtxt4 name: "bitwise.LeftShift"
Dapi_def_Invert.pbtxt4 name: "bitwise.Invert"
Dapi_def_RightShift.pbtxt4 name: "bitwise.RightShift"
Dapi_def_BitwiseXor.pbtxt4 name: "bitwise.BitwiseXor"
Dapi_def_BitwiseOr.pbtxt4 name: "bitwise.BitwiseOr"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_BitwiseAnd.pbtxt4 name: "bitwise.bitwise_and"
Dapi_def_LeftShift.pbtxt4 name: "bitwise.left_shift"
Dapi_def_Invert.pbtxt4 name: "bitwise.invert"
Dapi_def_BitwiseOr.pbtxt4 name: "bitwise.bitwise_or"
Dapi_def_RightShift.pbtxt4 name: "bitwise.right_shift"
Dapi_def_BitwiseXor.pbtxt4 name: "bitwise.bitwise_xor"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dbitcast-bigendian.ll95 ; No change. Bitcasts are canonicalized above bitwise logic.
108 ; No change. Bitcasts are canonicalized above bitwise logic.
121 ; No change. Bitcasts are canonicalized above bitwise logic.
/external/llvm/test/Transforms/InstCombine/
Dbitcast-bigendian.ll93 ; Verify that 'xor' of vector and constant is done as a vector bitwise op before the bitcast.
106 ; Verify that 'and' of integer and constant is done as a vector bitwise op before the bitcast.
119 ; Verify that 'or' of vector and constant is done as an integer bitwise op before the bitcast.
/external/libogg/
DAndroid.bp5 "src/bitwise.c",
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LeftShift.pbtxt3 summary: "Elementwise computes the bitwise left-shift of `x` and `y`."
Dapi_def_BitwiseXor.pbtxt3 summary: "Elementwise computes the bitwise XOR of `x` and `y`."
Dapi_def_BitwiseOr.pbtxt3 summary: "Elementwise computes the bitwise OR of `x` and `y`."
Dapi_def_BitwiseAnd.pbtxt3 summary: "Elementwise computes the bitwise AND of `x` and `y`."

12345678910