Searched refs:lrint (Results 1 - 6 of 6) sorted by relevance

/external/qemu/fpu/
H A Dsoftfloat-native.c29 #define lrint(d) ((int32_t)rint(d)) macro
280 return long_to_int32(lrint(a));
/external/clang/lib/include/
H A Dtgmath.h996 // lrint
1004 __tg_lrint(double __x) {return lrint(__x);}
1010 #undef lrint macro
1011 #define lrint(__x) __tg_lrint(__tg_promote1((__x))(__x)) macro
/external/clang/lib/Headers/
H A Dtgmath.h996 // lrint
1004 __tg_lrint(double __x) {return lrint(__x);}
1010 #undef lrint macro
1011 #define lrint(__x) __tg_lrint(__tg_promote1((__x))(__x)) macro
/external/elfutils/libcpu/
H A Di386_parse.c2728 lrint (ceil (log2 (NMNES))));
H A Di386_parse.y1123 lrint (ceil (log2 (NMNES))));
/external/opencv/cxcore/include/
H A Dcxtypes.h224 return (int)lrint(value);

Completed in 110 milliseconds