/third_party/musl/src/math/i386/ |
D | remainder.s | 1 .global remainder symbol 3 remainder: label
|
/third_party/skia/src/gpu/effects/ |
D | GrSkSLFP.h | 209 void appendArgs(uint8_t* uniformDataPtr, in appendArgs() 221 void appendArgs(uint8_t* uniformDataPtr, in appendArgs() 232 void appendArgs(uint8_t* uniformDataPtr, in appendArgs() 249 void appendArgs(uint8_t* uniformDataPtr, in appendArgs() 265 void appendArgs(uint8_t* uniformDataPtr, in appendArgs() 278 void appendArgs(uint8_t* uniformDataPtr, in appendArgs() 310 static void checkArgs(uniform_iterator uIter, in checkArgs() 324 static void checkArgs(uniform_iterator uIter, in checkArgs() 338 static void checkArgs(uniform_iterator uIter, in checkArgs() 349 static void checkArgs(uniform_iterator uIter, in checkArgs() [all …]
|
/third_party/boost/boost/date_time/ |
D | wrapping_int.hpp | 50 int_type remainder = static_cast<int_type>(v % (wrap_val)); in add() local 64 int_type remainder = static_cast<int_type>(v % (wrap_val)); in subtract() local 124 int_type remainder = static_cast<int_type>(v % (wrap_max - wrap_min + 1)); in add() local 137 int_type remainder = static_cast<int_type>(v % (wrap_max - wrap_min + 1)); in subtract() local
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | math64.h | 19 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() 37 static inline u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem() 65 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 100 u32 remainder; in div_u64() local 111 s32 remainder; in div_s64() local 119 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | div64.c | 70 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() 101 u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem() 187 u32 iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in iter_div_u64_rem()
|
/third_party/boost/boost/ |
D | crc.hpp | 549 void crc_modulo_word_update( int register_length, Register &remainder, Word in crc_modulo_word_update() 615 inline void crc_modulo_update( int register_length, Register &remainder, in crc_modulo_update() 669 &remainder, Word new_dividend_bits, Register truncated_divisor, int in augmented_crc_modulo_word_update() 730 &remainder, bool new_dividend_bit, Register truncated_divisor ) in augmented_crc_modulo_update() 977 Register remainder = 0u; in make_partial_xor_products_table() local 1110 static value_type augmented_crc_update( value_type remainder, unsigned in augmented_crc_update() 1141 static value_type crc_update( value_type remainder, unsigned char in crc_update() 1201 static value_type augmented_crc_update( value_type remainder, unsigned in augmented_crc_update() 1234 static value_type crc_update( value_type remainder, unsigned char in crc_update() 1323 static value_type augmented_crc_update( value_type remainder, unsigned in augmented_crc_update() [all …]
|
/third_party/mingw-w64/mingw-w64-crt/math/softmath/ |
D | remainder.c | 47 double remainder(double x, double y) in remainder() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | remainder.c | 3 double remainder(double x, double y) in remainder() function
|
/third_party/musl/src/math/ |
D | remainder.c | 3 double remainder(double x, double y) in remainder() function
|
/third_party/mingw-w64/mingw-w64-crt/math/arm-common/ |
D | remainder.c | 10 double remainder(double x, double y) in remainder() function
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_util.cc | 44 const base::StringPiece& remainder = message.substr(remainder_start); in ParseEvent() local 87 const base::StringPiece& remainder = message.substr(remainder_start); in ParseResult() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Grego.java | 112 long[] remainder = new long[1]; in dayOfWeek() local 178 long[] remainder = new long[1]; in timeToFields() local 193 private static long floorDivide(long numerator, long denominator, long[] remainder) { in floorDivide()
|
/third_party/skia/src/core/ |
D | SkRTree.cpp | 62 int remainder = branches % kMaxChildren; in CountNodes() local 102 int remainder = (int)branches->size() % kMaxChildren; in bulkLoad() local
|
/third_party/boost/boost/python/ |
D | slice.hpp | 233 difference_type remainder = -final_dist % -ret.step; in get_indices() local 237 difference_type remainder = final_dist % ret.step; in get_indices() local
|
/third_party/flutter/skia/src/core/ |
D | SkRTree.cpp | 68 int remainder = branches % kMaxChildren; in CountNodes() local 108 int remainder = branches->count() % kMaxChildren; in bulkLoad() local
|
/third_party/jsframework/runtime/main/manage/instance/ |
D | life.ts | 77 const remainder: number = Math.round(Number(id)) % 18; constant
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | objectRest.ts | 30 remainder: string; property in Removable 35 remainder: string; property
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128.cc | 115 uint128 remainder = 0; in operator /=() local 122 uint128 remainder = 0; in operator %=() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-neon.h | 24 uint32_t remainder = len % 16; in inner_product_gint16_full_1_neon() local 67 uint32_t remainder = len % 16; in inner_product_gint16_linear_1_neon() local 249 uint32_t remainder = len % 8; in inner_product_gint32_full_1_neon() local 463 uint32_t remainder = len % 16; in inner_product_gfloat_full_1_neon() local
|
/third_party/grpc/src/php/tests/generated_code/ |
D | math_server.js | 48 remainder: dividend % divisor property 101 remainder: dividend % divisor property
|
/third_party/grpc/src/php/tests/generated_code/Math/ |
D | DivReply.php | 23 protected $remainder = 0; variable in Math\\DivReply
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | time.c | 12 ulong total_seconds, remainder; in report_time() local
|
/third_party/boringssl/src/fuzz/ |
D | bn_div.cc | 53 bssl::UniquePtr<BIGNUM> remainder(BN_new()); in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
D | int128.cc | 144 uint128 remainder = 0; in operator /() local 151 uint128 remainder = 0; in operator %() local 266 uint128 remainder = 0; in operator /() local 278 uint128 remainder = 0; in operator %() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | gregoimp.cpp | 36 int32_t& remainder) { in floorDivide() 44 double& remainder) { in floorDivide()
|