Home
last modified time | relevance | path

Searched refs:REAL (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/dnn/
H A Ddnn.inl.hpp63 DictValue res(Param::REAL, new AutoBuffer<double, 1>(size)); in arrayReal()
95 else if (type == Param::REAL) in get()
145 if (type == Param::REAL) in get()
199 case Param::REAL: in release()
227 else if (r.type == Param::REAL) in operator =()
247 else if (r.type == Param::REAL) in DictValue()
263 return (type == Param::REAL || type == Param::INT); in isReal()
274 case Param::REAL: in size()
H A Ddict.hpp67 …CV_WRAP DictValue(double p) : type(Param::REAL), pd(new AutoBuffer<double,1>) { (*pd)[0] =… in DictValue()
/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 Dreal.h59 #define REAL_EXP(REAL) \ argument
60 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
62 #define SET_REAL_EXP(REAL, EXP) \ argument
63 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
/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 Dreal.h59 #define REAL_EXP(REAL) \ argument
60 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
62 #define SET_REAL_EXP(REAL, EXP) \ argument
63 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dlex.l39 REAL ({FRAC}{EXP}?{F_SUF}?)|([0-9]+{EXP}{F_SUF}?)
73 {REAL} return REAL;
H A Dparse.y105 %token REAL
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info255 GNU Fortran supports a number of 'INTEGER' and 'REAL' kind types in
770 Promote all 'REAL(KIND=M)' entities to 'REAL(KIND=N)' entities. If
771 'REAL(KIND=N)' is unavailable, then an error will be issued. All
1507 'f2c') require functions that return type default 'REAL' to
1512 results as they would in GNU C--default 'REAL' functions return the
1523 conventions as, calling 'COMPLEX' or default 'REAL' functions
1528 type default 'REAL' or 'COMPLEX' as actual arguments, as the
1848 local 'INTEGER', 'REAL', and 'COMPLEX' variables to zero, 'LOGICAL'
1867 Note that the '-finit-real=nan' option initializes 'REAL' and
1898 reorder 'REAL' and 'COMPLEX' expressions to produce faster code.
[all …]
H A Dgcc.info43112 -- Built-in Function: TYPE __builtin_complex (REAL, IMAG)
43116 REAL and IMAG must have the same type, a real binary floating-point
43118 and imaginary parts REAL and IMAG. Unlike 'REAL + I * IMAG', this
H A Dgdb.info14586 * _Floating-point types_ consist of 'REAL'.
14651 Negative. Defined on 'INTEGER' and 'REAL' data.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info255 GNU Fortran supports a number of 'INTEGER' and 'REAL' kind types in
770 Promote all 'REAL(KIND=M)' entities to 'REAL(KIND=N)' entities. If
771 'REAL(KIND=N)' is unavailable, then an error will be issued. All
1507 'f2c') require functions that return type default 'REAL' to
1512 results as they would in GNU C--default 'REAL' functions return the
1523 conventions as, calling 'COMPLEX' or default 'REAL' functions
1528 type default 'REAL' or 'COMPLEX' as actual arguments, as the
1848 local 'INTEGER', 'REAL', and 'COMPLEX' variables to zero, 'LOGICAL'
1867 Note that the '-finit-real=nan' option initializes 'REAL' and
1898 reorder 'REAL' and 'COMPLEX' expressions to produce faster code.
[all …]
H A Dgcc.info43112 -- Built-in Function: TYPE __builtin_complex (REAL, IMAG)
43116 REAL and IMAG must have the same type, a real binary floating-point
43118 and imaginary parts REAL and IMAG. Unlike 'REAL + I * IMAG', this
H A Dgdb.info14586 * _Floating-point types_ consist of 'REAL'.
14651 Negative. Defined on 'INTEGER' and 'REAL' data.
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dpersistence.hpp498 REAL = 2, //!< floating-point number enumerator
499 FLOAT = REAL, //!< synonym or REAL
1333 inline bool FileNode::isReal() const { return type() == REAL; } in isReal()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dpersistence.hpp498 REAL = 2, //!< floating-point number enumerator
499 FLOAT = REAL, //!< synonym or REAL
1333 inline bool FileNode::isReal() const { return type() == REAL; } in isReal()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dpersistence.hpp498 REAL = 2, //!< floating-point number enumerator
499 FLOAT = REAL, //!< synonym or REAL
1333 inline bool FileNode::isReal() const { return type() == REAL; } in isReal()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcore.hpp3173 enum { INT=0, BOOLEAN=1, REAL=2, STRING=3, MAT=4, MAT_VECTOR=5, ALGORITHM=6, FLOAT=7, enumerator
3200 enum { type = Param::REAL };
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcore.hpp3173 enum { INT=0, BOOLEAN=1, REAL=2, STRING=3, MAT=4, MAT_VECTOR=5, ALGORITHM=6, FLOAT=7, enumerator
3200 enum { type = Param::REAL };
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcore.hpp3173 enum { INT=0, BOOLEAN=1, REAL=2, STRING=3, MAT=4, MAT_VECTOR=5, ALGORITHM=6, FLOAT=7, enumerator
3200 enum { type = Param::REAL };
H A Dml.hpp1333 REAL=1, //!< Real AdaBoost. It is a technique that utilizes confidence-rated predictions enumerator
/OK3568_Linux_fs/kernel/drivers/staging/greybus/tools/
H A DREADME.loopback98 3 - REAL WORLD EXAMPLE USAGES
/OK3568_Linux_fs/kernel/scripts/
H A Dasn1_compiler.c269 _(REAL),
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Darcnet.rst67 REAL NAME" to listserv@tichy.ch.uj.edu.pl. Then, to submit messages to the
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0005-bison_3_breaks_mysql_server_build.patch618 REAL
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS4855 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
14833 REAL TIME CLOCK (RTC) SUBSYSTEM
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...