Searched defs:mix (Results 1 - 21 of 21) sorted by relevance

/external/regex-re2/util/
H A Dhash.cc10 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
24 mix(a,b,c);
26 mix(a,b,c);
32 a mix of things, see the comments above hashlittle().
35 then mix those integers. This is fast (you can do a lot more thorough
47 mix -- mix 3 32-bit values reversibly.
49 This is reversible, so any information in (a,b,c) before mix() is
50 still in (a,b,c) after mix().
52 If four pairs of (a,b,c) inputs are run through mix(), o
89 #define mix macro
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp1.cpp44 namespace mix { namespace
/external/clang/test/CodeGen/
H A Dpragma-weak.c96 void mix(void);
97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } function
99 // CHECK-LABEL: define weak void @mix()
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp69 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } function in namespace:tcu
79 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } function in namespace:tcu
205 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) function in namespace:tcu
214 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) function in namespace:tcu
459 TCU_DECLARE_VECTOR_TERNARY_FUNC(mix, deFloatMix)
/external/selinux/libsepol/src/
H A Davtab.c66 #define mix(input) { \ macro
76 mix(keyp->target_class);
77 mix(keyp->target_type);
78 mix(keyp->source_type);
80 #undef mix macro
/external/llvm/include/llvm/ADT/
H A DHashing.h266 /// This effectively performs the initial mix.
272 state.mix(s);
289 /// We mix all 64 bytes even when the chunk length is smaller, but we
291 void mix(const char *s) { function in struct:llvm::hashing::detail::hash_state
427 // a mix of the last 64-bytes. That is how the algorithm works when we
432 state.mix(buffer);
461 state.mix(s_begin);
465 state.mix(s_end - 64);
527 // either initialize the hash state (on the first full buffer) or mix
535 state.mix(buffe
[all...]
/external/opencv3/3rdparty/libwebp/enc/
H A Dhistogram.c109 double mix; local
127 // Let's mix in a bit of entropy to favor good clustering when
137 mix = 0.95;
139 mix = 0.7; // nonzeros == 4.
142 mix = 0.627;
147 min_limit = mix * min_limit + (1.0 - mix) * retval;
/external/webrtc/webrtc/voice_engine/
H A Dtransmit_mixer.cc1054 TransmitMixer::SetMixWithMicStatus(bool mix) argument
1056 _mixFileWithMicrophone = mix;
H A Dchannel.cc538 // error so that the audio mixer module doesn't add it to the mix. As
566 // scaling/panning, as that applies to the mix operation.
2421 Channel::SetMixWithMicStatus(bool mix) argument
2424 _mixFileWithMicrophone=mix;
/external/lzma/C/
H A D7zArcIn.c1029 UInt32 mix = (UInt32)p->FoSizesOffsets[fo]; local
1030 UInt32 mainIndex = mix & 0xFF;
1031 UInt32 numOutStreams = mix >> 8;
1436 UInt32 mix = (UInt32)p->db.FoSizesOffsets[folderIndex]; local
1437 UInt32 mainIndex = mix & 0xFF;
1438 UInt32 numOutStreams = mix >> 8;
/external/toybox/toys/posix/
H A Dps.c1171 } plist[2], *plold, *plnew, old, new, mix; local
1208 // Collate old and new into "mix", depends on /proc read in pid sort order
1211 mix.tb = xmalloc((old.count+new.count)*sizeof(struct carveup));
1212 mix.count = 0;
1226 if (!old.count || *otb->slot > *ntb->slot) mix.tb[mix.count] = ntb;
1230 mix.tb[mix.count] = otb;
1231 mix.count++;
1245 qsort(mix
[all...]
/external/webp/src/enc/
H A Dhistogram.c163 double mix; local
169 // Let's mix in a bit of entropy to favor good clustering when
179 mix = 0.95;
181 mix = 0.7; // nonzeros == 4.
184 mix = 0.627;
189 min_limit = mix * min_limit + (1.0 - mix) * entropy->entropy;
/external/opencv/cvaux/include/
H A Dcvaux.h110 int* mix; /* number of mixture to which observation belong */ member in struct:CvImgObsInfo
/external/opencv3/apps/traincascade/
H A Dold_ml.hpp1934 CvTrainTestSplit( int train_sample_count, bool mix = true);
1935 CvTrainTestSplit( float train_sample_portion, bool mix = true);
1944 bool mix; member in struct:CvTrainTestSplit
2021 bool mix; member in class:CvMLData
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c4023 #define mix(input) { \ macro
4033 mix(k->target_class);
4034 mix(k->target_type);
4035 mix(k->source_type);
4036 mix(k->specified);
4038 #undef mix macro
/external/toybox/generated/
H A Dglobals.h230 // toys/other/mix.c
1330 struct mix_data mix; member in union:global_union
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 656 milliseconds