HomeSort by relevance Sort by last modified time
    Searched full:double (Results 726 - 750 of 10424) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/nio/
DoubleArrayBuffer.java 22 * compose the implementation of array based double buffers.
34 protected final double[] backingArray;
38 DoubleArrayBuffer(double[] array) {
43 this(capacity, new double[capacity], 0);
46 DoubleArrayBuffer(int capacity, double[] backingArray, int offset) {
53 public final double get() {
61 public final double get(int index) {
67 public final DoubleBuffer get(double[] dst, int dstOffset, int doubleCount) {
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p12.cpp 9 template<class T1, class ... Types> double &g(Tuple<T1, Types& ...>); // #3
14 double &dr1 = g(Tuple<int, float&>());
15 double &dr2 = g(Tuple<int>());
20 template<class T1, class ... Types> double &h(int (*)(T1, Types& ...)); // #3
25 double &dr1 = h((int(*)(int, float&))0);
26 double &dr2 = h((int(*)(int))0);
  /external/fdlibm/
s_logb.c 15 * double ieee_logb(x)
23 double ieee_logb(double x)
25 double ieee_logb(x)
26 double x;
37 return (double) (ix-1023);
s_significand.c 16 * scalb(x, (double) -ieee_ilogb(x)),
23 double ieee_significand(double x)
25 double ieee_significand(x)
26 double x;
29 return __ieee754_scalb(x,(double) -ieee_ilogb(x));
w_atan2.c 23 double ieee_atan2(double y, double x) /* wrapper atan2 */
25 double ieee_atan2(y,x) /* wrapper atan2 */
26 double y,x;
32 double z;
w_fmod.c 22 double ieee_fmod(double x, double y) /* wrapper fmod */
24 double ieee_fmod(x,y) /* wrapper fmod */
25 double x,y;
31 double z;
w_hypot.c 22 double ieee_hypot(double x, double y)/* wrapper hypot */
24 double ieee_hypot(x,y) /* wrapper hypot */
25 double x,y;
31 double z;
w_remainder.c 21 double ieee_remainder(double x, double y) /* wrapper remainder */
23 double ieee_remainder(x,y) /* wrapper remainder */
24 double x,y;
30 double z;
  /external/iproute2/netem/
normal.c 17 static double
18 normal(double x, double mu, double sigma)
28 double x;
29 double table[TABLESIZE+1];
  /external/libffi/testsuite/libffi.call/
float.c 11 static int floating(int a, float b, double c, long double d)
29 double d;
30 long double ld;
47 d = (double)1.0/(double)3.0;
float1.c 2 Purpose: Check return value double.
13 double d;
14 unsigned char c[sizeof (double)];
19 static double dblit(float f)
44 memset(result[1].c, CANARY, sizeof (double));
53 for (i = 0; i < sizeof (double); ++i)
return_dbl2.c 2 Purpose: Check return value double.
10 static double return_dbl(double dbl1, double dbl2, unsigned int in3, double dbl4)
19 double dbl1, dbl2, dbl4, rdbl;
  /external/llvm/test/CodeGen/PTX/
selp.ll 21 define ptx_device double @test_selp_f64(i1 %x, double %y, double %z) {
23 %a = select i1 %x, double %y, double %z
24 ret double %a
  /external/llvm/test/CodeGen/PowerPC/
i64_fp.ll 21 define double @X(double %Y) {
22 %A = fptosi double %Y to i64 ; <i64> [#uses=1]
23 %B = sitofp i64 %A to double ; <double> [#uses=1]
24 ret double %B
  /external/llvm/test/CodeGen/Thumb2/
thumb2-cbnz.ll 4 declare double @floor(double) nounwind readnone
6 define void @t(i32 %c, double %b) {
29 %0 = tail call double @floor(double %b) nounwind readnone ; <double> [#uses=0]
  /external/llvm/test/CodeGen/X86/
dagcombine-buildvector.ll 9 define void @test(<2 x double>* %dst, <4 x double> %src) nounwind {
11 %tmp7.i = shufflevector <4 x double> %src, <4 x double> undef, <2 x i32> < i32 0, i32 2 >
12 store <2 x double> %tmp7.i, <2 x double>* %dst
fp-trunc.ll 3 define <1 x float> @test1(<1 x double> %x) nounwind {
6 %y = fptrunc <1 x double> %x to <1 x float>
11 define <2 x float> @test2(<2 x double> %x) nounwind {
16 %y = fptrunc <2 x double> %x to <2 x float>
20 define <8 x float> @test3(<8 x double> %x) nounwind {
31 %y = fptrunc <8 x double> %x to <8 x float>
fp2sint.ll 7 %tmp35.i = load double* null, align 8 ; <double> [#uses=1]
8 %tmp3536.i = fptosi double %tmp35.i to i32 ; <i32> [#uses=1]
10 %tmp39.i = load double* null, align 4 ; <double> [#uses=1]
11 %tmp3940.i = fptosi double %tmp39.i to i32 ; <i32> [#uses=1]
lsr-static-addr.ll 12 @A = external global [0 x double]
21 %arrayidx = getelementptr [0 x double]* @A, i64 0, i64 %i.06
22 %tmp3 = load double* %arrayidx, align 8
23 %mul = fmul double %tmp3, 2.300000e+00
24 store double %mul, double* %arrayidx, align 8
vec_insert-2.ll 22 define <2 x double> @t3(double %s, <2 x double> %tmp) nounwind {
31 %tmp1 = insertelement <2 x double> %tmp, double %s, i32 1
32 ret <2 x double> %tmp1
vec_set-F.ll 14 %tmp717 = bitcast i64 %x to double
15 %tmp8 = insertelement <2 x double> undef, double %tmp717, i32 0
16 %tmp9 = insertelement <2 x double> %tmp8, double 0.000000e+00, i32 1
17 %tmp11 = bitcast <2 x double> %tmp9 to <2 x i64>
vec_shuffle-37.ll 17 define void @t01(double* %a0) nounwind ssp {
21 %tmp93 = load double* %a0, align 8
22 %vecinit94 = insertelement <2 x double> undef, double %tmp93, i32 1
23 store <2 x double> %vecinit94, <2 x double>* undef
  /external/llvm/test/Transforms/IndVarSimplify/
preserve-gep-remainder.ll 2 ; RUN: | grep {\[%\]p.2.ip.1 = getelementptr \\\[3 x \\\[3 x double\\\]\\\]\\* \[%\]p, i64 2, i64 \[%\]tmp, i64 1}
6 ; %p.2.ip.1 = getelementptr [3 x [3 x double]]* %p, i64 0, i64 %tmp, i64 19
9 define void @foo([3 x [3 x double]]* noalias %p) nounwind {
16 %p.2.ip.1 = getelementptr [3 x [3 x double]]* %p, i64 2, i64 %ip, i64 1
17 volatile store double 0.0, double* %p.2.ip.1
  /external/llvm/test/Transforms/InstCombine/
signed-comparison.ll 8 define void @foo(double* %p) nounwind {
15 %t1 = getelementptr double* %p, i64 %t0
16 %t2 = load double* %t1, align 8
17 %t3 = fmul double %t2, 2.2
18 store double %t3, double* %t1, align 8
  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.idl 31 readonly attribute [Custom] double alpha;
32 readonly attribute [Custom] double beta;
33 readonly attribute [Custom] double gamma;
34 [Custom] void initDeviceOrientationEvent(in DOMString type, in boolean bubbles, in boolean cancelable, in double alpha, in double beta, in double gamma);

Completed in 880 milliseconds

<<21222324252627282930>>