Searched refs:EXT1 (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | hlo-legalize-shape-ops-to-standard.mlir | 18 // CHECK: %[[EXT1:.*]] = shape.get_extent %[[IT]], %[[ARG]] : tensor<2xindex>, index -> index 19 // CHECK: %[[IS_DYNAMIC:.*]] = arith.cmpi eq, %[[EXT1]], %[[N1]] : index 20 // CHECK: %[[EXTENT:.*]] = arith.select %[[IS_DYNAMIC]], %[[DYNAMIC_EXTENT]], %[[EXT1]] : index
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | sign_extend.ll | 68 ; GCN-DAG: s_bfe_i32 [[EXT1:s[0-9]+]], [[VAL]], 0x80008 73 ; GCN-DAG: v_mov_b32_e32 [[VEXT1:v[0-9]+]], [[EXT1]] 100 ; GCN-DAG: v_bfe_i32 [[EXT1:v[0-9]+]], [[VAL]], 8, 8 105 ; GCN: buffer_store_dword [[EXT1]]
|
/external/python/cpython2/Lib/ |
D | pickle.py | 151 EXT1 = '\x82' # push object from extension registry; 1-byte index variable 766 write(EXT1 + chr(code)) 1103 dispatch[EXT1] = load_ext1
|
/external/python/cpython3/Lib/ |
D | pickle.py | 160 EXT1 = b'\x82' # push object from extension registry; 1-byte index variable 1085 write(EXT1 + pack("<B", code)) 1544 dispatch[EXT1[0]] = load_ext1
|
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 1334 self.produce_global_ext(0x00000001, pickle.EXT1) # smallest EXT1 code 1335 self.produce_global_ext(0x000000ff, pickle.EXT1) # largest EXT1 code
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 77 #define EXT1 '\x82' /* push object from extension registry; 1-byte index */ macro 2280 c_str[0] = EXT1; in save_global() 4915 case EXT1: in load() 5332 case EXT1: in noload()
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 83 EXT1 = '\x82', enumerator 3696 pdata[0] = EXT1; in save_global() 6937 OP_ARG(EXT1, load_extension, 1) in load()
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 2189 self.produce_global_ext(0x00000001, pickle.EXT1) # smallest EXT1 code 2190 self.produce_global_ext(0x000000ff, pickle.EXT1) # largest EXT1 code
|