Searched refs:doublePtr (Results 1 – 4 of 4) sorted by relevance
263 doublePtr = (double *)outRaw; \264 *doublePtr = (double)(*inType##Ptr); \328 Long wholeValue = (Long)*doublePtr;\329 double largeRemainder = ( *doublePtr - (double)wholeValue ) * 10.0; \354 wholeValue = (Long)lrint_clamped( *doublePtr ); \388 double *doublePtr; in convert_explicit_value() local421 doublePtr = (double *)outRaw; in convert_explicit_value()422 *doublePtr = ( *boolPtr ) ? -1.0 : 0.0; in convert_explicit_value()834 doublePtr = (double *)inRaw; in convert_explicit_value()882 cl_double *doublePtr; in generate_random_data() local[all …]
176 const UnicodeString &str, void *doublePtr, UErrorCode &status) { in strToDouble() argument185 *static_cast<double *>(doublePtr) = atof(buffer.data()); in strToDouble()189 const void *doublePtr, UnicodeString &appendTo) { in doubleToStr() argument191 double x = *static_cast<const double *>(doublePtr); in doubleToStr()
623 pData = libpointer('doublePtr', data(1));