Home
last modified time | relevance | path

Searched defs:quot (Results 1 – 25 of 50) sorted by relevance

12

/external/trusty/musl/include/
Dstdlib.h62 typedef struct { int quot, rem; } div_t; member
63 typedef struct { long quot, rem; } ldiv_t; member
64 typedef struct { long long quot, rem; } lldiv_t; member
/external/musl/include/
Dstdlib.h64 typedef struct { int quot, rem; } div_t; member
65 typedef struct { long quot, rem; } ldiv_t; member
66 typedef struct { long long quot, rem; } lldiv_t; member
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXMLEntities.properties26 quot=34 key
/external/coreboot/src/arch/arm/libgcc/
Dudivmoddi4.c7 uint64_t quot = 0, qbit = 1; in __udivmoddi4() local
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/
Dlldiv_t.h13 long long quot; member
Dimaxdiv_t.h13 intmax_t quot; member
Dldiv_t.h13 long quot; member
Ddiv_t.h13 int quot; member
/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/
Ddiv_t.h13 int quot; member
Dimaxdiv_t.h13 intmax_t quot; member
Dlldiv_t.h13 long long quot; member
Dldiv_t.h13 long quot; member
/external/llvm-libc/include/llvm-libc-types/
Ddiv_t.h13 int quot; member
Dimaxdiv_t.h13 intmax_t quot; member
Dlldiv_t.h13 long long quot; member
Dldiv_t.h13 long quot; member
/external/llvm-libc/src/__support/
Dinteger_operations.h26 integer_rem_quo(T x, T y, T &quot, T &rem) { in integer_rem_quo()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dinteger_operations.h26 integer_rem_quo(T x, T y, T &quot, T &rem) { in integer_rem_quo()
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dinteger_operations.h26 integer_rem_quo(T x, T y, T &quot, T &rem) { in integer_rem_quo()
/external/clang/test/Parser/
Dextension.c8 long long int quot; member
/external/pytorch/c10/util/
Dgeneric_math.h65 const auto quot = a / b; in div_floor_integer() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itoa-1.0.14/src/
Dudiv128.rs37 let quot = if n < 1 << 83 { in udivmod_1e19() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itoa-1.0.14/src/
Dudiv128.rs37 let quot = if n < 1 << 83 { in udivmod_1e19() localVariable
/external/rust/android-crates-io/crates/itoa/src/
Dudiv128.rs37 let quot = if n < 1 << 83 { in udivmod_1e19() localVariable
/external/perfetto/src/trace_processor/importers/perf/
Dtime_conv_record.h35 uint64_t quot, rem; in ConvertTscToPerfTime() local

12