Home
last modified time | relevance | path

Searched defs:div (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DtsxElementResolution6.js7 var div: any; variable
13 var div; variable
H A DjsxLibraryManagedAttributesUnusedGeneric.js
/third_party/musl/src/stdlib/
H A Ddiv.c3 div_t div(int num, int den) in div() function
/third_party/musl/libc-test/src/functional/
H A Dudiv.c25 uint64_t x, y, div, mod; member
154 uint64_t x, y, div, mod; in main() local
/third_party/skia/src/core/
H A DSkUnPreMultiply.cpp73 uint32_t div = roundf(j * 255.0f / i); in SkUnPreMultiply_BuildTable() local
H A DSkMathPriv.h33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod() argument
/third_party/skia/tests/
H A DPDFTaggedTest.cpp57 auto div = std::make_unique<PDFTag>(); in DEF_TEST() local
/third_party/libsnd/src/GSM610/
H A Dadd.c217 int16_t div = 0 ; in gsm_div() local
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Darithmetic-ops.c61 static int div(int x, int y) in div() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreUtil.cpp40 const float div = static_cast<float>(maxImageDimension - 1); in computeStoreColorScale() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A 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/
H A DExpandIntegerPowExpressions.cpp136 TIntermBinary *div = new TIntermBinary(EOpDiv, oneNode, current); in visitAggregate() local
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Dlint_divergent_derivatives.cpp95 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow() argument
[all...]
/third_party/spirv-tools/source/lint/
H A Dlint_divergent_derivatives.cpp94 void PrintDivergenceFlow(opt::IRContext* context, DivergenceAnalysis div, in PrintDivergenceFlow() argument
[all...]
/third_party/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c38 double div = 1; in rand_double() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.cc132 uint128 div; in operator <<() local
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.h154 sbr_qmf_synthesis_mips(FFTContext *mdct, SBRDSPContext *sbrdsp, AVFloatDSPContext *fdsp, float *out, float X[2][38][64], float mdct_buf[2][64], float *v0, int *v_off, const unsigned int div) sbr_qmf_synthesis_mips() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_adelay.c158 float delay, div; in parse_delays() local
H A Dvf_cropdetect.c67 int div = len; in checkline() local
H A Dafir_template.c67 double div, real_num = 0., imag_num = 0., real = 0., imag = 0.; in draw_response() local
H A Dvf_sab.c243 int div = 0; in blur() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Dzero_init_workgroup_memory.cc353 auto* div = (index.division != 1u) ? b.Div(mod, index.division) : mod; in DeclareArrayIndices() local
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp48 template<typename T> inline T div (T a, T b) { return a / b; } in div() function
/third_party/ffmpeg/libavcodec/
H A Dnotchlc.c261 const int div = (1 << nb_bits) - 1; in decode_blocks() local

Completed in 14 milliseconds

12345