Searched defs:fixed (Results 1 - 25 of 80) sorted by relevance

1234

/external/icu/icu4c/source/layout/
H A DLEFontInstance.h427 * values in a 16.16 fixed point format to floating point.
429 * @param fixed - the fixed point value
435 static inline float fixedToFloat(le_int32 fixed);
439 * floating point values to 16.16 fixed point format.
443 * @return the fixed point value
513 inline float LEFontInstance::fixedToFloat(le_int32 fixed) argument
515 return (float) (fixed / 65536.0);
/external/sfntly/cpp/src/sfntly/math/
H A Dfixed1616.h26 static inline int32_t Integral(int32_t fixed) { argument
27 return (fixed >> 16);
30 static inline int32_t Fractional(int32_t fixed) { argument
31 return (fixed & 0xffff);
/external/icu/icu4c/as_is/
H A Dbomlist.py20 fixed=0 variable
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js35 fixed: 'tt', italics: 'i', small: 'small',
/external/skia/gm/
H A Dninepatchstretch.cpp79 const SkScalar fixed = SkIntToScalar(fBitmap.width() - fCenter.width()); variable
82 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
83 { fixed * 4 / 5, fixed * 4 }, // shrink in X
84 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
85 { fixed * 4, fixed * 4 }
100 SkRect r = SkRect::MakeXYWH(x + ix * fixed,
[all...]
/external/clang/test/CodeGen/
H A Darm-abi-vector.c16 double varargs_vec_2i(int fixed, ...) { argument
41 double sum = fixed;
42 va_start(ap, fixed);
59 double varargs_vec_3c(int fixed, ...) { argument
73 double sum = fixed;
74 va_start(ap, fixed);
91 double varargs_vec_5c(int fixed, ...) { argument
116 double sum = fixed;
117 va_start(ap, fixed);
134 double varargs_vec_9c(int fixed, argument
177 varargs_vec_19c(int fixed, ...) argument
209 varargs_vec_3s(int fixed, ...) argument
247 varargs_vec_5s(int fixed, ...) argument
296 varargs_struct(int fixed, ...) argument
[all...]
H A Darm64-abi-vector.c16 double varargs_vec_3c(int fixed, ...) { argument
22 double sum = fixed;
23 va_start(ap, fixed);
36 double varargs_vec_4c(int fixed, ...) { argument
42 double sum = fixed;
43 va_start(ap, fixed);
56 double varargs_vec_5c(int fixed, ...) { argument
62 double sum = fixed;
63 va_start(ap, fixed);
76 double varargs_vec_9c(int fixed, argument
98 varargs_vec_19c(int fixed, ...) argument
118 varargs_vec_3s(int fixed, ...) argument
138 varargs_vec_5s(int fixed, ...) argument
160 varargs_vec_3i(int fixed, ...) argument
182 varargs_vec_5i(int fixed, ...) argument
203 varargs_vec_3d(int fixed, ...) argument
224 varargs_vec(int fixed, ...) argument
286 args_vec_3c(int fixed, __char3 c3) argument
302 args_vec_5c(int fixed, __char5 c5) argument
318 args_vec_9c(int fixed, __char9 c9) argument
334 args_vec_19c(int fixed, __char19 c19) argument
348 args_vec_3s(int fixed, __short3 c3) argument
364 args_vec_5s(int fixed, __short5 c5) argument
380 args_vec_3i(int fixed, __int3 c3) argument
396 args_vec_5i(int fixed, __int5 c5) argument
410 args_vec_3d(int fixed, __double3 c3) argument
[all...]
/external/eigen/bench/
H A Dquat_slerp.cpp239 cout << "\nSpeed:\n" << std::fixed; member in class:std
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h76 * normalized values, or fixed point.
80 * Floating-point. Cannot be used with fixed. Integer numbers are
89 unsigned fixed:1; member in struct:lp_type
106 * For floating and fixed point formats it means the values should be
114 * For fixed point values, the fixed point is assumed to be at half the
286 res_type.fixed = TRUE;
300 res_type.fixed = TRUE;
/external/opencv3/3rdparty/zlib/
H A Dinfback.c74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
88 static code fixed[544]; local
90 /* build fixed huffman tables if first call (may not be thread safe) */
101 next = fixed;
308 case 1: /* fixed block */
310 Tracev((stderr, "inflate: fixed codes block%s\n",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
253 fixed code decoding. Normally this returns fixed tables from inffixed.h.
267 static code fixed[544]; local
269 /* build fixed huffman tables if first call (may not be thread safe) */
280 next = fixed;
331 puts(" /* inffixed.h -- table for decoding fixed codes");
843 case 1: /* fixed block */
845 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/valgrind/none/tests/linux/
H A Dmremap2.c43 // A suitable attempted fixed dst is workingarea + 150*PAGE.
108 int alocal, maymove, fixed, nsi, dstpossible; local
121 for (fixed = 0; fixed <= 1; fixed++) {
129 (fixed ? MREMAP_FIXED : 0);
143 printf("maymv %d fixed %d newsz %2d dstpo %d dst %p -> ",
144 maymove, fixed, newsizes[nsi], dstpossible, dst );
/external/zlib/src/
H A Dinfback.c74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
88 static code fixed[544]; local
90 /* build fixed huffman tables if first call (may not be thread safe) */
101 next = fixed;
308 case 1: /* fixed block */
310 Tracev((stderr, "inflate: fixed codes block%s\n",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
253 fixed code decoding. Normally this returns fixed tables from inffixed.h.
267 static code fixed[544]; local
269 /* build fixed huffman tables if first call (may not be thread safe) */
280 next = fixed;
331 puts(" /* inffixed.h -- table for decoding fixed codes");
843 case 1: /* fixed block */
845 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/kernel-headers/original/uapi/linux/
H A Dif_hippi.h104 __be32 fixed; member in struct:hippi_fp_hdr
/external/pdfium/third_party/zlib_v128/
H A Dinfback.c74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
88 static code fixed[544]; local
90 /* build fixed huffman tables if first call (may not be thread safe) */
101 next = fixed;
308 case 1: /* fixed block */
310 Tracev((stderr, "inflate: fixed codes block%s\n",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
253 fixed code decoding. Normally this returns fixed tables from inffixed.h.
267 static code fixed[544]; local
269 /* build fixed huffman tables if first call (may not be thread safe) */
280 next = fixed;
331 puts(" /* inffixed.h -- table for decoding fixed codes");
843 case 1: /* fixed block */
845 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_WhiteRectangleDetector.cpp244 int32_t fixed,
248 if (m_image->Get(x, fixed)) {
254 if (m_image->Get(fixed, y)) {
242 ContainsBlackPoint(int32_t a, int32_t b, int32_t fixed, FX_BOOL horizontal) argument
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc74 bool fixed = true; local
86 fixed = (glyph_size <= 0) ? false : fixed;
89 return (fixed ? 1 : -1) * size;
/external/skia/src/utils/
H A DSkNinePatch.cpp59 // stretchy areas and scale the fixed areas to fit within the target bounds.
64 delta = SkScalarMul(delta, -stretchFactor); // scale fixed areas
66 // fixed and scale the stretchable areas to fill the target bounds.
160 const SkScalar fixed = SkIntToScalar(bitmap.width() - stretchSize); local
161 if (bounds.width() >= fixed)
162 stretchX = (bounds.width() - fixed) / stretchSize;
164 stretchX = -bounds.width() / fixed;
172 const SkScalar fixed = SkIntToScalar(bitmap.height() - stretchSize); local
173 if (bounds.height() >= fixed)
174 stretchY = (bounds.height() - fixed) / stretchSiz
[all...]
/external/zlib/src/contrib/infback9/
H A Dinfback9.c48 Build and output length and distance decoding tables for fixed code
59 code fixed[544]; local
67 next = fixed;
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
291 case 1: /* fixed block */
296 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/zlib/src/contrib/puff/
H A Dpuff.c49 * - Fix fixed codes table error
89 * they are fixed by the deflate format.
95 #define FIXLCODES 288 /* number of fixed literal/length codes */
232 * in the deflate format. See the format notes for fixed() and dynamic().
329 * fixed() and is not verified by construct().
333 * - Permitted and expected examples of incomplete codes are one of the fixed
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
386 * - Compressed data that is after the block type if fixed or after the code
476 return -10; /* invalid fixed code */
508 /* done with a valid fixed o
536 local int fixed(struct state *s) function
[all...]
/external/curl/src/
H A Dtool_urlglob.c37 static CURLcode glob_fixed(URLGlob *glob, char *fixed, size_t len) argument
54 memcpy(pat->content.Set.elements[0], fixed, len);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageViewTests.cpp184 fragmentSrc << "textureLod(texSampler, vtxTexCoords." << texCoordSwizzle << ", " << std::fixed << m_samplerLod << ")";
186 fragmentSrc << "texture(texSampler, vtxTexCoords." << texCoordSwizzle << ")" << std::fixed; member in class:vkt::pipeline::__anon3674::std
/external/v8/src/wasm/
H A Dwasm-module.cc187 Handle<FixedArray> fixed = isolate->factory()->NewFixedArray(2 * table_size); local
191 fixed->set(i, Smi::FromInt(function->sig_index));
193 return fixed;

Completed in 950 milliseconds

1234