Searched refs:xint (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/keras/applications/ |
D | imagenet_utils_test.py | 39 xint = x.astype('int32') 41 self.assertEqual(utils.preprocess_input(xint).shape, xint.shape) 44 out1int = utils.preprocess_input(xint, 'channels_last') 48 np.transpose(xint, (0, 3, 1, 2)), 'channels_first') 54 xint = x.astype('int32') 56 self.assertEqual(utils.preprocess_input(xint).shape, xint.shape) 59 out1int = utils.preprocess_input(xint, 'channels_last') 62 np.transpose(xint, (2, 0, 1)), 'channels_first') 69 xint = x.astype('int') 71 xint2 = utils.preprocess_input(xint) [all …]
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | poly_to_lsp.c | 38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local 117 xint = xlow; in WebRtcIlbcfix_Poly2Lsp() 135 xint = xlow-(int16_t)(tmpW32&0xFFFF); in WebRtcIlbcfix_Poly2Lsp() 139 lsp[foundFreqs] = (int16_t)xint; in WebRtcIlbcfix_Poly2Lsp() 144 xlow = xint; in WebRtcIlbcfix_Poly2Lsp()
|
/external/starlark-go/starlark/ |
D | int.go | 354 xint, ok := x.(Int) 362 i, ok := xint.Int64() 364 return fmt.Errorf("%s out of range (want value in signed %d-bit range)", xint, bits) 380 i, ok := xint.Uint64() 382 return fmt.Errorf("%s out of range (want value in unsigned %d-bit range)", xint, bits)
|
/external/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/ |
D | memintrin.ll | 94 %xint = ptrtoint i32* %x to i32 96 %d = sub i32 %xint, %yint
|