Searched refs:floor (Results 1 – 9 of 9) sorted by relevance
145 const int white_count = cvRound(floor(size.width/2.0)*floor(size.height/2.0)); in checkQuads()
746 size_t smallHeight = (size_t)floor(patternSize.height / 2.); in isDetectionCorrect()
169 integerized_float_result = (OI_INT32)floor(0.5f + float_result * (1 << 15)); in OI_SBC_Dequant()
86 #define FIX(x,bits) (((int)floor(0.5f+((x)*((float)(1<<bits)))))/((float)(1<<bits))) in float_dct2_8()
169 #undef floor232 #define floor(x) __tg_real(floor, (x)) macro
1440 double floor(double);
1711 … free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor,
1194 unsigned int scan, floor; in task_scan_min() local1200 floor = FAIR_ONETHOUSAND / windows; in task_scan_min()1203 return max_t(unsigned int, floor, scan); in task_scan_min()