HomeSort by relevance Sort by last modified time
    Searched full:real (Results 601 - 625 of 8477) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/math/cmplx/
sin.go 54 s, c := math.Sincos(real(x))
75 sh, ch := sinhcosh(real(x))
99 s, c := math.Sincos(real(x))
119 sh, ch := sinhcosh(real(x))
  /prebuilts/go/linux-x86/src/testing/iotest/
writer.go 24 // real write
  /prebuilts/go/linux-x86/test/fixedbugs/
bug243.go 30 // without involving a real network.
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
Makefile.pl 6 # real name of your module and wrapper file.
  /prebuilts/misc/common/swig/include/2.0.11/python/
defarg.swg 19 __call_defarg method and it passes control to the real wrapper function.
  /system/update_engine/common/
boot_control.h 27 // The real BootControlInterface is platform-specific. This factory function
hardware.h 27 // The real HardwareInterface is platform-specific. This factory function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-4a.s 6 # (It's questionable whether defining the stub and real function
  /external/curl/tests/data/
test2030 37 This is not the real page!
47 This is still not the real page!
70 This is not the real page!
79 Finally, this is the real page!
91 This is not the real page!
101 This is still not the real page!
124 This is not the real page!
147 This is not the real page!
156 Finally, this is the real page!
179 Finally, this is the real page
    [all...]
test159 26 This is not the real page either!
37 This is not the real page either!
test2027 31 This is not the real page!
52 This is not the real page!
61 Finally, this is the real page!
72 This is not the real page!
93 This is not the real page!
113 Finally, this is the real page!
135 Finally, this is the real page!
167 Finally, this is the real page!
test2029 25 This is not the real page!
35 This is still not the real page!
56 Finally, this is the real page!
68 This is not the real page!
78 This is still not the real page!
111 Finally, this is the real page!
134 Finally, this is the real page!
162 Finally, this is the real page!
  /external/eigen/blas/f2c/
sspmv.c 15 /* Subroutine */ int sspmv_(char *uplo, integer *n, real *alpha, real *ap,
16 real *x, integer *incx, real *beta, real *y, integer *incy, ftnlen
24 real temp1, temp2;
64 /* ALPHA - REAL . */
68 /* AP - REAL array of DIMENSION at least */
82 /* X - REAL array of dimension at least */
93 /* BETA - REAL . *
    [all...]
  /external/autotest/client/site_tests/login_GuestAndActualSession/
login_GuestAndActualSession.py 17 signs in before a real user.
54 # Ensure that the first real user got to be the owner.
  /external/compiler-rt/lib/interception/
interception_linux.cc 22 uptr real, uptr wrapper) {
24 return real == wrapper;
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 72 // Get the real values of a | a1_re | a1_re | a2_re | a2_re |
74 // Get the real values of a | a1_im | a1_im | a2_im | a2_im |
76 // Multiply the real a with b
82 // Swap real/imag elements in v2.
171 // Get the real values of a | a1_re | a1_re | a2_re | a2_re |
173 // Get the real values of a | a1_im | a1_im | a2_im | a2_im |
175 // Multiply the real a with b
181 // Swap real/imag elements in v2.
  /external/eigen/blas/fortran/
srotmg.f 3 REAL SD1,SD2,SX1,SY1
6 REAL SPARAM(5)
35 * SD1 (input/output) REAL
37 * SD2 (input/output) REAL
39 * SX1 (input/output) REAL
41 * SY1 (input) REAL
44 * SPARAM (input/output) REAL array, dimension 5
54 REAL GAM,GAMSQ,ONE,RGAMSQ,SFLAG,SH11,SH12,SH21,SH22,SP1,SP2,SQ1,
  /external/libcxx/test/std/numerics/complex.number/complex.ops/
unary_minus.pass.cpp 24 assert(z.real() == 1.5);
27 assert(c.real() == -1.5);
  /external/libxml2/result/valid/
dia.xml 19 <!ELEMENT dia:attribute (dia:composite | dia:int | dia:enum | dia:real | dia:boolean | dia:color | dia:point | dia:rectangle | dia:string | dia:font)*>
27 <!ELEMENT dia:real EMPTY>
28 <!ATTLIST dia:real dia:val CDATA #REQUIRED>
64 <dia:real dia:val="0.1"/>
95 <dia:real dia:val="1"/>
120 <dia:real dia:val="2.05"/>
123 <dia:real dia:val="2"/>
126 <dia:real dia:val="0.1"/>
  /external/llvm/test/CodeGen/Mips/
hfptrcall.ll 37 %real = getelementptr inbounds { float, float }, { float, float }* %retval, i32 0, i32 0
39 store float 5.000000e+00, float* %real
53 %real = getelementptr inbounds { double, double }, { double, double }* %retval, i32 0, i32 0
55 store double 0x416BC8B0A0000000, double* %real
85 %xy.real = load float, float* getelementptr inbounds ({ float, float }, { float, float }* @xy, i32 0, i32 0)
87 %conv5 = fpext float %xy.real to double
100 %xyd.real = load double, double* getelementptr inbounds ({ double, double }, { double, double }* @xyd, i32 0, i32 0)
104 %call15 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([10 x i8], [10 x i8]* @.str1, i32 0, i32 0), double %xyd.real, double %xyd.imag14)
  /external/mockito/src/org/mockito/internal/stubbing/answers/
CallsRealMethods.java 18 * When this implementation is used, unstubbed methods will delegate to the real implementation.
19 * This is a way to create a partial mock object that calls real methods by default.
  /external/sonic/
README 25 real 0m50.839s
31 real 0m52.043s
  /external/squashfs-tools/RELEASE-READMEs/
README-3.1 75 real 11m48.401s
81 real 4m8.736s
87 real 4m34.360s
93 real 1m27.381s
102 real 11m38.472s
108 real 10m5.572s
114 real 3m42.298s
120 real 3m9.178s
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 50 * int WebRtcIsac_Fftn (int ndim, const int dims[], REAL Re[], REAL Im[],
57 * RE and IM hold the real and imaginary components of the data, and return
58 * the resulting real and imaginary Fourier coefficients. Multidimensional
77 * int WebRtcIsac_Fftradix (REAL Re[], REAL Im[], size_t nTotal, size_t nPass,
104 * The data can also be stored in a single array with alternating real and
107 * addresses for the sequences of real and imaginary values,
110 * REAL data [2*NTOTAL];
152 # define REAL doubl
    [all...]
  /frameworks/av/include/media/stagefright/
MediaClock.h 47 // query media time corresponding to real time |realUs|, and save the
53 // query real time corresponding to media time |targetMediaUs|.

Completed in 1820 milliseconds

<<21222324252627282930>>