HomeSort by relevance Sort by last modified time
    Searched full:double (Results 2151 - 2175 of 10768) sorted by null

<<81828384858687888990>>

  /bionic/libm/src/
s_atan.c 40 static const double atanhi[] = {
47 static const double atanlo[] = {
54 static const double aT[] = {
68 static const double
72 double
73 atan(double x)
75 double w,s1,s2,z;
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_wide/
Test_aput_wide.java 49 * @title put double into array
53 double[] arr = new double[2];
73 * @title Try to put long into double[]. Dalvik doens't distinguish 64-bits types internally,
77 double[] arr = new double[2];
129 * @title types of arguments - array, double, long
  /dalvik/dx/src/com/android/dx/gen/
Type.java 38 /** The {@code double} primitive type. */
39 public static final Type<Double> DOUBLE = new Type<Double>(com.android.dx.rop.type.Type.DOUBLE);
68 PRIMITIVE_TO_TYPE.put(double.class, DOUBLE);
  /external/antlr/src/org/antlr/runtime/misc/
Stats.java 55 public static double stddev(int[] X) {
60 double xbar = avg(X);
61 double s2 = 0.0;
70 public static double avg(int[] X) {
71 double xbar = 0.0;
114 public static double avg(List<Integer> X) {
115 double xbar = 0.0;
  /external/apache-http/src/org/apache/http/params/
HttpParams.java 125 * Returns a {@link Double} parameter value with the given name.
131 * @return a {@link Double} that represents the value of the parameter.
133 * @see #setDoubleParameter(String, double)
135 double getDoubleParameter(String name, double defaultValue);
138 * Assigns a {@link Double} to the parameter with the given name
143 HttpParams setDoubleParameter(String name, double value);
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 22 static union { double union_member; };
41 union { double union_member; };
66 char array[sizeof(union_member) == sizeof(double) ? 1 : -1];
84 union { double union_member; };
109 char array[sizeof(union_member) == sizeof(double) ? 1 : -1];
129 union { double union_member; };
154 char array[sizeof(union_member) == sizeof(double) ? 1 : -1];
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 19 static union { double union_member; };
38 union { double union_member; };
63 char array[sizeof(union_member) == sizeof(double) ? 1 : -1];
81 union { double union_member; };
106 char array[sizeof(union_member) == sizeof(double) ? 1 : -1];
126 union { double union_member; }; // expected-note {{target of using declaration}}
151 char array[sizeof(union_member) == sizeof(double) ? 1 : -1];
  /external/clang/test/CodeGen/
asm.c 60 __asm__("PR3908 %[lf] %[xx] %[li] %[r]" : [r] "+r" (r) : [lf] "mx" (0), [li] "mr" (0), [xx] "x" ((double)(0)));
161 double t20(double x) {
162 register long double result;
167 // CHECK: fpext double {{.*}} to x86_fp80
169 // CHECK: fptrunc x86_fp80 {{.*}} to double
172 float t21(long double x) {
  /external/clang/test/CodeGenObjC/
metadata-symbols-64.m 100 double DOUBLE;
101 long double LONGDOUBLE;
105 - (double) RET_DOUBLE
107 return DOUBLE;
113 - (long double) RET_LONGDOUBLE
121 double dd = [pe RET_DOUBLE];
  /external/clang/test/SemaTemplate/
instantiate-expr-1.cpp 112 double &operator()(double);
123 void test_call_operator(CallOperator call_op, int i, double d) {
125 double &dr = test_call_operator<double&>(call_op, d);
184 template<> class Vals<float> { public: static const double i; };
186 __asm("addl $1, %0" : "=r" (o) : "0"(Vals<T>::i)); // expected-error {{input with type 'double' matching output with type 'float'}}
  /external/fdlibm/
e_acos.c 41 static const double
43 static double
61 double __ieee754_acos(double x)
63 double __ieee754_acos(x)
64 double x;
67 double z,p,q,r,w,s,c,df;
e_asin.c 48 static const double
50 static double
70 double __ieee754_asin(double x)
72 double __ieee754_asin(x)
73 double x;
76 double t,w,p,q,c,r,s;
e_fmod.c 23 static const double one = 1.0, Zero[] = {0.0, -0.0,};
25 static double one = 1.0, Zero[] = {0.0, -0.0,};
29 double __ieee754_fmod(double x, double y)
31 double __ieee754_fmod(x,y)
32 double x,y ;
  /external/icu4c/test/intltest/
numfmtst.h 200 double value, const UnicodeString& string);
243 void roundingTest(NumberFormat& nf, double x, int32_t maxFractionDigits, const char* expected);
246 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
248 double checkRound(DecimalFormat* df, double iValue, double lastParsed);
  /external/llvm/test/CodeGen/ARM/
2008-04-04-ScavengerAssert.ll 5 declare double @pow(double, double)
13 %tmp24.i.i.i = call double @pow( double 0.000000e+00, double 2.000000e+00 ) ; <double> [#uses=0]
  /external/stlport/stlport/stl/
_num_put.h 88 double __val) const {
89 return do_put(__s, __f, __fill, (double)__val);
94 long double __val) const {
113 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, double __val) const;
115 virtual _OutputIter do_put(_OutputIter __s, ios_base& __f, _CharT __fill, long double __val) const;
145 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, double);
147 extern size_t _STLP_CALL __write_float(__iostring&, ios_base::fmtflags, int, long double);
  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.cpp 47 COMPILE_ASSERT(!IsInteger<double>::value, WTF_IsInteger_double_false);
51 COMPILE_ASSERT(IsFloatingPoint<double>::value, WTF_IsFloatingPoint_double_true);
52 COMPILE_ASSERT(IsFloatingPoint<long double>::value, WTF_IsFloatingPoint_long_double_true);
73 COMPILE_ASSERT(IsPod<double>::value, WTF_IsPod_double_true);
74 COMPILE_ASSERT(IsPod<long double>::value, WTF_IsPod_long_double_true);
95 COMPILE_ASSERT(IsConvertibleToInteger<double>::value, WTF_IsConvertibleToInteger_double_true);
96 COMPILE_ASSERT(IsConvertibleToInteger<long double>::value, WTF_IsConvertibleToInteger_long_double_true);
  /external/webkit/Source/WebCore/bindings/js/
JSDeviceMotionEventCustom.cpp 50 double x = xValue.toNumber(exec);
58 double y = yValue.toNumber(exec);
66 double z = zValue.toNumber(exec);
88 double alpha = alphaValue.toNumber(exec);
96 double beta = betaValue.toNumber(exec);
104 double gamma = gammaValue.toNumber(exec);
185 double interval = exec->argument(6).toNumber(exec);
  /external/webkit/Source/WebCore/platform/animation/
Animation.h 84 double delay() const { return m_delay; }
91 double duration() const { return m_duration; }
100 void setDelay(double c) { m_delay = c; m_delaySet = true; }
102 void setDuration(double d) { ASSERT(d >= 0); m_duration = d; m_durationSet = true; }
131 double m_delay;
132 double m_duration;
154 static double initialAnimationDuration() { return 0; }
  /external/webkit/Source/WebCore/platform/audio/
HRTFKernel.cpp 48 static double extractAverageGroupDelay(AudioChannel* channel, size_t analysisFFTSize)
62 double frameDelay = estimationFrame.extractAverageGroupDelay();
68 HRTFKernel::HRTFKernel(AudioChannel* channel, size_t fftSize, double sampleRate, bool bassBoost)
119 PassRefPtr<HRTFKernel> HRTFKernel::createInterpolatedKernel(HRTFKernel* kernel1, HRTFKernel* kernel2, double x)
128 double sampleRate1 = kernel1->sampleRate();
129 double sampleRate2 = kernel2->sampleRate();
134 double frameDelay = (1.0 - x) * kernel1->frameDelay() + x * kernel2->frameDelay();
  /external/webkit/Source/WebCore/platform/network/
ResourceRequestBase.h 87 double timeoutInterval() const; // May return 0 when using platform default.
88 void setTimeoutInterval(double timeoutInterval);
154 static double defaultTimeoutInterval(); // May return 0 when using platform default.
155 static void setDefaultTimeoutInterval(double);
197 double m_timeoutInterval; // 0 is a magic value for platform default on platforms that have one.
215 static double s_defaultTimeoutInterval;
230 double m_timeoutInterval;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
EventSendingController.cpp 164 double zoomFactor = WKBundlePageGetTextZoomFactor(InjectedBundle::shared().page()->page());
173 double zoomFactor = WKBundlePageGetTextZoomFactor(InjectedBundle::shared().page()->page());
182 double zoomFactor = WKBundlePageGetPageZoomFactor(InjectedBundle::shared().page()->page());
191 double zoomFactor = WKBundlePageGetPageZoomFactor(InjectedBundle::shared().page()->page());
195 void EventSendingController::scalePageBy(double scale, double x, double y)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 31 double start_uptime;
32 double start_idletime;
33 double last_uptime;
34 double last_idletime;
40 double x, xx;
65 double xx, txx, ax, axx;
84 double xx;
  /libcore/luni/src/main/java/java/nio/
HeapByteBuffer.java 75 final void get(double[] dst, int dstOffset, int doubleCount) {
76 int byteCount = checkGetBounds(SizeOf.DOUBLE, dst.length, dstOffset, doubleCount);
77 Memory.unsafeBulkGet(dst, dstOffset, byteCount, backingArray, offset + position, SizeOf.DOUBLE, order.needsSwap);
137 public final double getDouble() {
138 return Double.longBitsToDouble(getLong());
142 public final double getDouble(int index) {
143 return Double.longBitsToDouble(getLong(index));
ReadWriteHeapByteBuffer.java 125 final void put(double[] src, int srcOffset, int doubleCount) {
126 int byteCount = checkPutBounds(SizeOf.DOUBLE, src.length, srcOffset, doubleCount);
127 Memory.unsafeBulkPut(backingArray, offset + position, byteCount, src, srcOffset, SizeOf.DOUBLE, order.needsSwap);
174 public ByteBuffer putDouble(double value) {
175 return putLong(Double.doubleToRawLongBits(value));
179 public ByteBuffer putDouble(int index, double value) {
180 return putLong(index, Double.doubleToRawLongBits(value));

Completed in 653 milliseconds

<<81828384858687888990>>