Searched defs:FLOOR (Results 1 - 12 of 12) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
H A DComposableFunction.java186 public static final ComposableFunction FLOOR = new ComposableFunction() { field in class:ComposableFunction
/external/libvncserver/libvncserver/
H A Dscale.c67 #define FLOOR(x) ( (double) ((int) (x)) ) macro
107 x2 = FLOOR(x1);
108 y2 = FLOOR(y1);
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c20 #define FLOOR(x,q) ((x) & -(1 << (q))) macro
202 overlap_b_row = FLOOR(new_row / 4, 3) >> 3;
203 overlap_b_col = FLOOR(new_col / 4, 3) >> 3;
208 overlap_mb_row = FLOOR((overlap_b_row << 3) / 4, 3) >> 3;
209 overlap_mb_col = FLOOR((overlap_b_col << 3) / 4, 3) >> 3;
/external/freetype/src/smooth/
H A Dftgrays.c314 #undef FLOOR macro
323 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
/external/pdfium/third_party/freetype/src/smooth/
H A Dftgrays.c294 #undef FLOOR macro
303 #define FLOOR( x ) ( (x) & -ONE_PIXEL ) macro
/external/freetype/src/raster/
H A Dftraster.c444 #undef FLOOR macro
449 #define FLOOR( x ) ( (x) & -ras.precision ) macro
458 (Bool)( x - FLOOR( x ) >= ras.precision_half )
1204 e2 = FLOOR( y2 );
2214 e2 = TRUNC( FLOOR( x2 ) );
2301 e2 = FLOOR ( x2 );
2320 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2369 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2466 e2 = FLOOR ( x2 );
2527 e2 = FLOOR ( x
[all...]
/external/libvncserver/x11vnc/
H A Dscan.c639 #define FLOOR(x) ( (double) ((int) (x)) ) macro
908 i1 = FLOOR(X1/dx);
918 j1 = FLOOR(Y1/dy);
983 J1 = (int) FLOOR(y1);
1009 I1 = (int) FLOOR(x1);
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c445 #undef FLOOR macro
450 #define FLOOR( x ) ( (x) & -ras.precision ) macro
459 (Bool)( x - FLOOR( x ) >= ras.precision_half )
1298 e2 = FLOOR( y2 );
2302 e2 = TRUNC( FLOOR( x2 ) );
2385 e2 = FLOOR ( x2 );
2402 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2451 pxl = FLOOR( ( x1 + x2 - 1 ) / 2 + ras.precision_half );
2543 e2 = FLOOR ( x2 );
2597 e2 = FLOOR ( x
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 384 milliseconds