HomeSort by relevance Sort by last modified time
    Searched defs:real (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/go/darwin-x86/test/
devirt.go 7 type real struct { type
11 func (r *real) Value() int { return r.value }
27 rptr := &real{value: 3}
  /prebuilts/go/linux-x86/test/
devirt.go 7 type real struct { type
11 func (r *real) Value() int { return r.value }
27 rptr := &real{value: 3}
  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
ShadowParameterizedDummy.java 10 ParameterizedDummy<T,S> real; field in class:ShadowParameterizedDummy
  /bionic/libc/malloc_debug/
GuardData.cpp 57 const uint8_t* real = reinterpret_cast<const uint8_t*>(data); local
59 if (real[i] != expected[i]) {
60 error_log(" allocation[%d] = 0x%02x (expected 0x%02x)", pointer_idx, real[i], expected[i]);
  /external/libmojo/base/android/
jni_weak_ref.cc 63 jobject real = nullptr; local
65 real = env->NewLocalRef(obj);
66 return base::android::ScopedJavaLocalRef<jobject>(env, real);
  /external/python/cpython3/Include/
complexobject.h 11 double real; member in struct:__anon33122
30 real and imaginary parts.
47 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 24 typedef unsigned short int real; typedef
35 real width, height; // Width and height of input images
36 real numChannels; // Number of channels in input images
37 real border; // border size
38 real pitch; // Pitch. Used for moving through image efficiently.
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border)
    [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);
  /external/compiler-rt/lib/builtins/ppc/
divtc3.c 40 DD real = { .ld = __gcc_qdiv(realNumerator, denom) }; local
43 real.s.hi = crt_scalbn(real.s.hi, -ilogbw);
44 real.s.lo = crt_scalbn(real.s.lo, -ilogbw);
48 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
57 real.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * aDD.s.hi;
58 real.s.lo = 0.0;
68 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
69 real.s.lo = 0.0
    [all...]
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/Eigen/src/plugins/
CommonCwiseUnaryOps.h 20 /** \internal the return type of real() const */
25 /** \internal the return type of real() */
79 /// \returns a read-only expression of the real part of \c *this.
81 EIGEN_DOC_UNARY_ADDONS(real,real part function)
86 real() const { return RealReturnType(derived()); } function
92 /// \sa real()
147 /// \returns a non const expression of the real part of \c *this.
149 EIGEN_DOC_UNARY_ADDONS(real,real part function
154 real() { return NonConstRealReturnType(derived()); } function
    [all...]
  /external/libchrome/base/json/
json_writer.cc 92 std::string real = DoubleToString(value); local
95 // real rather than an int.
96 if (real.find('.') == std::string::npos &&
97 real.find('e') == std::string::npos &&
98 real.find('E') == std::string::npos) {
99 real.append(".0");
103 if (real[0] == '.') {
104 real.insert(static_cast<size_t>(0), static_cast<size_t>(1), '0');
105 } else if (real.length() > 1 && real[0] == '-' && real[1] == '.')
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
1-1.c 32 char *real; local
50 real = asctime(&time_ptr);
58 printf("real = %s\n", real);
61 if (strcmp(real, expected) != 0) {
63 printf("Got %s\n", real);
  /external/python/cpython2/Include/
complexobject.h 10 double real; member in struct:__anon32560
37 real and imaginary parts.
51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
  /external/webrtc/webrtc/common_audio/
real_fourier_unittest.cc 26 RealFourier::fft_real_scoper real; local
27 real = RealFourier::AllocRealBuffer(3);
28 ASSERT_TRUE(real.get() != nullptr);
29 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(real.get());
88 EXPECT_NEAR(this->cplx_buffer_[0].real(), 10.0f, 1e-8f);
90 EXPECT_NEAR(this->cplx_buffer_[1].real(), -2.0f, 1e-8f);
92 EXPECT_NEAR(this->cplx_buffer_[2].real(), -2.0f, 1e-8f);
  /frameworks/native/cmds/lshal/libprocpartition/
procpartition.cpp 37 std::string real; local
41 if (!android::base::Realpath(exe, &real)) {
44 return real;
93 const auto& real = getExe(pid); local
94 if (real.empty() || real.front() != '/') {
97 return getPartitionFromRealpath(real);
  /libcore/ojluni/src/main/java/java/util/
Comparators.java 68 private final Comparator<T> real; field in class:Comparators.NullComparator
71 NullComparator(boolean nullFirst, Comparator<? super T> real) {
73 this.real = (Comparator<T>) real;
83 return (real == null) ? 0 : real.compare(a, b);
90 return new NullComparator<>(nullFirst, real == null ? other : real.thenComparing(other));
95 return new NullComparator<>(!nullFirst, real == null ? null : real.reversed())
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
complexobject.h 10 double real; member in struct:__anon66451
37 real and imaginary parts.
51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
  /prebuilts/gdb/linux-x86/include/python2.7/
complexobject.h 10 double real; member in struct:__anon66573
37 real and imaginary parts.
51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
complexobject.h 10 double real; member in struct:__anon966
37 real and imaginary parts.
51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
complexobject.h 10 double real; member in struct:__anon1089
37 real and imaginary parts.
51 PyAPI_FUNC(PyObject *) PyComplex_FromDoubles(double real, double imag);
  /external/syslinux/
Makefile 86 # creating. Which means that we always need a *real* target, such as
90 real-target := $(filter-out $(firmware), $(MAKECMDGOALS))
91 real-firmware := $(filter $(firmware), $(MAKECMDGOALS))
93 ifeq ($(real-target),)
94 real-target = all
97 ifeq ($(real-firmware),)
98 real-firmware = $(firmware)
  /external/apache-harmony/support/src/test/java/tests/support/
Support_AvailTest.java 49 int real = myin.available(); local
61 if (real != expected) {
62 output = "Failed avail test1 - " + real + "!=" + expected;
75 real = myin.available();
78 // if(real != expected) output = "Failed avail test2 - " + real +
95 real = myin.available();
96 if (real != 0) {
97 output = "Failed avail test3 - " + real + "!=" + expected;
  /external/eigen/blas/f2c/
datatypes.h 10 typedef float real; typedef
12 typedef struct { real r, i; } complex;

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8 9