Home
last modified time | relevance | path

Searched full:real (Results 1 – 25 of 4961) sorted by relevance

12345678910>>...199

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Dlpc10.h100 typedef float real; typedef
107 real z11;
108 real z21;
109 real z12;
110 real z22;
113 real inbuf[540], pebuf[540];
114 real lpbuf[696], ivbuf[312];
115 real bias;
122 real rmsbuf[3];
123 real rcbuf[30] /* was [10][3] */;
[all …]
H A Danalys.c8 int analys_(real *speech, integer *voice, integer *pitch, real *rms, real *rc, struct lpc10_encoder…
126 /* Subroutine */ int analys_(real *speech, integer *voice, integer in analys_()
127 *pitch, real *rms, real *rc, struct lpc10_encoder_state *st) in analys_()
136 static real precoef = .9375f; in analys_()
142 real amdf[60]; in analys_()
144 real abuf[156]; in analys_()
145 real *bias; in analys_()
146 extern /* Subroutine */ int tbdm_(real *, integer *, integer *, integer *, in analys_()
147 real *, integer *, integer *, integer *); in analys_()
150 real ivrc[2], temp; in analys_()
[all …]
H A Dsynths.c24 extern int synths_(integer *voice, integer *pitch, real *rms, real *rc, real *speech, integer *k, s…
37 static real c_b2 = .7f;
129 /* Subroutine */ int synths_(integer *voice, integer *pitch, real * in synths_()
130 rms, real *rc, real *speech, integer *k, struct lpc10_decoder_state *st) in synths_()
134 real *buf; in synths_()
139 real r__1, r__2; in synths_()
142 real rmsi[16]; in synths_()
144 extern /* Subroutine */ int deemp_(real *, integer *, struct lpc10_decoder_state *); in synths_()
145 real ratio; in synths_()
147 extern int bsynz_(real *, integer *, in synths_()
[all …]
H A Dvparms.c16real *inbuf, real *lpbuf, integer *buflim, integer *half, real *dither, integer *mintau, integer *…
20 static real c_b2 = 1.f;
107 /* Subroutine */ int vparms_(integer *vwin, real *inbuf, real *lpbuf, integer in vparms_()
108 *buflim, integer *half, real *dither, integer *mintau, integer *zc, in vparms_()
109 integer *lbe, integer *fbe, real *qs, real *rc1, real *ar_b__, real * in vparms_()
114 real r__1, r__2; in vparms_()
117 double r_sign(real *, real *); in vparms_()
118 integer i_nint(real *); in vparms_()
122 real e_pre__; in vparms_()
124 real ap_rms__, e_0__, oldsgn, lp_rms__, e_b__, e_f__, r_b__, r_f__, e0ap; in vparms_()
[all …]
H A Dbsynz.c22 int bsynz_(real *coef, integer *ip, integer *iv, real *sout, real *rms, real *ratio, real *g2pass, …
91 /* Subroutine */ int bsynz_(real *coef, integer *ip, integer *iv, in bsynz_()
92 real *sout, real *rms, real *ratio, real *g2pass, in bsynz_()
98 real *rmso; in bsynz_()
101 real *exc; in bsynz_()
102 real *exc2; in bsynz_()
103 real *lpi1; in bsynz_()
104 real *lpi2; in bsynz_()
105 real *lpi3; in bsynz_()
106 real *hpi1; in bsynz_()
[all …]
H A Dlpcenc.c27 extern int lpcenc_(real *speech, integer *bits);
64 /* SPEECH - Speech encoded as real values in the range [-1,+1]. */
75 /* Subroutine */ int lpc10_encode(real *speech, integer *bits, in lpc10_encode()
79 real rc[10]; in lpc10_encode()
80 extern /* Subroutine */ int encode_(integer *, integer *, real *, real *, in lpc10_encode()
83 analys_(real *, integer *, in lpc10_encode()
84 integer *, real *, real *, struct lpc10_encoder_state *), in lpc10_encode()
85 prepro_(real *, integer *, struct lpc10_encoder_state *); in lpc10_encode()
87 real rms; in lpc10_encode()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c111 static int ovl_real_fdget_meta(const struct file *file, struct fd *real, in ovl_real_fdget_meta() argument
117 real->flags = 0; in ovl_real_fdget_meta()
118 real->file = file->private_data; in ovl_real_fdget_meta()
126 if (unlikely(file_inode(real->file) != realinode)) { in ovl_real_fdget_meta()
127 real->flags = FDPUT_FPUT; in ovl_real_fdget_meta()
128 real->file = ovl_open_realfile(file, realinode); in ovl_real_fdget_meta()
130 return PTR_ERR_OR_ZERO(real->file); in ovl_real_fdget_meta()
134 if (unlikely((file->f_flags ^ real->file->f_flags) & ~OVL_OPEN_FLAGS)) in ovl_real_fdget_meta()
135 return ovl_change_flags(real->file, file->f_flags); in ovl_real_fdget_meta()
140 static int ovl_real_fdget(const struct file *file, struct fd *real) in ovl_real_fdget() argument
[all …]
H A Dexport.c41 * Before encoding a non-upper directory file handle from real layer N, we need
42 * to check if it will be possible to reconnect an overlay dentry from the real
176 * (*) Connecting an overlay dir from real lower dentry is not always
276 * Find or instantiate an overlay dentry from real dentries and index.
358 * Lookup a child overlay dentry to get a connected overlay dentry whose real
359 * dentry is @real. If @real is on upper layer, we lookup a child overlay
360 * dentry with the same name as the real dentry. Otherwise, we need to consult
364 struct dentry *real, in ovl_lookup_real_one() argument
373 * Lookup child overlay dentry by real name. The dir mutex protects us in ovl_lookup_real_one()
375 * real has already been moved to a parent that is not under the in ovl_lookup_real_one()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcomplex30 T real() const; // constexpr in C++14
33 void real(T);
60 constexpr float real() const;
61 void real(float);
89 constexpr double real() const;
90 void real(double);
118 constexpr long double real() const;
119 void real(long double);
168 template<class T> T real(const complex<T>&); // constexpr in C++14
169 long double real(long double); // constexpr in C++14
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcomplex30 T real() const; // constexpr in C++14
33 void real(T);
60 constexpr float real() const;
61 void real(float);
89 constexpr double real() const;
90 void real(double);
118 constexpr long double real() const;
119 void real(long double);
168 template<class T> T real(const complex<T>&); // constexpr in C++14
169 long double real(long double); // constexpr in C++14
[all …]
/OK3568_Linux_fs/external/xserver/hw/xnest/man/
H A DXnest.man42 is a client of the real server which manages windows and graphics requests on
59 This option specifies the display name of the real server that
71 to synchronize its window and graphics operations with the real server.
80 to utilize full regeneration of real server objects and reopen a new connection
81 to the real server each time the nested server regenerates.
86 by default maintains the same top-level window and the same real server
89 connection to the real server will be regenerated for each server generation.
113 class of the default visual of the real server, but it must be supported by the
114 real server.
117 to obtain a list of supported visual classes on the real server before starting
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rtc/
H A Dtrivial-rtc.yaml23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface
25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
29 # Dallas DS1672 Real-time Clock
33 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
35 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE with Battery Backed RAM
37 # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
43 # Intersil ISL12022 Real-time Clock
45 # Real Time Clock Module with I2C-Bus
47 # Real Time Clock Module with I2C-Bus
49 # Real Time Clock
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Ddebug-objects.rst21 debugobjects is not changing the data structure of the real object so it
53 Each of these functions takes the address of the real object and a
70 This function is called whenever the initialization function of a real
73 When the real object is already tracked by debugobjects it is checked,
78 problem before the real initialization of the object happens. E.g. it
82 When the real object is not yet tracked by debugobjects, debugobjects
83 allocates a tracker object for the real object and sets the tracker
93 This function is called whenever the initialization function of a real
96 When the real object is already tracked by debugobjects it is checked,
101 problem before the real initialization of the object happens. E.g. it
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A DINT10.HOWTO2 INT10 X86 Real Mode executor
7 INT10 is a XFree86 module for soft-booting and executing real mode
32 To allocate memory in the real mode execution environment
38 the real mode memory space.
65 to free the memory allocated for real mode int10 calls.
71 The int10 real mode executor is designed to run on top of various x86
72 CPU emulators as well as in vm86 mode of a real x86 CPU. If used with
75 new platforms. Currently an interface to the x86emu real mode
94 to access memory from the real mode memory environment. Note, that
100 externally provided functions the real mode process memory can be
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dhypervisor.h63 #define HV_ENORADDR 2 /* Invalid real address */
119 * HV_ENORADDR Buffer is to an illegal real address.
124 * by the real address in ARG0. The buffer provided must be 16 byte
148 * the SIR (trap type 0x04) real trap table (RTBA) entry point on one
228 * array in real memory, of which each 16-bit word is a CPU ID. CPU
231 * second is the (real address) pointer to the CPU ID list.
244 * ENORADDR Invalid PC or RTBA real address
248 * Start CPU with given CPU ID with PC in %pc and with a real trap
328 * ARG1: base real address
331 * ERRORS: ENORADDR Invalid base real address
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconvert_from_string.hpp25 template <class Real>
26 Real convert_from_string(const char* p, const mpl::false_&) in convert_from_string()
30 BOOST_STATIC_ASSERT(sizeof(Real) == 0); in convert_from_string()
32 return boost::lexical_cast<Real>(p); in convert_from_string()
35 template <class Real>
40 template <class Real>
41 …e convert_from_string_result<Real>::type convert_from_string(const char* p) BOOST_NOEXCEPT_IF((boo… in convert_from_string()
43 return convert_from_string<Real>(p, boost::is_constructible<Real, const char*>()); in convert_from_string()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dactive_mm.rst26 - we have "real address spaces" and "anonymous address spaces". The
34 this category, but even "real" threads can temporarily say that for
40 - "tsk->mm" points to the "real address space". For an anonymous process,
42 really doesn't _have_ a real address space at all.
48 The rule is that for a process with a real address space (ie tsk->mm is
49 non-NULL) the active_mm obviously always has to be the same as the real
58 "mm_users" counter that is how many "real address space users" there are,
60 users) plus one if there are any real users.
62 Usually there is at least one real user, but it could be that the real
66 gets scheduled away in favour of a real thread, the "zombie" mm gets
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/
H A Dddr_test.h22 //TODO: According to real DDR Capacity to setting
27 //TODO: According to real DDR Capacity to setting
32 //TODO: According to real DDR Capacity to setting
37 //TODO: According to real DDR Capacity to setting
42 //TODO: According to real DDR Capacity to setting
47 //TODO: According to real DDR Capacity to setting
52 //TODO: According to real DDR Capacity to setting
57 //TODO: According to real DDR Capacity to setting
62 //TODO: According to real DDR Capacity to setting
/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/
H A Dcomplex124 * @param Tp Type of real and imaginary values.
145 : _M_real(__z.real()), _M_imag(__z.imag()) { }
152 real() const { return _M_real; }
158 /// Return real part of complex number.
160 real() { return _M_real; }
162 /// Return real part of complex number.
164 real() const { return _M_real; }
178 real(_Tp __val) { _M_real = __val; }
272 _M_real = __z.real();
283 _M_real += __z.real();
[all …]
/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/
H A Dcomplex124 * @param Tp Type of real and imaginary values.
145 : _M_real(__z.real()), _M_imag(__z.imag()) { }
152 real() const { return _M_real; }
158 /// Return real part of complex number.
160 real() { return _M_real; }
162 /// Return real part of complex number.
164 real() const { return _M_real; }
178 real(_Tp __val) { _M_real = __val; }
272 _M_real = __z.real();
283 _M_real += __z.real();
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bb-build.patch10 doc/Makefile.real | 4 +++-
11 src/Makefile.real | 1 +
44 diff --git a/doc/Makefile.real b/doc/Makefile.real
46 --- a/doc/Makefile.real
47 +++ b/doc/Makefile.real
61 diff --git a/src/Makefile.real b/src/Makefile.real
63 --- a/src/Makefile.real
64 +++ b/src/Makefile.real
/OK3568_Linux_fs/kernel/arch/x86/realmode/rm/
H A Dreboot.S10 * The following code and data reboots the machine by switching to real
46 /* Set up the IDT for real mode. */
50 * Set up a GDT from which we can load segment descriptors for real
51 * mode. The GDT is not used in real mode; it is just needed here to
70 * switch to real mode and jump to the BIOS reset code.
72 * The instruction that switches to real mode by writing to CR0 must be
74 * valid value for real mode, and flushes the prefetch queue to avoid
86 * occurred; hopefully real BIOSs don't assume much. This is not the
132 .word 0xffff /* Length - real mode default value */
133 .long 0 /* Base - real mode default value */
[all …]
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst12 3. Scheduling Real-Time Tasks
70 with the "traditional" real-time task model (see Section 3) can effectively
108 said to be "throttled" (also known as "depleted" in real-time literature)
165 real-time guarantees. It therefore enters a transitional state called
168 breaking the real-time guarantees.
299 3. Scheduling Real-Time Tasks
319 suited for periodic or sporadic real-time tasks that need guarantees on their
325 A typical real-time task is composed of a repetition of computation phases
333 A real-time task can be periodic with period P if r_{j+1} = r_j + P, or
336 Summing up, a real-time task can be described as
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/
H A Darm-none-linux-gnueabihf-gfortran.1185 \&\-fdefault\-real\-8 \-fdefault\-real\-10 \-fdefault\-real\-16 \-fdollar\-ok
190 \&\-freal\-4\-real\-10 \-freal\-4\-real\-16 \-freal\-4\-real\-8 \-freal\-8\-real\-10
191 \&\-freal\-8\-real\-16 \-freal\-8\-real\-4 \-std=\fR\fIstd\fR \fB\-ftest\-forall\-temp\fR
242 \&\fB\-finit\-real=\fR\fI<zero|inf|\-inf|nan|snan>\fR
456 .IP "\fB\-fdefault\-real\-8\fR" 4
457 .IX Item "-fdefault-real-8"
458 Set the default real type to an 8 byte wide type. This option also affects
459 the kind of non-double real constants like \f(CW1.0\fR. This option promotes
460 the default width of \f(CW\*(C`DOUBLE PRECISION\*(C'\fR and double real constants
462 is given along with \f(CW\*(C`fdefault\-real\-8\*(C'\fR, \f(CW\*(C`DOUBLE PRECISION\*(C'\fR
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/
H A Daarch64-none-linux-gnu-gfortran.1185 \&\-fdefault\-real\-8 \-fdefault\-real\-10 \-fdefault\-real\-16 \-fdollar\-ok
190 \&\-freal\-4\-real\-10 \-freal\-4\-real\-16 \-freal\-4\-real\-8 \-freal\-8\-real\-10
191 \&\-freal\-8\-real\-16 \-freal\-8\-real\-4 \-std=\fR\fIstd\fR \fB\-ftest\-forall\-temp\fR
242 \&\fB\-finit\-real=\fR\fI<zero|inf|\-inf|nan|snan>\fR
456 .IP "\fB\-fdefault\-real\-8\fR" 4
457 .IX Item "-fdefault-real-8"
458 Set the default real type to an 8 byte wide type. This option also affects
459 the kind of non-double real constants like \f(CW1.0\fR. This option promotes
460 the default width of \f(CW\*(C`DOUBLE PRECISION\*(C'\fR and double real constants
462 is given along with \f(CW\*(C`fdefault\-real\-8\*(C'\fR, \f(CW\*(C`DOUBLE PRECISION\*(C'\fR
[all …]

12345678910>>...199