/external/mesa3d/docs/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/clang/test/CodeGen/ |
D | pragma-weak.c | 97 #pragma weak mix macro 98 __attribute((weak)) void mix(void) { } in mix() function
|
/external/regex-re2/util/ |
D | hash.cc | 89 #define mix(a,b,c) \ macro
|
/external/clang/test/CXX/except/except.spec/ |
D | p1.cpp | 44 namespace mix { namespace
|
/external/libnl/lib/ |
D | hash.c | 101 #define mix(a,b,c) \ macro
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 69 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
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 173 for (size_t mix = 0; mix < count; mix++) in handle_file_note() local 191 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note() local
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_common.inl | 526 GLM_FUNC_QUALIFIER vecType<T, P> mix function 537 GLM_FUNC_QUALIFIER vecType<T, P> mix function 548 GLM_FUNC_QUALIFIER genTypeT mix function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 290 void mix(const char *s) { in mix() function
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 290 void mix(const char *s) { in mix() function
|
/external/selinux/libsepol/src/ |
D | avtab.c | 66 #define mix(input) { \ in avtab_hash() macro
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_quat.inl | 417 GLM_FUNC_QUALIFIER detail::fquatSIMD mix function
|
D | simd_vec4.inl | 446 GLM_FUNC_QUALIFIER detail::fvec4SIMD mix function
|
/external/webrtc/webrtc/voice_engine/ |
D | transmit_mixer.cc | 1054 TransmitMixer::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
|
D | channel.cc | 2421 Channel::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | quaternion.inl | 523 GLM_FUNC_QUALIFIER detail::tquat<T, P> mix function
|
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_phy.c | 216 u32 mix, step; in ath5k_hw_rf_gainf_corr() local
|
/external/webp/src/enc/ |
D | histogram_enc.c | 164 double mix; in BitsEntropyRefine() local
|
/external/toybox/toys/posix/ |
D | ps.c | 1352 } plist[2], *plold, *plnew, old, new, mix; in top_common() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 684 #define mix(a,b,c) \ macro
|
/external/selinux/libsepol/cil/src/ |
D | cil_binary.c | 4226 #define mix(input) { \ in avrulex_hash() macro
|
/external/toybox/generated/ |
D | globals.h | 1432 struct mix_data mix; member
|