Home
last modified time | relevance | path

Searched refs:EXT1 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/
Dhlo-legalize-shape-ops-to-standard.mlir18 // 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/
Dsign_extend.ll68 ; 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/
Dpickle.py151 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/
Dpickle.py160 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/
Dpickletester.py1334 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/
DcPickle.c77 #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.c83 EXT1 = '\x82', enumerator
3696 pdata[0] = EXT1; in save_global()
6937 OP_ARG(EXT1, load_extension, 1) in load()
/external/python/cpython3/Lib/test/
Dpickletester.py2189 self.produce_global_ext(0x00000001, pickle.EXT1) # smallest EXT1 code
2190 self.produce_global_ext(0x000000ff, pickle.EXT1) # largest EXT1 code