Home
last modified time | relevance | path

Searched defs:div (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/ffmpeg/libavfilter/
Dvf_xfade.c210 #define CUSTOM_TRANSITION(name, type, div) \ argument
269 #define FADE_TRANSITION(name, type, div) \ argument
298 #define WIPELEFT_TRANSITION(name, type, div) \ argument
328 #define WIPERIGHT_TRANSITION(name, type, div) \ argument
358 #define WIPEUP_TRANSITION(name, type, div) \ argument
388 #define WIPEDOWN_TRANSITION(name, type, div) \ argument
418 #define SLIDELEFT_TRANSITION(name, type, div) \ argument
451 #define SLIDERIGHT_TRANSITION(name, type, div) \ argument
484 #define SLIDEUP_TRANSITION(name, type, div) \ argument
515 #define SLIDEDOWN_TRANSITION(name, type, div) \ argument
[all …]
Dvf_chromashift.c92 #define DEFINE_SMEAR(depth, type, div) \ argument
134 #define DEFINE_WRAP(depth, type, div) \ argument
189 #define DEFINE_RGBASMEAR(depth, type, div) \ argument
256 #define DEFINE_RGBAWRAP(depth, type, div) \ argument
Daf_crystalizer.c232 const float div = -td->mult + 1.f; in ifilter_flt() local
268 const double div = -td->mult + 1.f; in ifilter_dbl() local
305 const float div = -td->mult + 1.f; in ifilter_fltp() local
339 const double div = -td->mult + 1.f; in ifilter_dblp() local
/third_party/musl/libc-test/src/functional/
Dudiv.c25 uint64_t x, y, div, mod; member
154 uint64_t x, y, div, mod; in main() local
/third_party/node/test/fixtures/wpt/dom/events/resources/
Dprefixed-animation-event-tests.js36 function triggerAnimation(div) { argument
53 div[unprefixedHandler] = () => { }; function
/third_party/typescript/tests/baselines/reference/
DtsxElementResolution6.js13 var div; variable
DjsxLibraryManagedAttributesUnusedGeneric.js15 div: { className: string } property
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/third_party/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow()
148 DivergenceAnalysis div(*context); in CheckDivergentDerivatives() local
/third_party/musl/src/stdlib/
Ddiv.c3 div_t div(int num, int den) in div() function
/third_party/node/deps/v8/tools/zone-stats/
Ddetails-selection.js102 const div = document.createElement('div'); constant
342 const div = document.createElement('div'); constant
/third_party/libphonenumber/java/demo/war/stylesheets/
Dmain.css24 div { selector
/third_party/node/deps/v8/tools/heap-stats/
Ddetails-selection.js95 const div = document.createElement('div'); constant
400 const div = document.createElement('div'); constant
/third_party/skia/src/core/
DSkUnPreMultiply.cpp73 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable() local
/third_party/parse5/packages/parse5/lib/serializer/
Dindex.test.ts28 const div = document.childNodes[0]; constant
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitObjectAssignedDefaultExport.ts26 div: (a: TemplateStringsArray) => StyledComponent<"div">; property
/third_party/libwebsockets/plugins/deaddrop/assets/
Ddeaddrop.css19 div { transition: opacity 0.5s; } selector
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/
Ddeaddrop.css19 div { transition: opacity 0.5s; } selector
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_f32.c172 float32x4_t div = {0.0f, 0.0f, 0.0f, 0.0f}; in arm_spline_f32() local
/third_party/skia/tests/
DPDFTaggedTest.cpp57 auto div = std::make_unique<PDFTag>(); in DEF_TEST() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp40 const float div = static_cast<float>(maxImageDimension - 1); in computeStoreColorScale() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DExpandIntegerPowExpressions.cpp136 TIntermBinary *div = new TIntermBinary(EOpDiv, oneNode, current); in visitAggregate() local
/third_party/protobuf/js/binary/
Darith.js227 jspb.arith.UInt64.prototype.div = function(_divisor) { method in jspb.arith.UInt64
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
D_kiss_fft_guts_s32.h85 # define C_FIXDIV(c,div) \ argument
99 # define C_FIXDIV(c,div) /* NOOP */ argument

123456