HomeSort by relevance Sort by last modified time
    Searched refs:real (Results 201 - 225 of 1274) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/compiler-rt/lib/builtins/ppc/
multc3.c 28 DD real = { .ld = __gcc_qsub(ac,bd) }; local
31 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
78 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi - bDD.s.hi*dDD.s.hi);
79 real.s.lo = 0.0;
86 __real__ z = real.ld;
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 26 template<class real>
31 typedef real real_type ;
33 typedef std::vector<real> stl_vector;
36 typedef gmm::dense_matrix<real> gene_matrix;
105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){
109 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){
  /external/eigen/blas/f2c/
srotm.c 15 /* Subroutine */ int srotm_(integer *n, real *sx, integer *incx, real *sy,
16 integer *incy, real *sparam)
20 static real zero = 0.f;
21 static real two = 2.f;
28 real w, z__;
30 real sh11, sh12, sh21, sh22, sflag;
64 /* SX (input/output) REAL array, dimension N */
70 /* SY (input/output) REAL array, dimension N */
76 /* SPARAM (input/output) REAL array, dimension 5 *
    [all...]
  /external/libxaac/decoder/
ixheaacd_dsp_fft32x32s.c 34 VOID ixheaacd_inv_dit_fft_8pt_dec(WORD32 *y, WORD32 *real, WORD32 *imag) {
84 real[0] = ixheaacd_add32_sat(x[0], x[8]);
92 real[4] = ixheaacd_add32_sat(x[4], x[13]);
98 real[1] = ixheaacd_add32_sat(x[2], vr);
104 real[2] = ixheaacd_add32_sat(a0, a2);
112 real[3] = ixheaacd_add32_sat(a00, a20);
115 real[5] = ixheaacd_add32_sat(x[6], vr);
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 164 LIST_DEL(&bo->u.real.global_list_item);
169 amdgpu_va_range_free(bo->u.real.va_handle);
179 if (bo->u.real.map_count >= 1) {
195 if (bo->u.real.use_reusable_pool)
196 pb_cache_add_buffer(&bo->u.real.cache_entry);
206 struct amdgpu_winsys_bo *real; local
294 real = bo;
296 real = bo->u.slab.real;
297 offset = bo->va - real->va
321 struct amdgpu_winsys_bo *real; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 139 io_channel real; member in struct:undo_private_data
220 channel = data->real;
402 retval = io_channel_read_blk64(data->real, backing_blk_num,
597 data->real) != 0) {
732 &data->real);
750 data->real = NULL;
754 if (data->real)
756 (data->real->flags & CHANNEL_FLAGS_DISCARD_ZEROES);
762 if (data->real)
763 undo_err_handler_init(data->real);
    [all...]
  /external/eigen/bench/btl/libs/blitz/
blitz_interface.hh 33 template<class real>
38 typedef real real_type ;
40 typedef std::vector<real> stl_vector;
43 typedef blitz::Array<real, 2> gene_matrix;
44 typedef blitz::Array<real, 1> gene_vector;
45 // typedef blitz::Matrix<real, blitz::ColumnMajor> gene_matrix;
46 // typedef blitz::Vector<real> gene_vector;
123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N)
  /prebuilts/go/darwin-x86/test/ken/
cplx4.go 50 // real, imag, complex
51 c3 := complex(real(c2)+3, imag(c2)-5) + c2
56 c4 := complex(real(c3/2), imag(c3/2))
  /prebuilts/go/linux-x86/test/ken/
cplx4.go 50 // real, imag, complex
51 c3 := complex(real(c2)+3, imag(c2)-5) + c2
56 c4 := complex(real(c3/2), imag(c3/2))
  /external/aac/libFDK/include/
qmf_pcm.h 134 FIXP_DBL *RESTRICT realSlot, /*!< Input: Pointer to real Slot */
168 FIXP_DBL real = realSlot[j]; /* no_channels-1 .. 0 */ local
171 FIXP_DBL Are = fMultAddDiv2(FX_QSS2FX_DBL(sta[0]), p_fltm[0], real);
200 FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[2]), p_fltm[1], real));
203 FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[4]), p_fltm[2], real));
206 FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[6]), p_fltm[3], real));
209 FX_DBL2FX_QSS(fMultAddDiv2(FX_QSS2FX_DBL(sta[8]), p_fltm[4], real));
226 FIXP_DBL *RESTRICT realSlot, /*!< Input: Pointer to real Slot */
259 FIXP_DBL real = realSlot[j]; /* no_channels-1 .. 0 */ local
262 FIXP_DBL Are = sta[0] + FX_DBL2FX_QSS(fMultDiv2(p_fltm[4], real));
    [all...]
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 27 template<class real, int SIZE=Dynamic>
35 typedef real real_type;
37 typedef std::vector<real> stl_vector;
40 typedef Eigen::Matrix<real,SIZE,SIZE> gene_matrix;
41 typedef Eigen::Matrix<real,SIZE,1> gene_vector;
110 // internal::product_selfadjoint_vector<real,0,LowerTriangularBit,false,false>(N,A.data(),N, B.data(), 1, X.data(), 1);
159 // internal::product_selfadjoint_rank2_update<real,0,LowerTriangularBit>(N,A.data(),N, X.data(), 1, Y.data(), 1, -1);
169 static EIGEN_DONT_INLINE void rot(gene_vector & A, gene_vector & B, real c, real s, int /*N*/){
170 internal::apply_rotation_in_the_plane(A, B, JacobiRotation<real>(c,s))
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmapDrawable.java 42 BitmapDrawable real = ReflectionHelpers.callConstructor(BitmapDrawable.class, ClassParameter.from(Bitmap.class, bitmap)); local
43 ShadowBitmapDrawable shadow = shadowOf(real);
46 return real;
  /external/webrtc/webrtc/common_audio/
real_fourier_ooura.cc 57 // Ooura places real[n/2] in imag[0].
59 dest[0] = complex<float>(dest[0].real(), 0.0f);
67 // The real output array is shorter than the input complex array by one
73 // Restore real[n/2] to imag[0].
74 dest_complex[0] = complex<float>(dest_complex[0].real(),
75 src[complex_length_ - 1].real());
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_types.h 156 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon4076
158 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon4077
160 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon4078
162 #define COMPLEX_REAL(x) (x).real
  /external/compiler-rt/lib/builtins/
int_types.h 156 typedef struct { float real, imaginary; } Fcomplex; member in struct:__anon17159
158 typedef struct { double real, imaginary; } Dcomplex; member in struct:__anon17160
160 typedef struct { long double real, imaginary; } Lcomplex; member in struct:__anon17161
162 #define COMPLEX_REAL(x) (x).real
  /external/compiler-rt/lib/interception/
interception_linux.h 27 uptr real, uptr wrapper);
  /external/libchrome/base/trace_event/
