| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | clock_nanosleep.c | 29 int abs; member 41 int run_test(int clockid, int abs) in run_test()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | math.hpp | 89 struct abs struct 91 static inline T apply(T const& value) in apply() 99 struct abs<T, true> struct 101 static inline T apply(T const& value) in apply() 744 inline T abs(T const& value) in abs() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | dist.h | 58 inline T abs(T x) { return (x<0) ? -x : x; } in abs() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/ |
| H A D | tzselect | 215 function abs(x) { function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/ |
| H A D | tzselect | 215 function abs(x) { function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | chrono.hpp | 38 constexpr std::chrono::duration<Rep, Period> abs(std::chrono::duration<Rep, Period> d) in abs() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | math.hpp | 58 template <> BOOST_QVM_INLINE_TRIVIAL float abs<float>( float x ) { return ::fabsf(x); } in abs() function 80 template <> BOOST_QVM_INLINE_TRIVIAL double abs<double>( double x ) { return ::fabs(x); } in abs() function
|
| /OK3568_Linux_fs/kernel/drivers/virtio/ |
| H A D | virtio_input.c | 157 static void virtinput_cfg_abs(struct virtio_input *vi, int abs) in virtinput_cfg_abs() 217 int abs, err; in virtinput_probe() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cvstd.hpp | 66 static inline uchar abs(uchar a) { return a; } in abs() function 67 static inline ushort abs(ushort a) { return a; } in abs() function 68 static inline unsigned abs(unsigned a) { return a; } in abs() function 69 static inline uint64 abs(uint64 a) { return a; } in abs() function
|
| H A D | softfloat.hpp | 444 inline softfloat abs( softfloat a) { softfloat x; x.v = a.v & ((1U << 31) - 1); return x; } in abs() function 445 inline softdouble abs( softdouble a) { softdouble x; x.v = a.v & ((1ULL << 63) - 1); return x; } in abs() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cvstd.hpp | 66 static inline uchar abs(uchar a) { return a; } in abs() function 67 static inline ushort abs(ushort a) { return a; } in abs() function 68 static inline unsigned abs(unsigned a) { return a; } in abs() function 69 static inline uint64 abs(uint64 a) { return a; } in abs() function
|
| H A D | softfloat.hpp | 444 inline softfloat abs( softfloat a) { softfloat x; x.v = a.v & ((1U << 31) - 1); return x; } in abs() function 445 inline softdouble abs( softdouble a) { softdouble x; x.v = a.v & ((1ULL << 63) - 1); return x; } in abs() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cvstd.hpp | 66 static inline uchar abs(uchar a) { return a; } in abs() function 67 static inline ushort abs(ushort a) { return a; } in abs() function 68 static inline unsigned abs(unsigned a) { return a; } in abs() function 69 static inline uint64 abs(uint64 a) { return a; } in abs() function
|
| H A D | softfloat.hpp | 444 inline softfloat abs( softfloat a) { softfloat x; x.v = a.v & ((1U << 31) - 1); return x; } in abs() function 445 inline softdouble abs( softdouble a) { softdouble x; x.v = a.v & ((1ULL << 63) - 1); return x; } in abs() function
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | tmdc.c | 79 char abs; member 100 const signed char *abs; member
|
| H A D | adi.c | 103 char *abs; member 203 char *abs = adi->abs; in adi_decode() local
|
| H A D | guillemot.c | 44 short *abs; member
|
| H A D | interact.c | 59 short *abs; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_vector.h | 87 #define abs _abs macro
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cyttsp4.h | 25 const uint16_t *abs; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | virtio_input.h | 65 struct virtio_input_absinfo abs; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | virtio_input.h | 65 struct virtio_input_absinfo abs; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | virtio_input.h | 65 struct virtio_input_absinfo abs; member
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | mt.h | 28 int abs[ABS_MT_LAST - ABS_MT_FIRST + 1]; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/ |
| H A D | common_factor_rt.hpp | 93 …inline static BOOST_CXX14_CONSTEXPR const T& abs(const T& val) BOOST_GCD_NOEXCEPT(T) { return val;… in abs() function 98 inline static T BOOST_CXX14_CONSTEXPR abs(const T& val) BOOST_GCD_NOEXCEPT(T) in abs() function
|