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

<<11121314151617181920>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/shr_long/d/
T_shr_long_7.java 5 public long run(double a, int b) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_7.java 5 public long run(double a, int b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long/d/
T_shl_long_7.java 5 public long run(double a, int b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/d/
T_shl_long_2addr_7.java 5 public long run(double a, int b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/d/
T_shr_long_7.java 5 public long run(double a, int b) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_7.java 5 public long run(double a, int b) {
  /dalvik/vm/mterp/armv5te/
OP_REM_DOUBLE.S 2 /* EABI doesn't define a double remainder function, but libm does */
OP_REM_DOUBLE_2ADDR.S 2 /* EABI doesn't define a double remainder function, but libm does */
  /dalvik/vm/mterp/armv6t2/
OP_REM_DOUBLE_2ADDR.S 2 /* EABI doesn't define a double remainder function, but libm does */
  /external/clang/test/ASTMerge/Inputs/
function2.c 3 void f1(Int, double);
  /external/clang/test/Analysis/
rdar-6442306-1.m 15 double __Foo_READSWAP__double(double*);
25 *(&((double *)(&In0P->size))[__i__]) =
26 __Foo_READSWAP__double(&((double *)(&In0P->size))[__i__]);
  /external/clang/test/CodeGen/
2003-03-03-DeferredType.c 10 double D;
2007-03-05-DataLayout.c 10 typedef double vector[NDIM];
12 // { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x
13 // double], double, \2 *, \2 * }
16 double mass;
23 double phi;
2008-03-26-PackedBitFields.c 5 long double c;
2011-03-02-UnionInitializer.c 2 union { int :3; double f; } u17_017 = {17.17};
func-ptr-cast-decl.c 5 typedef int (*fptr)(double);
global-with-initialiser.c 12 double globalDouble = 1.0;
13 double globalDoubleArray[5] = { 1.0, 2.0 };
16 long double globalLongDouble = 1;
17 long double globalLongDoubleArray[5] = { 1.0, 2.0 };
  /external/clang/test/PCH/
cxx-implicit-moves.cpp 9 double width;
10 double height;
14 static inline NSSize NSMakeSize(double w, double h) {
  /external/libffi/testsuite/libffi.call/
float2.c 2 Purpose: Check return value long double.
12 static long double ldblit(float f)
14 return (long double) (((long double) f)/ (long double) 3.0);
23 long double ld;
35 /* This is ifdef'd out for now. long double support under SunOS/gcc
44 /* This is ifdef'd out for now. long double support under SunOS/gcc
52 puts("long double return value tests ok!");
return_ldl.c 2 Purpose: Check return value long double.
10 static long double return_ldl(long double ldl)
19 long double ldl, rldl;
  /external/libvpx/vp8/encoder/
psnr.h 15 extern double vp8_mse2psnr(double Samples, double Peak, double Mse);
  /external/llvm/test/Analysis/BasicAA/
constant-over-index.ll 4 ; CHECK: MayAlias: double* %p.0.i.0, double* %p3
9 define void @foo([3 x [3 x double]]* noalias %p) {
11 %p3 = getelementptr [3 x [3 x double]]* %p, i64 0, i64 0, i64 3
17 %p.0.i.0 = getelementptr [3 x [3 x double]]* %p, i64 0, i64 %i, i64 0
19 volatile store double 0.0, double* %p3
20 volatile store double 0.1, double* %p.0.i.0
  /external/llvm/test/Analysis/ScalarEvolution/
sle.ll 10 define void @le(i64 %n, double* nocapture %p) nounwind {
17 %arrayidx = getelementptr double* %p, i64 %i ; <double*> [#uses=2]
18 %t4 = load double* %arrayidx ; <double> [#uses=1]
19 %mul = fmul double %t4, 2.200000e+00 ; <double> [#uses=1]
20 store double %mul, double* %arrayidx
trip-count4.ll 6 define void @another_count_down_signed(double* %d, i64 %n) nounwind {
14 %t0 = getelementptr double* %d, i64 %indvar.i8 ; <double*> [#uses=2]
15 %t1 = load double* %t0 ; <double> [#uses=1]
16 %t2 = fmul double %t1, 1.000000e-01 ; <double> [#uses=1]
17 store double %t2, double* %t0
  /external/llvm/test/Assembler/
2004-02-01-NegativeZero.ll 3 global double 0x8000000000000000

Completed in 349 milliseconds

<<11121314151617181920>>