Searched refs:doubleValue (Results 1 – 6 of 6) sorted by relevance
629 double doubleValue = in valuePassesThreshold() local633 return doubleValue < (double)mUploadThreshold->lt_int(); in valuePassesThreshold()635 return doubleValue > (double)mUploadThreshold->gt_int(); in valuePassesThreshold()637 return doubleValue <= (double)mUploadThreshold->lte_int(); in valuePassesThreshold()639 return doubleValue >= (double)mUploadThreshold->gte_int(); in valuePassesThreshold()641 return doubleValue <= (double)mUploadThreshold->lt_float(); in valuePassesThreshold()643 return doubleValue >= (double)mUploadThreshold->gt_float(); in valuePassesThreshold()
131 x = position.getX() == null ? 0.0 : position.getX().doubleValue(); in readConfigurationFile()132 y = position.getY() == null ? 0.0 : position.getY().doubleValue(); in readConfigurationFile()133 z = position.getZ() == null ? 0.0 : position.getZ().doubleValue(); in readConfigurationFile()
230 ((Float) value).doubleValue()); in parseCarPropertyValue()239 doubles[i] = floats[i].doubleValue(); in parseCarPropertyValue()294 ((Float) mixed[k++]).doubleValue()); in parseCarPropertyValue()299 doubles[i] = ((Float) mixed[k++]).doubleValue(); in parseCarPropertyValue()
276 double doubleValue = (value - oldShape.offset) * oldShape.scale; in requantize() local277 double doubleRet = doubleValue / newShape.scale + newShape.offset; in requantize()285 double doubleValue = (value - oldShape.offset) * oldShape.scale; in requantize() local286 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()
227 doubleArray[i] = ((Float) objList.get(i)).doubleValue(); in setPersistableBundleArrayField()