Searched refs:input32 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_test_pack.c | 580 float input32[4]; in bit_packing() local 583 bit_generate_float4(input32); in bit_packing() 586 bit_constant_helper(dev, (uint32_t *) input32, debug); in bit_packing() 591 (uint32_t *) input32; in bit_packing() 595 bit_round_helper(dev, (uint32_t *) input32, sz, true, debug); in bit_packing() 606 bit_csel_helper(dev, sz, (uint32_t *) input32, debug); in bit_packing() 622 bit_convert_helper(dev, 32, 32, 0, 0, false, rm, (uint32_t *) input32, debug); in bit_packing() 625 … bit_convert_helper(dev, 32, 16, c, 0, false, rm, (uint32_t *) input32, debug); in bit_packing() 633 bit_frexp_helper(dev, (uint32_t *) input32, debug); in bit_packing() 634 bit_reduce_helper(dev, (uint32_t *) input32, debug); in bit_packing() [all …]
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 237 GPBCodedInputStream* input32 = [GPBCodedInputStream streamWithData:data]; 238 XCTAssertEqual(value32, [input32 readInt32]); 249 GPBCodedInputStream* input32 = [GPBCodedInputStream streamWithData:data]; 250 XCTAssertEqual(value32, [input32 readInt32]); 261 GPBCodedInputStream* input32 = [GPBCodedInputStream streamWithData:data]; 262 XCTAssertEqual(value32, [input32 readInt32]);
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | pcrel-linkeropt.ll | 16 @input32 = external global i32, align 4 78 ; CHECK-NEXT: pld r3, input32@got@pcrel(0), 1 86 %0 = load i32, i32* @input32, align 4 389 ; CHECK-NEXT: pld r3, input32@got@pcrel(0), 1 392 ret i32* @input32
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils_test.cc | 693 Tensor input32(DT_QINT32, TensorShape({input_height, input_width})); in TestQuantizedTensorToFloat() local 703 test::FillValues<qint32>(&input32, {-16384, 0, 16256, -13440, -13312, -13184, in TestQuantizedTensorToFloat() 707 input32, q_compatible_min_value, q_compatible_max_value); in TestQuantizedTensorToFloat()
|