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

  /external/opencv/cxcore/src/
cxpersistence.cpp 783 int inf_hi = 0x7ff00000; local
787 inf_hi = c == '-' ? 0xfff00000 : 0x7ff00000;
795 *(uint64*)value = ((uint64)inf_hi << 32);
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 898 int inf_hi = 0x7ff00000; local
902 inf_hi = c == '-' ? 0xfff00000 : 0x7ff00000;
912 v.i = (uint64)inf_hi << 32;
    [all...]

Completed in 305 milliseconds