| /third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
| D | barrier.hpp | 35 void set_release_divisor(unsigned divisor) in set_release_divisor() 74 unsigned divisor = 1; member in spirv_cross::Barrier
|
| /third_party/grpc/src/php/tests/generated_code/ |
| D | math_client.php | 40 $divisor = 4; variable 82 $divisor = 3; variable
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| D | int128.cc | 83 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl() 113 uint128& uint128::operator/=(const uint128& divisor) { in operator /=() 120 uint128& uint128::operator%=(const uint128& divisor) { in operator %=()
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
| D | eltwise_grad_cpu_kernel.cc | 111 T divisor = sqrt(1 - input1[i] * input1[i]); in AsinGrad() local 132 T divisor = sqrt(1 - input1[i] * input1[i]); in ACosGrad() local 153 T divisor = 1 + input1[i] * input1[i]; in AtanGrad() local 174 T divisor = cosh(input1[i]); in AsinhGrad() local 195 T divisor = sinh(input1[i]); in AcoshGrad() local
|
| /third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/ |
| D | utils.cc | 79 int GetMaxDivisor(int x, int divisor) { in GetMaxDivisor() 90 int GetMaxDivisorStrategy0(int x, int divisor) { in GetMaxDivisorStrategy0() 102 int GetMaxDivisorStrategy1(int x, int divisor) { in GetMaxDivisorStrategy1()
|
| /third_party/mesa3d/src/glx/apple/ |
| D | glx_empty.c | 45 glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count) in glXWaitVideoSyncSGI() 69 int64_t target_msc, int64_t divisor, int64_t remainder) in glXSwapBuffersMscOML() 82 int64_t target_msc, int64_t divisor, in glXWaitForMscOML()
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | kernel.h | 269 static inline UINT64 div64_u64(UINT64 dividend, UINT64 divisor) in div64_u64() 293 static inline INT64 div64_s64(INT64 dividend, INT64 divisor) in div64_s64() 327 static inline INT64 div_s64_rem(INT64 dividend, INT32 divisor, INT32 *remainder) in div_s64_rem() 354 static inline UINT64 div64_u64_rem(UINT64 dividend, UINT64 divisor, UINT64 *remainder) in div64_u64_rem() 381 static inline UINT64 div_u64_rem(UINT64 dividend, UINT32 divisor, UINT32 *remainder) in div_u64_rem() 406 static inline INT64 div_s64(INT64 dividend, INT32 divisor) in div_s64() 431 static inline UINT64 div_u64(UINT64 dividend, UINT32 divisor) in div_u64()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | InstancingTest.cpp | 95 unsigned divisor, in runTest() 269 #define TEST_DIVISOR(numInstance, divisor) \ argument 422 const unsigned divisor = 1; in TEST_P() local 585 GLuint divisor = 0; in TEST_P() local
|
| /third_party/mesa3d/src/util/ |
| D | fast_urem_by_const.h | 37 #define REMAINDER_MAGIC(divisor) \ argument
|
| /third_party/ffmpeg/libavformat/ |
| D | hcom.c | 42 unsigned compresstype, divisor; in hcom_read_header() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | InstancingTest.cpp | 96 unsigned divisor, in runTest() 334 #define TEST_DIVISOR(numInstance, divisor) \ argument 638 const unsigned divisor = 1; in TEST_P() local 805 GLuint divisor = 0; in TEST_P() local
|
| /third_party/grpc/src/php/tests/generated_code/Math/ |
| D | DivArgs.php | 23 protected $divisor = 0; variable in Math\\DivArgs
|
| /third_party/grpc/src/proto/math/ |
| D | math.proto | 22 int64 divisor = 2; field
|
| /third_party/openssl/crypto/bn/ |
| D | bn_div.c | 209 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div() 265 const BIGNUM *divisor, BN_CTX *ctx) in bn_div_fixed_top()
|
| /third_party/boost/libs/system/test/ |
| D | error_code_test.cpp | 61 int divide(int dividend, int divisor, boost::system::error_code& ec = boost::throws()) in divide()
|
| /third_party/boost/boost/date_time/ |
| D | time_duration.hpp | 198 BOOST_CXX14_CONSTEXPR duration_type operator/=(int divisor) in operator /=() 208 BOOST_CXX14_CONSTEXPR duration_type operator*=(int divisor) in operator *=()
|
| /third_party/mindspore/mindspore/lite/examples/quick_start_c/ |
| D | main.c | 29 const int divisor = 10; in GenerateInputDataWithRandom() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | VertexArray.cpp | 55 void VertexArray::setVertexAttribDivisor(GLuint index, GLuint divisor) in setVertexAttribDivisor()
|
| /third_party/boost/boost/random/ |
| D | uniform_real_distribution.hpp | 41 result_type divisor = static_cast<T>((eng.max)() - (eng.min)()); in generate_uniform_real() local 58 result_type divisor = static_cast<T>(subtract<base_result>()((eng.max)(), (eng.min)())) + 1; in generate_uniform_real() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | InputLayoutCache.cpp | 63 uint32_t divisor; member 75 unsigned int divisor) in addAttributeData()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | InputLayoutCache.cpp | 63 uint32_t divisor; member 75 unsigned int divisor) in addAttributeData()
|
| /third_party/boost/boost/random/detail/ |
| D | seed_impl.hpp | 108 boost::uint_least32_t divisor = in generate_from_real() local 339 const RealType divisor = RealType(1)/detail::pow2<RealType>(w); in seed_array_real_impl() local 371 const RealType divisor = RealType(1)/detail::pow2<RealType>(w); in fill_array_real() local
|
| /third_party/boost/libs/compute/example/ |
| D | simple_moving_average.cpp | 89 static const double divisor = double(RAND_MAX)+1.; in myRand() local
|
| /third_party/grpc/src/core/lib/transport/ |
| D | timeout_encoding.cc | 28 static int64_t round_up(int64_t x, int64_t divisor) { in round_up()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | glthread_varray.c | 316 gl_vert_attrib attrib, GLuint divisor) in _mesa_glthread_AttribDivisor() 496 GLuint bindingindex, GLuint divisor) in binding_divisor() 512 GLuint divisor) in _mesa_glthread_BindingDivisor() 521 GLuint bindingindex, GLuint divisor) in _mesa_glthread_DSABindingDivisor()
|