Searched refs:doublePtr (Results 1 – 4 of 4) sorted by relevance
270 doublePtr = (double *)outRaw; \271 *doublePtr = (double)(*inType##Ptr); \339 Long wholeValue = (Long)*doublePtr; \340 double largeRemainder = (*doublePtr - (double)wholeValue) * 10.0; \363 wholeValue = (Long)lrint_clamped(*doublePtr); \406 double *doublePtr; in convert_explicit_value() local440 doublePtr = (double *)outRaw; in convert_explicit_value()441 *doublePtr = (*boolPtr) ? -1.0 : 0.0; in convert_explicit_value()867 doublePtr = (double *)inRaw; in convert_explicit_value()918 cl_double *doublePtr; in generate_random_data() local[all …]
179 const UnicodeString &str, void *doublePtr, UErrorCode &status) { in strToDouble() argument188 *static_cast<double *>(doublePtr) = atof(buffer.data()); in strToDouble()192 const void *doublePtr, UnicodeString &appendTo) { in doubleToStr() argument194 double x = *static_cast<const double *>(doublePtr); in doubleToStr()
623 pData = libpointer('doublePtr', data(1));