Searched refs:BINARY_FUNCTION (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 | 507 #define BINARY_FUNCTION \ 552 BINARY_FUNCTION min (const T1 &, const T2 &, signop); 553 BINARY_FUNCTION smin (const T1 &, const T2 &); 554 BINARY_FUNCTION umin (const T1 &, const T2 &); 555 BINARY_FUNCTION max (const T1 &, const T2 &, signop); 556 BINARY_FUNCTION smax (const T1 &, const T2 &); 557 BINARY_FUNCTION umax (const T1 &, const T2 &); 559 BINARY_FUNCTION bit_and (const T1 &, const T2 &); 560 BINARY_FUNCTION bit_and_not (const T1 &, const T2 &); 561 BINARY_FUNCTION bit_or (const T1 &, const T2 &); [all …]
|
| /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 | 507 #define BINARY_FUNCTION \ 552 BINARY_FUNCTION min (const T1 &, const T2 &, signop); 553 BINARY_FUNCTION smin (const T1 &, const T2 &); 554 BINARY_FUNCTION umin (const T1 &, const T2 &); 555 BINARY_FUNCTION max (const T1 &, const T2 &, signop); 556 BINARY_FUNCTION smax (const T1 &, const T2 &); 557 BINARY_FUNCTION umax (const T1 &, const T2 &); 559 BINARY_FUNCTION bit_and (const T1 &, const T2 &); 560 BINARY_FUNCTION bit_and_not (const T1 &, const T2 &); 561 BINARY_FUNCTION bit_or (const T1 &, const T2 &); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_function.h | 78 typedef value_type (*BINARY_FUNCTION)(value_type, value_type); typedef
|