| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | panasonic-laptop.c | 212 u32 *sinf; member 287 pcc->sinf[i] = element->integer.value; in acpi_pcc_retrieve_biosdata() 292 pcc->sinf[hkey->package.count] = -1; in acpi_pcc_retrieve_biosdata() 313 return pcc->sinf[SINF_AC_CUR_BRIGHT]; in bl_get() 325 if (bright < pcc->sinf[SINF_AC_MIN_BRIGHT]) in bl_set_status() 326 bright = pcc->sinf[SINF_AC_MIN_BRIGHT]; in bl_set_status() 328 if (bright < pcc->sinf[SINF_DC_MIN_BRIGHT]) in bl_set_status() 329 bright = pcc->sinf[SINF_DC_MIN_BRIGHT]; in bl_set_status() 331 if (bright < pcc->sinf[SINF_AC_MIN_BRIGHT] || in bl_set_status() 332 bright > pcc->sinf[SINF_AC_MAX_BRIGHT]) in bl_set_status() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers_inl.hpp | 263 float sinv = sinf(static_cast<float>(CV_PI) - v); in mapBackward() 264 float x_ = sinv * sinf(u); in mapBackward() 296 float x_ = sinf(u); in mapBackward() 320 v = scale * v_ * sinf(u_); in mapForward() 332 float sinv = sinf((float)CV_PI - v_); in mapBackward() 333 float x_ = sinv * sinf(u_); in mapBackward() 356 float r = sinf(v_) / (1 - cosf(v_)); in mapForward() 372 float sinv = sinf((float)CV_PI - v_); in mapBackward() 373 float x_ = sinv * sinf(u_); in mapBackward() 411 float x_ = cosv * sinf(u_); in mapBackward() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 274 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uchar, float) 275 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, char, float) 276 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, ushort, float) 277 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, short, float) 278 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, int, float) 279 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uint, float) 280 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, float, float)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 274 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uchar, float) 275 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, char, float) 276 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, ushort, float) 277 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, short, float) 278 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, int, float) 279 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uint, float) 280 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, float, float)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_math.hpp | 274 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uchar, float) 275 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, char, float) 276 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, ushort, float) 277 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, short, float) 278 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, int, float) 279 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, uint, float) 280 CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(sin, ::sinf, float, float)
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | tbldo.S | 29 |xref serror,sone,szero,sinf,snzrinx 60 .long sinf |$01-2 fint inf 69 .long sinf |$02-2 fsinh inf 78 .long sinf |$03-2 fintrz inf
|
| H A D | do_func.S | 123 .global sinf symbol 124 sinf: label
|
| /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 | 46 template <> BOOST_QVM_INLINE_TRIVIAL float sin<float>( float x ) { return ::sinf(x); } in sin()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 356 extern float sinf (float);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 356 extern float sinf (float);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 119 float sinf(float x); 383 using ::sinf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cmath | 119 float sinf(float x); 383 using ::sinf;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/ |
| H A D | c++config.h | 1979 # define sinf _sinf macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/ |
| H A D | c++config.h | 1979 # define sinf _sinf macro
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fft4g.c | 290 #define sin sinf
|
| /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/share/info/ |
| H A D | libc.info-8 | 1792 * sinf: (libc)Trig Functions. 4638 -- Function: float sinf (float X) 5898 sinf 1 1 1 1 1 6152 sinf 1 1 - - 1 6405 sinf - - 1 1 1 6659 sinf 1 1 1 1 - 6912 sinf 1 1 1 - 1 7165 sinf 1
|
| H A D | libc.info-16 | 1792 * sinf: (libc)Trig Functions. 4339 * sinf: Trig Functions. (line 19)
|
| H A D | dir | 1737 * sinf: (libc)Trig Functions.
|
| /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/share/info/ |
| H A D | libc.info-8 | 1792 * sinf: (libc)Trig Functions. 4638 -- Function: float sinf (float X) 5898 sinf 1 1 1 1 1 6152 sinf 1 1 - - 1 6405 sinf - - 1 1 1 6659 sinf 1 1 1 1 - 6912 sinf 1 1 1 - 1 7165 sinf 1
|
| H A D | libc.info-16 | 1792 * sinf: (libc)Trig Functions. 4339 * sinf: Trig Functions. (line 19)
|
| H A D | dir | 1737 * sinf: (libc)Trig Functions.
|
| /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 | builtins.def | 592 DEF_C99_C90RES_BUILTIN (BUILT_IN_SINF, "sinf", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING)
|
| /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 | builtins.def | 592 DEF_C99_C90RES_BUILTIN (BUILT_IN_SINF, "sinf", BT_FN_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING)
|
| /OK3568_Linux_fs/external/mpp/build/android/ |
| H A D | android.toolchain.cmake | 871 …ed devices and others when trying to use certain floating-point functions (e.g., cosf, sinf, expf).
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/ |
| H A D | android.toolchain.cmake | 897 …ed devices and others when trying to use certain floating-point functions (e.g., cosf, sinf, expf).
|