Searched refs:remainder (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dremainder.c4 double remainder(double x, double y) { function
9 weak_alias(remainder, drem);
H A Dremainderl.c6 return remainder(x, y);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/rand/
H A Drand.c146 const size_t remainder = len - len_multiple8; local
148 if (remainder != 0) {
149 assert(remainder < 8);
155 OPENSSL_memcpy(buf + len_multiple8, rand_buf, remainder);
/fuchsia/zircon/system/uapp/ethtool/
H A Dethtool.c85 char* remainder; local
86 options->pause_secs = strtol(argv[0], &remainder, 10);
87 if (options->pause_secs < 0 || remainder[0] != 0) {
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dutil.c138 char *remainder; local
141 result = malloc_strtoumax(test->input, &remainder, test->base);
146 assert_str_eq(remainder, test->expected_remainder,
147 "Unexpected remainder for \"%s\", base %d",
/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp189 uint32_t count, remainder; local
198 remainder = INTERNAL_FREQ_3X % frequency;
200 if (remainder >= INTERNAL_FREQ_3X / 2) {
205 remainder = count % 3;
207 if (remainder >= 1) {
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h303 double remainder(double, double);
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool210 remainder = number % size
211 if remainder == 0:
213 return number + size - remainder
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk388 $(LOCAL_DIR)/src/math/remainder.c \

Completed in 112 milliseconds