Searched refs:doubleValue (Results 1 – 3 of 3) sorted by relevance
1291 double doubleValue = in valuePassesThreshold() local1295 return doubleValue < (double)mUploadThreshold->lt_int(); in valuePassesThreshold()1297 return doubleValue > (double)mUploadThreshold->gt_int(); in valuePassesThreshold()1299 return doubleValue <= (double)mUploadThreshold->lte_int(); in valuePassesThreshold()1301 return doubleValue >= (double)mUploadThreshold->gte_int(); in valuePassesThreshold()1303 return doubleValue <= (double)mUploadThreshold->lt_float(); in valuePassesThreshold()1305 return doubleValue >= (double)mUploadThreshold->gt_float(); in valuePassesThreshold()
367 double doubleValue = (value - oldShape.offset) * oldShape.scale; in requantize() local368 double doubleRet = doubleValue / newShape.scale + newShape.offset; in requantize()376 double doubleValue = (value - oldShape.offset) * oldShape.scale; in requantize() local377 double doubleRet = doubleValue / newShape.scale + newShape.offset; in requantize()
118 res.append(((Number) arg).doubleValue()); in bindSelection()487 st.bindDouble(i + 1, ((Number) bindArg).doubleValue()); in bindArgs()