Home
last modified time | relevance | path

Searched defs:divisor (Results 1 - 25 of 162) sorted by relevance

1234567

/third_party/ffmpeg/libavformat/
H A Dhcom.c41 unsigned compresstype, divisor; in hcom_read_header() local
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dbarrier.hpp35 void set_release_divisor(unsigned divisor) in set_release_divisor() argument
74 unsigned divisor = 1; member in spirv_cross::Barrier
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.cc56 inline void DivModImpl(uint128 dividend, uint128 divisor, uint128* quotient_ret, in DivModImpl() argument
/third_party/benchmark/test/
H A Ddonotoptimize_assembly_test.cc149 int divisor = 2; in test_div_by_two() local
/third_party/node/deps/v8/src/bigint/
H A Ddigit-arithmetic.h119 static inline digit_t digit_div(digit_t high, digit_t low, digit_t divisor, in digit_div() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp120 static deUint32 getNextMultiple (deUint32 divisor, deUint32 value) in getNextMultiple() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Dvertexconversion.h72 const float divisor = 1.0f / (2 * static_cast<float>(NL::max()) + 1); in convert() local
91 const float divisor = 1.0f / static_cast<float>(static_cast<FromType>(1) << ScaleBits); in convert() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp120 static deUint32 getNextMultiple (deUint32 divisor, deUint32 value) in getNextMultiple() argument
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp388 uint8_t divisor:2; member
431 unsigned int divisor = (entry.divisor << 1) + 1; in get_ise_sequence_bitcount() local
/third_party/icu/icu4c/source/i18n/
H A Dgregoimp.cpp48 double ClockMath::floorDivide(double dividend, double divisor, in floorDivide() argument
/third_party/mesa3d/src/glx/apple/
H A Dglx_empty.c45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() argument
68 glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder) glXSwapBuffersMscOML() argument
81 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t * ust, int64_t * msc, int64_t * sbc) glXWaitForMscOML() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dgregoimp.cpp50 double ClockMath::floorDivide(double dividend, double divisor, in floorDivide() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_helpers.c166 pan_assign_vertex_buffer(struct pan_vertex_buffer *buffers, unsigned *nr_bufs, unsigned vbi, unsigned divisor) pan_assign_vertex_buffer() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexDataManager.h72 unsigned int divisor; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DInstancingTest.cpp95 runTest(unsigned numInstance, unsigned divisor, const int instanceAttrib, Geometry geometry, Draw draw, Storage storage, Vendor vendor, unsigned offset) runTest() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp79 set(GrGLGpu* gpu, int index, const GrBuffer* vertexBuffer, GrVertexAttribType cpuType, GrSLType gpuType, GrGLsizei stride, size_t offsetInBytes, int divisor) set() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgregoimp.cpp43 double ClockMath::floorDivide(double dividend, double divisor, in floorDivide() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.cc83 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl() argument
113 uint128& uint128::operator/=(const uint128& divisor) { in operator /=() argument
120 uint128& uint128::operator%=(const uint128& divisor) { in operator %=() argument
[all...]
/third_party/backends/backend/genesys/
H A Dutilities.h141 Ratio(unsigned multiplier, unsigned divisor) : multiplier_{multiplier}, divisor_{divisor} in Ratio() argument
146 unsigned divisor() const { return divisor_; } in divisor() function in genesys::Ratio
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFSubstitution.java667 long divisor; field in MultiplierSubstitution
818 long divisor; global() field in ModulusSubstitution
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfixed-dtoa.cc339 uint64_t divisor = kFive17; in FastFixedDtoa() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFSubstitution.java668 long divisor; field in MultiplierSubstitution
819 long divisor; global() field in ModulusSubstitution
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.h54 uint32_t divisor[PIPE_MAX_ATTRIBS]; member
/third_party/node/deps/v8/src/base/numbers/
H A Dfast-dtoa.cc391 uint32_t divisor; local
494 uint32_t divisor; local
[all...]
H A Dfixed-dtoa.cc304 uint64_t divisor = kFive17; in FastFixedDtoa() local

Completed in 17 milliseconds

1234567