| /OK3568_Linux_fs/kernel/scripts/atomic/fallbacks/ |
| H A D | sub_and_test | 3 * ${arch}${atomic}_sub_and_test - subtract value from variable and test result 4 * @i: integer value to subtract
|
| /OK3568_Linux_fs/kernel/arch/xtensa/lib/ |
| H A D | strnlen_user.S | 108 sub a2, a4, a2 # subtract to get length 112 sub a2, a4, a2 # subtract to get length 116 sub a2, a4, a2 # subtract to get length 132 sub a2, a4, a2 # subtract to get length
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | smp_pv.c | 155 unsigned int subtract = 0; in _get_smp_config() local 170 subtract++; in _get_smp_config() 182 if (subtract) in _get_smp_config() 183 nr_cpu_ids = nr_cpu_ids - subtract; in _get_smp_config()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | operations.hpp | 261 CV_MAT_AUG_OPERATOR (-=, cv::subtract(a,b,a), Mat, Mat) in add() 262 CV_MAT_AUG_OPERATOR (-=, cv::subtract(a,b,a), Mat, Scalar) in add() 263 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Mat) in add() 264 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Scalar) in add() 265 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Mat_<_Tp>) in add()
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | crc32.rst | 17 subtract, we just xor. Thus, we tend to get a bit sloppy about 37 appropriate multiple of the divisor to subtract to being the remainder 42 throw the quotient bit away, but subtract the appropriate multiple of 122 in the correct multiple to subtract, we can shift a byte at a time. 124 and the correct multiple of the polynomial to subtract is found using
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | operations.hpp | 261 CV_MAT_AUG_OPERATOR (-=, cv::subtract(a,b,a), Mat, Mat) in add() 262 CV_MAT_AUG_OPERATOR (-=, cv::subtract(a,b,a), Mat, Scalar) in add() 263 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Mat) in add() 264 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Scalar) in add() 265 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Mat_<_Tp>) in add()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | operations.hpp | 261 CV_MAT_AUG_OPERATOR (-=, cv::subtract(a,b,a), Mat, Mat) in add() 262 CV_MAT_AUG_OPERATOR (-=, cv::subtract(a,b,a), Mat, Scalar) in add() 263 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Mat) in add() 264 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Scalar) in add() 265 CV_MAT_AUG_OPERATOR_T(-=, cv::subtract(a,b,a), Mat_<_Tp>, Mat_<_Tp>) in add()
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | sgetem.S | 51 subw #0x3fff,%d0 |subtract off the bias 60 subw #0x3fff,%d0 |subtract off the bias
|
| H A D | res_func.S | 707 subl %d1,%d0 |subtract dest from src 746 subl %d1,%d0 |subtract src from dest 811 subl %d1,%d0 |subtract dest from src 820 subl %d1,%d0 |subtract src from dest 986 subl %d1,%d0 |subtract src from dest 995 subl %d1,%d0 |subtract dest from src 1000 | can be used to subtract from the norm 1.0 with the sign of the 1167 subl %d1,%d0 |subtract dest from src 1178 subl %d1,%d0 |subtract src from dest 1205 addl %d1,%d0 |subtract dest from src [all …]
|
| H A D | bindec.S | 252 fsubs FONE,%fp0 |subtract off 1.0 312 subl %d7,%d4 |subtract off k 671 subql #1,%d6 |subtract 1 from ILOG
|
| H A D | x_store.S | 133 subw #0x3fff,%d0 |subtract extended precision bias
|
| H A D | x_unfl.S | 223 beqs ext_opc011 |If extended, do not subtract
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | udivsi3.S | 146 movl d2,d3 | subtract b from p, store in tmp.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/ |
| H A D | netwinder-fpe.rst | 81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract 82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-scsi_tape | 24 to complete subtract read_ns and write_ns from this value.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.ubispl | 121 * we need to subtract the number of blocks which are reserved
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | entry-armv.S | 236 @ subtract 4. Otherwise, it is Thumb, and the PC will be 238 @ have to subtract 2.
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0024-efi-Fix-some-malformed-device-path-arithmetic-errors.patch | 9 Several places we take the length of a device path and subtract 4 from
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | siggen.py | 873 removedcount.subtract(b) 875 addedcount.subtract(a)
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | hdspm.rst | 84 large never to small. So if you subtract 64 you always have a
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 4150 sub.l OLD_A7(%a6),%d0 # subtract old a7' 7638 subi.w &0x3fff,%d0 # subtract off the bias 12285 sub.l &0x6000,%d1 # subtract bias 13065 subi.l &0x6000,%d1 # subtract bias 13625 sub.l %d0,%d1 # subtract scale factor 14060 subi.l &0x6000,%d1 # subtract bias 14414 subi.l &0x6000,%d1 # subtract new bias 15122 fsub.x FP_SCR0(%a6),%fp0 # execute subtract 15200 subi.l &0x6000,%d2 # subtract new bias 15215 fsub.x FP_SCR0(%a6),%fp0 # execute subtract [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/cpu-freq/ |
| H A D | cpu-drivers.rst | 291 do not subtract the pointers, as it is quite costly. Instead, use the
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | sysfs-interface.rst | 1130 add/subtract if it has been divided before the add/subtract.
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | atomic_ops.rst | 194 These four routines add and subtract integral values to/from the given 208 These routines add 1 and subtract 1, respectively, from the given
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | core.hpp | 405 CV_EXPORTS_W void subtract(InputArray src1, InputArray src2, OutputArray dst,
|