Searched refs:imaxdiv (Results 1 - 8 of 8) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | imaxdiv.c | 21 * @tc.desc : Verify imaxdiv process success when param num is positive integer, param den is positive integer 28 imaxdiv_t ret = imaxdiv(num, den); in imaxdiv_0100() 35 * @tc.desc : Verify imaxdiv process success when param num is positive integer, param den is negative integer 42 imaxdiv_t ret = imaxdiv(num, den); in imaxdiv_0200() 49 * @tc.desc : Verify imaxdiv process success when param num is negative integer, param den is positive integer 56 imaxdiv_t ret = imaxdiv(num, den); in imaxdiv_0300() 63 * @tc.desc : Verify imaxdiv process success when param num is negative integer, param den is negative integer 70 imaxdiv_t ret = imaxdiv(num, den); in imaxdiv_0400()
|
/third_party/musl/src/stdlib/ |
H A D | imaxdiv.c | 3 imaxdiv_t imaxdiv(intmax_t num, intmax_t den) in imaxdiv() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | inttypes.h | 17 imaxdiv_t imaxdiv(intmax_t, intmax_t);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | inttypes.h | 17 imaxdiv_t imaxdiv(intmax_t, intmax_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | inttypes.h | 17 imaxdiv_t imaxdiv(intmax_t, intmax_t);
|
/third_party/musl/include/ |
H A D | inttypes.h | 17 imaxdiv_t imaxdiv(intmax_t, intmax_t);
|
/third_party/musl/libc-test/src/api/ |
H A D | inttypes.c | 254 {imaxdiv_t(*p)(intmax_t,intmax_t) = imaxdiv;} in f()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 27 milliseconds