| /external/mesa3d/docs/_extra/specs/ | 
| D | EXT_shader_integer_mix.spec | 41     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 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/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ | 
| D | signal_processing_unittest.py | 158         def ToneAmplitudes(mix):  argument
  | 
| /external/clang/test/CodeGen/ | 
| D | pragma-weak.c | 97 #pragma weak mix  macro 98 __attribute((weak)) void mix(void) { }  in mix()  function
  | 
| /external/rust/crates/plotters-backend/src/ | 
| D | style.rs | 10     pub fn mix(&self, alpha: f64) -> Self {  in mix()  method
  | 
| /external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ | 
| D | SynthVoice.java | 50     public void mix(float[] outputBuffer, int samplesPerFrame, float level) {  in mix()  method in SynthVoice
  | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ | 
| D | seed_material.cc | 187   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/libtextclassifier/abseil-cpp/absl/random/internal/ | 
| D | seed_material.cc | 187   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/openscreen/third_party/abseil/src/absl/random/internal/ | 
| D | seed_material.cc | 187   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/abseil-cpp/absl/random/internal/ | 
| D | seed_material.cc | 235   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/webrtc/third_party/abseil-cpp/absl/random/internal/ | 
| D | seed_material.cc | 235   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/cronet/third_party/abseil-cpp/absl/random/internal/ | 
| D | seed_material.cc | 235   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/angle/third_party/abseil-cpp/absl/random/internal/ | 
| D | seed_material.cc | 235   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/ | 
| D | seed_material.cc | 235   auto mix = [&](uint32_t x, uint32_t y) {  in MixIntoSeedMaterial()  local
  | 
| /external/clang/test/CXX/except/except.spec/ | 
| D | p1.cpp | 44 namespace mix {  namespace
  | 
| /external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ | 
| D | BufferUtils.kt | 278 fun mix(start: Float, end: Float, fraction: Float) = start + (end - start) * fraction  in indexOfVector()  method 280 fun mix(a: Float4, b: Float4, fraction: Float) = Float4(  in indexOfVector()  method
  | 
| /external/libnl/lib/ | 
| D | hash.c | 102 #define mix(a,b,c) \  macro
  | 
| /external/deqp/framework/common/ | 
| D | tcuVectorUtil.hpp | 70 inline float mix			(float x, float y, float a) { return x * (1.0f - a) + y * a; }  in mix()  function 80 inline double mix			(double x, double y, double a) { return x * (1.0 - a) + y * a; }  in mix()  function 206 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a)  in mix()  function 215 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a)  in mix()  function
  | 
| /external/rust/crates/plotters/src/style/ | 
| D | color.rs | 26     fn mix(&self, value: f64) -> RGBAColor {  in mix()  method
  | 
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ | 
| D | func_common.inl | 564 	GLM_FUNC_QUALIFIER genTypeT mix(genTypeT x, genTypeT y, genTypeU a)  function 570 	GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, U a)  function 576 …GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, vecType<U, …  function
  | 
| /external/elfutils/libdwfl/ | 
| D | dwfl_segment_report_module.c | 184   for (size_t mix = 0; mix < count; mix++)  in handle_file_note()  local 202   for (ssize_t mix = 0; mix <= lastix; mix++)  in handle_file_note()  local
  | 
| /external/skia/modules/skparagraph/src/ | 
| D | ParagraphCache.cpp | 95 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) {  in mix()  function in skia::textlayout::ParagraphCacheKey
  | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | stateless_random_ops.cc | 58   const auto mix = random::PhiloxRandom(*out_counter, *out_key)();  in GenerateKey()  local
  | 
| /external/llvm/include/llvm/ADT/ | 
| D | Hashing.h | 290   void mix(const char *s) {  in mix()  function
  | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ | 
| D | Hashing.h | 290   void mix(const char *s) {  in mix()  function
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | Hashing.h | 289   void mix(const char *s) {  in mix()  function
  |