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

1234

/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.py22 fixed=0 variable
/external/skia/gm/
H A Dninepatchstretch.cpp76 const SkScalar fixed = SkIntToScalar(fBitmap.width() - fCenter.width()); variable
79 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
80 { fixed * 4 / 5, fixed * 4 }, // shrink in X
81 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
82 { fixed * 4, fixed * 4 }
97 SkRect r = SkRect::MakeXYWH(x + ix * fixed,
[all...]
/external/skqp/gm/
H A Dninepatchstretch.cpp76 const SkScalar fixed = SkIntToScalar(fBitmap.width() - fCenter.width()); variable
79 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
80 { fixed * 4 / 5, fixed * 4 }, // shrink in X
81 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
82 { fixed * 4, fixed * 4 }
97 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.c19 double varargs_vec_2c(int fixed, ...) { argument
25 double sum = fixed;
26 va_start(ap, fixed);
38 double varargs_vec_3c(int fixed, ...) { argument
44 double sum = fixed;
45 va_start(ap, fixed);
58 double varargs_vec_4c(int fixed, ...) { argument
64 double sum = fixed;
65 va_start(ap, fixed);
78 double varargs_vec_5c(int fixed, argument
98 varargs_vec_9c(int fixed, ...) argument
120 varargs_vec_19c(int fixed, ...) argument
140 varargs_vec_3s(int fixed, ...) argument
160 varargs_vec_5s(int fixed, ...) argument
182 varargs_vec_3i(int fixed, ...) argument
204 varargs_vec_5i(int fixed, ...) argument
225 varargs_vec_3d(int fixed, ...) argument
246 varargs_vec(int fixed, ...) argument
308 args_vec_3c(int fixed, __char3 c3) argument
324 args_vec_5c(int fixed, __char5 c5) argument
340 args_vec_9c(int fixed, __char9 c9) argument
356 args_vec_19c(int fixed, __char19 c19) argument
370 args_vec_3s(int fixed, __short3 c3) argument
386 args_vec_5s(int fixed, __short5 c5) argument
402 args_vec_3i(int fixed, __int3 c3) argument
418 args_vec_5i(int fixed, __int5 c5) argument
432 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/flatbuffers/src/
H A Didl_gen_text.cpp158 const Table *table, bool fixed,
162 return Print(fixed ?
173 static bool GenFieldOffset(const FieldDef &fd, const Table *table, bool fixed, argument
177 if (fixed) {
212 auto is_present = struct_def.fixed || table->CheckField(fd.value.offset);
232 if (!GenField<CTYPE>(fd, table, struct_def.fixed, \
245 if (!GenFieldOffset(fd, table, struct_def.fixed, indent + Indent(opts),
157 GenField(const FieldDef &fd, const Table *table, bool fixed, const IDLOptions &opts, int indent, std::string *_text) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h81 * normalized values, or fixed point.
85 * Floating-point. Cannot be used with fixed. Integer numbers are
94 unsigned fixed:1; member in struct:lp_type
111 * For floating and fixed point formats it means the values should be
119 * For fixed point values, the fixed point is assumed to be at half the
188 type->fixed = format_desc->channel[0].type == UTIL_FORMAT_TYPE_FIXED;
321 res_type.fixed = TRUE;
335 res_type.fixed = TRUE;
/external/python/cpython2/Modules/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/python/cpython3/Modules/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
270 fixed code decoding. Normally this returns fixed tables from inffixed.h.
284 static code fixed[544]; local
286 /* build fixed huffman tables if first call (may not be thread safe) */
297 next = fixed;
348 puts(" /* inffixed.h -- table for decoding fixed codes");
866 case 1: /* fixed block */
868 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/syslinux/com32/lib/zlib/
H A Dinfback.c65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
79 static code fixed[544]; local
81 /* build fixed huffman tables if first call (may not be thread safe) */
92 next = fixed;
299 case 1: /* fixed block */
301 Tracev((stderr, "inflate: fixed codes block%s\n",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
232 fixed code decoding. Normally this returns fixed tables from inffixed.h.
246 static code fixed[544]; local
248 /* build fixed huffman tables if first call (may not be thread safe) */
259 next = fixed;
310 puts(" /* inffixed.h -- table for decoding fixed codes");
827 case 1: /* fixed block */
829 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
270 fixed code decoding. Normally this returns fixed tables from inffixed.h.
284 static code fixed[544]; local
286 /* build fixed huffman tables if first call (may not be thread safe) */
297 next = fixed;
348 puts(" /* inffixed.h -- table for decoding fixed codes");
866 case 1: /* fixed block */
868 Tracev((stderr, "inflate: fixed codes block%s\n",
/external/kernel-headers/original/uapi/linux/
H A Dif_hippi.h105 __be32 fixed; member in struct:hippi_fp_hdr
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A DType_Names_Suite.py74 class fixed(aetools.ComponentItem): class in inherits:aetools.ComponentItem
75 """fixed - a real number """
79 """fixed point - """
83 """fixed rectangle - """
95 """long fixed point - """
99 """long fixed rectangle - """
103 """long fixed - """
246 fixed._superclassnames = []
247 fixed._privpropdict = {
249 fixed
[all...]
/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/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.c39 static CURLcode glob_fixed(URLGlob *glob, char *fixed, size_t len) argument
56 memcpy(pat->content.Set.elements[0], fixed, len);
/external/deqp/external/openglcts/modules/common/
H A DglcSampleVariablesTests.cpp930 } fixed[] = { local
931 { "non-fixed", GL_FALSE }, { "fixed", GL_TRUE },
933 for (int j = 0; j < DE_LENGTH_OF_ARRAY(fixed); ++j)
935 tcu::TestCaseGroup* positionFixedGroup = new tcu::TestCaseGroup(m_testCtx, fixed[j].name, "");
941 fixed[j].fixedSampleLocations));

Completed in 891 milliseconds

1234