Searched
full:fixed (Results
1276 -
1300 of
7512) sorted by null
<<51525354555657585960>>
/external/eigen/doc/ |
I02_HiPerformance.dox | 8 for small fixed size matrices. For large matrices, however, it might be useful to 107 so that no temporary is required. (tip: for very small fixed size matrix
|
/external/eigen/test/eigen2/ |
eigen2_newstdvector.cpp | 123 // some non vectorizable fixed sizes 128 // some vectorizable fixed sizes
|
eigen2_qtvector.cpp | 132 // some non vectorizable fixed sizes 137 // some vectorizable fixed sizes
|
eigen2_stdvector.cpp | 122 // some non vectorizable fixed sizes 127 // some vectorizable fixed sizes
|
/external/eigen/test/ |
qtvector.cpp | 132 // some non vectorizable fixed sizes 137 // some vectorizable fixed sizes
|
stdvector.cpp | 122 // some non vectorizable fixed sizes 127 // some vectorizable fixed sizes
|
stdvector_overload.cpp | 136 // some non vectorizable fixed sizes 141 // some vectorizable fixed sizes
|
/external/icu4c/layout/ |
LEFontInstance.h | 449 * values in a 16.16 fixed point format to floating point. 451 * @param fixed - the fixed point value 457 static inline float fixedToFloat(le_int32 fixed); 461 * floating point values to 16.16 fixed point format. 465 * @return the fixed point value 535 inline float LEFontInstance::fixedToFloat(le_int32 fixed) 537 return (float) (fixed / 65536.0);
|
/external/jsilver/src/com/google/streamhtmlparser/util/ |
CharacterRecorder.java | 64 * Constructs an empty character recorder of fixed size currently 73 * Constructs a character recorder of fixed size that is a copy
|
/external/kernel-headers/original/linux/ |
kd.h | 152 unsigned char __user *data; /* font data with height fixed to 32 */ 158 unsigned char *data; /* font data with height fixed to 32 */
|
/external/libgsm/ |
ChangeLog | 49 src/lpc.c: fixed 16-bit addition overflow in Autocorrelation code 83 fixed L_add(0,-1) in src/add.c and inc/private.h,
|
/external/libvorbis/ |
libvorbis.spec | 26 general-purpose compressed audio format for audio and music at fixed 113 - Fixed requires, copyright string.
|
libvorbis.spec.in | 26 general-purpose compressed audio format for audio and music at fixed 113 - Fixed requires, copyright string.
|
/external/libvpx/libvpx/vp8/common/ |
idctllm.c | 15 * This implementation makes use of 16 bit fixed point verio of two multiply 20 * fixed point precision as the second one, we use a trick of
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 384 src_type.fixed == 0 && 391 dst_type.fixed == 0 && 439 src_type.fixed == 0 && 446 dst_type.fixed == 0 && 547 if(!dst_type.fixed && !dst_type.sign && dst_type.norm) { 642 if(!src_type.fixed && !src_type.sign && src_type.norm) { 737 src_type.fixed = FALSE; 742 dst_type.fixed = FALSE;
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_pool.c | 203 debug_printf("warning: out of fixed size buffer objects\n"); 211 debug_printf("error: fixed size buffer pool corruption\n");
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_pack.py | 66 elif channel.type in (SIGNED, FIXED): 84 elif channel.type in (SIGNED, FIXED): 122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED): 167 elif channel.type in (SIGNED, FIXED): 208 if type.type == FIXED: 217 if type.type == FIXED: 359 if src_norm or src_type == FIXED: 383 if dst_channel.norm or dst_channel.type == FIXED:
|
/external/mesa3d/src/mapi/glapi/gen/ |
gl_API.dtd | 13 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" 19 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude">
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AuthorizationParser.java | 110 * Added NIST disclaimer to all public domain files. Clean up some javadoc. Fixed a leak 121 * Fixed some encode methods.
|
CallIDParser.java | 121 * Added NIST disclaimer to all public domain files. Clean up some javadoc. Fixed a leak 132 * Fixed some encode methods.
|
ContentLengthParser.java | 107 * Added NIST disclaimer to all public domain files. Clean up some javadoc. Fixed a leak 118 * Fixed some encode methods.
|
/external/opencv/cvaux/src/ |
cvclique.cpp | 285 /* we have all sets and will choose fixed point */ 325 fixp[k] = p; //set current point as fixed 327 if (i < ne[k]) //if current fixed point belongs to 'not' 333 s[k] = i; //selected candidate is fixed point itself 539 /* we have all sets and will choose fixed point */ 572 fixp[k] = p; //set current point as fixed 574 if (i < ne[k]) //if current fixed point belongs to 'not' 580 s[k] = i; //selected candidate is fixed point itself
|
/external/openssh/ |
compress.c | 105 /* Set up fixed-size output buffer. */ 144 /* Set up fixed-size output buffer. */
|
/external/skia/src/core/ |
SkCubicClipper.cpp | 41 const SkScalar tol = SK_Scalar1 / 16384; // This leaves 2 fixed noise bits. 91 const SkScalar tol = SK_Scalar1 / 65536; // 1 for fixed, 1e-5 for float.
|
/external/skia/src/gpu/ |
GrTextContext.cpp | 196 // now promote them to fixed (TODO: Rethink using fixed pt).
|
Completed in 320 milliseconds
<<51525354555657585960>>