Searched refs:x_int (Results 1 – 5 of 5) sorted by relevance
22 long int x_int; in WebRtcIsac_lrint() local26 fistp x_int in WebRtcIsac_lrint()29 return x_int; in WebRtcIsac_lrint()34 long int x_int; in WebRtcIsac_lrint() local35 x_int = (long int)floor(x_dbl + 0.499999999999); in WebRtcIsac_lrint()36 return x_int; in WebRtcIsac_lrint()
801 const int x_int, int *out_sf) { in polyval() argument802 FDK_ASSERT(x_int <= 31); /* otherwise getLog2[] needs more elements */ in polyval()810 if (x_int != 0) { in polyval()811 x_sf = getLog2[x_int]; in polyval()812 x = (FIXP_DBL)x_int << (DFRACT_BITS - 1 - x_sf); in polyval()
183 x_int = np.random.randint(0, 10, (7, 3, 5))187 return dataset_ops.Dataset.from_tensors((x_int, y_int))
106 x_int = resource_variable_ops.ResourceVariable(111 x_int, boundaries, values)
122 x_int = resource_variable_ops.ResourceVariable(129 decayed_lr(x_int)