Searched refs:bitwise (Results 1 – 25 of 169) sorted by relevance
1234567
/external/libogg/src/ |
D | Makefile.in | 60 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 …]
|
D | Makefile.am | 7 libogg_la_SOURCES = framing.c bitwise.c 14 test_bitwise_SOURCES = bitwise.c
|
/external/libogg/macosx/Ogg.xcodeproj/ |
D | project.pbxproj | 10 …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/ |
D | functional.shaders.int_op.txt | 35 - bitwise not 42 - bitwise and 43 - bitwise or 44 - bitwise xor
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 102 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/ |
D | number.rst | 104 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/python_api/ |
D | api_def_BitwiseXor.pbtxt | 4 name: "bitwise.bitwise_xor"
|
D | api_def_Invert.pbtxt | 4 name: "bitwise.invert"
|
D | api_def_LeftShift.pbtxt | 4 name: "bitwise.left_shift"
|
D | api_def_RightShift.pbtxt | 4 name: "bitwise.right_shift"
|
D | api_def_BitwiseOr.pbtxt | 4 name: "bitwise.bitwise_or"
|
D | api_def_BitwiseAnd.pbtxt | 4 name: "bitwise.bitwise_and"
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-bigendian.ll | 93 ; 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/ |
D | Android.bp | 5 "src/bitwise.c",
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LeftShift.pbtxt | 3 summary: "Elementwise computes the bitwise left-shift of `x` and `y`."
|
D | api_def_BitwiseAnd.pbtxt | 3 summary: "Elementwise computes the bitwise AND of `x` and `y`."
|
D | api_def_BitwiseXor.pbtxt | 3 summary: "Elementwise computes the bitwise XOR of `x` and `y`."
|
D | api_def_BitwiseOr.pbtxt | 3 summary: "Elementwise computes the bitwise OR of `x` and `y`."
|
/external/e2fsprogs/util/ |
D | android_types.h | 27 #define __bitwise __attribute__((bitwise))
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_types.h | 27 #define __bitwise __attribute__((bitwise))
|
/external/iproute2/include/uapi/linux/ |
D | types.h | 18 #define __bitwise__ __attribute__((bitwise))
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_types.h | 27 #define __bitwise __attribute__((bitwise))
|
/external/e2fsprogs/lib/blkid/ |
D | blkid_types.h | 27 #define __bitwise __attribute__((bitwise))
|
/external/kernel-headers/original/uapi/linux/ |
D | types.h | 23 #define __bitwise__ __attribute__((bitwise))
|
/external/iptables/include/linux/ |
D | types.h | 17 #define __bitwise__ __attribute__((bitwise))
|
1234567