HomeSort by relevance Sort by last modified time
    Searched refs:u_bottomNBytesOfDouble (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
putil.c 164 WARNING! u_topNBytesOfDouble and u_bottomNBytesOfDouble
180 u_bottomNBytesOfDouble(double* d, int n)
302 uint32_t lowBits = *(uint32_t*)u_bottomNBytesOfDouble(&number,
327 uint32_t lowBits = *(uint32_t*)u_bottomNBytesOfDouble(&number,
450 lowBits = *(uint32_t*) u_bottomNBytesOfDouble(&x, sizeof(uint32_t));
471 lowBits = *(uint32_t*) u_bottomNBytesOfDouble(&y, sizeof(uint32_t));
500 lowBits = *(uint32_t*) u_bottomNBytesOfDouble(&d, sizeof(uint32_t));
    [all...]
  /external/icu4c/common/
putil.c 181 WARNING! u_topNBytesOfDouble and u_bottomNBytesOfDouble
197 u_bottomNBytesOfDouble(double* d, int n)
322 uint32_t lowBits = *(uint32_t*)u_bottomNBytesOfDouble(&number,
347 uint32_t lowBits = *(uint32_t*)u_bottomNBytesOfDouble(&number,
470 lowBits = *(uint32_t*) u_bottomNBytesOfDouble(&x, sizeof(uint32_t));
491 lowBits = *(uint32_t*) u_bottomNBytesOfDouble(&y, sizeof(uint32_t));
520 lowBits = *(uint32_t*) u_bottomNBytesOfDouble(&d, sizeof(uint32_t));
    [all...]

Completed in 1427 milliseconds