Home
last modified time | relevance | path

Searched refs:mix (Results 1 – 25 of 210) sorted by relevance

123456789

/external/mesa3d/docs/specs/
DEXT_shader_integer_mix.spec41 GLSL 1.30 (and GLSL ES 3.00) expanded the mix() built-in function to function
43 selects. This extension extends mix() to select between int, uint, function
62 genIType mix(genIType x, Selects which vector each returned component comes
65 genUType mix(genUType x, component of a that is true, the corresponding
68 genBType mix(genBType x,
118 2) Should we allow mix() to select between boolean components? function
136 2 08/26/2013 mattst88 Change vendor prefix to MESA. Add mix() that function
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp64 …template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} … in lerp()
65 …rp(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y, T a){return mix(x, y, a);} //… in lerp()
67 …rp(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y, T a){return mix(x, y, a);} //… in lerp()
68 …rp(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y, T a){return mix(x, y, a);} //… in lerp()
69 … P>& x, const detail::tvec2<T, P>& y, const detail::tvec2<T, P>& a){return mix(x, y, a);} //!< \br… in lerp()
70 … P>& x, const detail::tvec3<T, P>& y, const detail::tvec3<T, P>& a){return mix(x, y, a);} //!< \br… in lerp()
71 … P>& x, const detail::tvec4<T, P>& y, const detail::tvec4<T, P>& a){return mix(x, y, a);} //!< \br… in lerp()
73 …:tquat<T, P> const & x, detail::tquat<T, P> const & y, T const & a){return mix(x, y, a);} //!< \br… in slerp()
/external/python/cpython2/Lib/email/test/data/
Dmsg_36.txt5 Subject: I-D ACTION:draft-ietf-mboned-mix-00.txt
24 FILE /internet-drafts/draft-ietf-mboned-mix-00.txt
28 name="draft-ietf-mboned-mix-00.txt";
/external/clang/test/CodeGen/
Dpragma-weak.c96 void mix(void);
97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } in mix() function
/external/regex-re2/util/
Dhash.cc89 #define mix(a,b,c) \ macro
166 mix(a,b,c); in hashword()
212 mix(a,b,c); in hashword2()
/external/libnl/lib/
Dhash.c101 #define mix(a,b,c) \ macro
194 mix(a,b,c); in hashlittle()
261 mix(a,b,c); in hashlittle()
316 mix(a,b,c); in hashlittle()
371 mix(a,b,c); in hashbig()
446 mix(a,b,c); in hashbig()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c173 for (size_t mix = 0; mix < count; mix++) in handle_file_note() local
181 firstix = lastix = mix; in handle_file_note()
183 lastix = mix; in handle_file_note()
191 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note() local
196 if (mix == firstix) in handle_file_note()
198 if (firstix < mix && mix <= lastix && strcmp (fptr, retval) != 0) in handle_file_note()
/external/toybox/toys/posix/
Dps.c1352 } plist[2], *plold, *plnew, old, new, mix; in top_common() local
1395 mix.tb = xmalloc((old.count+new.count)*sizeof(struct carveup)); in top_common()
1396 mix.count = 0; in top_common()
1410 if (!old.count || *otb->slot > *ntb->slot) mix.tb[mix.count] = ntb; in top_common()
1414 mix.tb[mix.count] = otb; in top_common()
1415 mix.count++; in top_common()
1429 qsort(mix.tb, mix.count, sizeof(struct carveup *), (void *)ksort); in top_common()
1450 for (i = 0; i<mix.count; i++) in top_common()
1451 run[1+stridx("RSTZ", *string_field(mix.tb[i], &alluc))]++; in top_common()
1454 "%4ld zombie", mix.count, run[1], run[2], run[3], run[4]); in top_common()
[all …]
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp249 …const ClipVec4 clippedV0 = tcu::mix(v0, v1, ComponentPlane<+1, CompNdx>().clipLineSegmentEnd(v0, v… in getLineIntersectionPoint()
250 …const ClipVec4 clippedV1 = tcu::mix(v0, v1, ComponentPlane<-1, CompNdx>().clipLineSegmentEnd(v0, v… in getLineIntersectionPoint()
255 return tcu::mix(clippedV0, clippedV1, clipRatio); in getLineIntersectionPoint()
259 return tcu::mix(clippedV1, clippedV0, complementClipRatio); in getLineIntersectionPoint()
297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); in clipTriangleOneVertex()
301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist); in clipTriangleOneVertex()
302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist); in clipTriangleOneVertex()
303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist); in clipTriangleOneVertex()
321 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); in clipTriangleOneVertex()
325 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist); in clipTriangleOneVertex()
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.hpp262 GLM_FUNC_DECL vecType<T, P> mix(
268 GLM_FUNC_DECL vecType<T, P> mix(
274 GLM_FUNC_DECL genTypeT mix(
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h271 state.mix(s); in create()
290 void mix(const char *s) { in mix() function
431 state.mix(buffer);
460 state.mix(s_begin);
464 state.mix(s_end - 64);
534 state.mix(buffer);
581 state.mix(buffer);
/external/llvm/include/llvm/ADT/
DHashing.h271 state.mix(s); in create()
290 void mix(const char *s) { in mix() function
431 state.mix(buffer);
460 state.mix(s_begin);
464 state.mix(s_end - 64);
534 state.mix(buffer);
581 state.mix(buffer);
/external/llvm/test/Object/
Dmri5.test2 ; CHECK: Cannot mix -M and other options.
/external/selinux/libsepol/src/
Davtab.c66 #define mix(input) { \ in avtab_hash() macro
76 mix(keyp->target_class); in avtab_hash()
77 mix(keyp->target_type); in avtab_hash()
78 mix(keyp->source_type); in avtab_hash()
80 #undef mix in avtab_hash()
/external/llvm/test/MC/AsmParser/
Dmacros-argument-parsing-diagnostics.s16 # CHECK: error: cannot mix positional and keyword arguments
/external/autotest/client/site_tests/hardware_StorageFio/
D64k_stress5 ; 64k random with verify and mix read write.
D1m_stress5 ; 1MB random with verify and mix read and mostly write.
Dwrite_stress5 ; mixed size random with verify and mix read and mostly write.
/external/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl89 …detail::tvec2<T, P> n_x = mix(detail::tvec2<T, P>(n00, n01), detail::tvec2<T, P>(n10, n11), fade_x…
90 T n_xy = mix(n_x.x, n_x.y, fade_xy.y);
159 …detail::tvec4<T, P> n_z = mix(detail::tvec4<T, P>(n000, n100, n010, n110), detail::tvec4<T, P>(n00…
160 …detail::tvec2<T, P> n_yz = mix(detail::tvec2<T, P>(n_z.x, n_z.y), detail::tvec2<T, P>(n_z.z, n_z.w…
161 T n_xyz = mix(n_yz.x, n_yz.y, fade_xyz.x);
230 …detail::tvec4<T, P> n_z = mix(detail::tvec4<T, P>(n000, n100, n010, n110), detail::tvec4<T, P>(n00…
231 detail::tvec2<T, P> n_yz = mix(
234 T n_xyz = mix(n_yz.x, n_yz.y, fade_xyz.x);
366 …detail::tvec4<T, P> n_0w = mix(detail::tvec4<T, P>(n0000, n1000, n0100, n1100), detail::tvec4<T, P…
367 …detail::tvec4<T, P> n_1w = mix(detail::tvec4<T, P>(n0010, n1010, n0110, n1110), detail::tvec4<T, P…
[all …]
/external/icu/icu4c/source/samples/uciter8/
Dreadme.txt8 8-bit Unicode text leniently, accepting a mix of UTF-8 and CESU-8
19 This UCharIterator reads an arbitrary mix of UTF-8 and CESU-8 text.
/external/deqp/framework/common/
DtcuVectorUtil.hpp69 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } in mix() function
79 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } in mix() function
205 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) in mix() function
214 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) in mix() function
459 TCU_DECLARE_VECTOR_TERNARY_FUNC(mix, deFloatMix)
/external/fio/examples/
Djesd219.fio3 # read/write mix, as well as a specific distribution of where on
/external/clang/test/CXX/except/except.spec/
Dp1.cpp44 namespace mix { namespace
/external/webp/src/enc/
Dhistogram_enc.c164 double mix; in BitsEntropyRefine() local
180 mix = 0.95; in BitsEntropyRefine()
182 mix = 0.7; // nonzeros == 4. in BitsEntropyRefine()
185 mix = 0.627; in BitsEntropyRefine()
190 min_limit = mix * min_limit + (1.0 - mix) * entropy->entropy; in BitsEntropyRefine()
/external/curl/docs/
DREADME.md5 You'll find a mix of various documentation in this directory and

123456789