trace_event_impl.cc 229 std::string real; local
232 real = DoubleToString(val);
235 // real rather than an int.
236 if (real.find('.') == std::string::npos &&
237 real.find('e') == std::string::npos &&
238 real.find('E') == std::string::npos) {
239 real.append(".0");
243 if (real[0] == '.') {
244 real.insert(0, "0");
245 } else if (real.length() > 1 && real[0] == '-' && real[1] == '.')
    [all...]
  /external/libcxx/test/std/numerics/complex.number/cmplx.over/
pow.pass.cpp 42 typedef decltype(promote(x)+promote(real(y))) V;
51 typedef decltype(promote(real(x))+promote(y)) V;
60 typedef decltype(promote(real(x))+promote(real(y))) V;
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
matrix_test_helpers.h 68 EXPECT_NEAR(expected_elements[i][j].real(),
69 actual_elements[i][j].real(),
89 EXPECT_NEAR(expected_elements[i][j].real(),
90 actual_elements[i][j].real(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_zatm.h 39 struct timeval real; /* real (wall-clock) time */ member in struct:zatm_t_hist
40 struct timeval expected; /* expected real time */
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
std_complex.i 50 $result = PyComplex_FromDoubles($1.real(), $1.imag());
54 $result = PyComplex_FromDoubles($1->real(), $1->imag());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/cmplx.over/
pow.pass.cpp 42 typedef decltype(promote(x)+promote(real(y))) V;
51 typedef decltype(promote(real(x))+promote(y)) V;
60 typedef decltype(promote(real(x))+promote(real(y))) V;
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
keycodes.c 36 xkb_atom_t real; member in struct:__anon26710
63 xkb_atom_t alias, xkb_atom_t real)
68 info->real = real;
301 def.real = alias->real;
395 if (def->real == old->real) {
400 KeyNameText(info->ctx, def->real));
405 use = (merge == MERGE_AUGMENT ? old->real : def->real)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
complexobject.h 10 double real; member in struct:__anon4312
37 real and imaginary parts.
51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
complexobject.h 10 double real; member in struct:__anon4619
37 real and imaginary parts.
51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);

Completed in 744 milliseconds

1 2 3 4 5 6 7 891011>>