Searched refs:fixed (Results 1 - 25 of 240) sorted by relevance

12345678910

/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/clang/test/CodeGen/
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...]
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...]
/external/valgrind/none/tests/linux/
H A Dmremap2.stdout.exp6 maymv 0 fixed 0 newsz 19 dstpo 0 dst 0x........ ->
12 maymv 0 fixed 0 newsz 19 dstpo 1 dst 0x........ ->
18 maymv 0 fixed 0 newsz 20 dstpo 0 dst 0x........ ->
24 maymv 0 fixed 0 newsz 20 dstpo 1 dst 0x........ ->
30 maymv 0 fixed 0 newsz 21 dstpo 0 dst 0x........ ->
36 maymv 0 fixed 0 newsz 21 dstpo 1 dst 0x........ ->
42 maymv 0 fixed 0 newsz 29 dstpo 0 dst 0x........ ->
48 maymv 0 fixed 0 newsz 29 dstpo 1 dst 0x........ ->
54 maymv 0 fixed 0 newsz 30 dstpo 0 dst 0x........ ->
60 maymv 0 fixed
[all...]
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/libcxx/test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/
H A Dfixed.pass.cpp14 // ios_base& fixed(ios_base& str);
26 std::ios_base& r = std::fixed(ios);
28 assert(ios.flags() & std::ios::fixed);
H A Ddefaultfloat.pass.cpp28 assert(!(ios.flags() & std::ios::fixed));
H A Dhexfloat.pass.cpp28 assert(ios.flags() & std::ios::fixed);
/external/libopus/
H A Dsilk_sources.mk94 silk/fixed/LTP_analysis_filter_FIX.c \
95 silk/fixed/LTP_scale_ctrl_FIX.c \
96 silk/fixed/corrMatrix_FIX.c \
97 silk/fixed/encode_frame_FIX.c \
98 silk/fixed/find_LPC_FIX.c \
99 silk/fixed/find_LTP_FIX.c \
100 silk/fixed/find_pitch_lags_FIX.c \
101 silk/fixed/find_pred_coefs_FIX.c \
102 silk/fixed/noise_shape_analysis_FIX.c \
103 silk/fixed/process_gains_FI
[all...]
H A Dsilk_headers.mk34 silk/fixed/main_FIX.h \
35 silk/fixed/structs_FIX.h \
36 silk/fixed/arm/warped_autocorrelation_FIX_arm.h \
37 silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h \
38 silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h \
/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/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A Dfmtflags.pass.cpp16 // static const fmtflags fixed;
31 // static const fmtflags floatfield = scientific | fixed;
40 assert(std::ios_base::fixed);
58 & std::ios_base::fixed
80 | std::ios_base::fixed));
/external/python/cpython2/Lib/plat-mac/Carbon/
H A DMediaDescr.py49 def _fromfixed(fixed):
50 hi = (fixed >> 16) & 0xffff
51 lo = (fixed & 0xffff)
/external/python/cpython2/Mac/Tools/
H A Dfixapplepython23.py13 status also when nothing needs to be fixed.
50 fixed = False
56 # Already fixed
60 print 'fixapplepython23: Python installation not fixed (appears broken)'
64 fixed = True
66 if fixed:
112 print 'fixapplepython23: Python framework does not appear to be installed (?), nothing fixed'
/external/icu/icu4c/as_is/
H A Dbomlist.py22 fixed=0 variable
/external/python/cpython2/Tools/scripts/
H A Dpatchcheck.py96 fixed = []
99 fixed.append(path)
100 return fixed
106 fixed = []
113 fixed.append(path)
114 return fixed
121 fixed = []
132 fixed.append(path)
135 return fixed
/external/compiler-rt/www/
H A Dmenu.css6 position:fixed;
/external/libcxx/www/
H A Dmenu.css6 position:fixed;
/external/libcxxabi/www/
H A Dmenu.css6 position:fixed;
/external/libxml2/test/schemas/
H A Dinclude1_0.inc10 <xsd:attribute name="bar" type="barType" fixed="o"/>
/external/python/cpython3/Tools/scripts/
H A Dpatchcheck.py94 fixed = [path for path in file_paths if path.endswith('.py') and
96 return fixed
102 fixed = []
109 fixed.append(path)
110 return fixed
117 fixed = []
128 fixed.append(path)
131 return fixed
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h144 typedef le_int32 fixed; typedef
154 fixed version;
155 fixed fontRevision;
174 fixed version;
193 fixed version;
/external/icu/icu4c/source/test/letest/
H A DFontObject.h103 typedef le_int32 fixed; typedef
113 fixed version;
114 fixed fontRevision;
133 fixed version;
152 fixed version;
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h107 typedef le_int32 fixed; typedef
117 fixed version;
118 fixed fontRevision;
137 fixed version;
156 fixed version;

Completed in 1186 milliseconds

12345678910