Searched refs:div_floor (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | wide-int.h | 577 BINARY_FUNCTION div_floor (const T1 &, const T2 &, signop, 2698 wi::div_floor (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow) 2723 return div_floor (x, y, SIGNED); 2732 return div_floor (x, y, UNSIGNED);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | wide-int.h | 577 BINARY_FUNCTION div_floor (const T1 &, const T2 &, signop, 2698 wi::div_floor (const T1 &x, const T2 &y, signop sgn, overflow_type *overflow) 2723 return div_floor (x, y, SIGNED); 2732 return div_floor (x, y, UNSIGNED);
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_int.h | 177 #define div_floor(A, B) ((A)/(B)) macro
|