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

<<11121314151617181920>>

  /cts/tools/dasm/src/java_cup/runtime/
double_token.java 5 * double value as an attribute. It maintains that value in the public
16 public double_token(int term_num, double v)
30 /** The stored double value. */
31 public double double_val;
  /cts/tools/vm-tests/src/dot/junit/opcodes/shl_long/d/
T_shl_long_7.java 5 public long run(double a, int b) {
  /cts/tools/vm-tests/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/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/CodeGen/
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/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
  /external/llvm/test/CodeGen/ARM/
2008-03-07-RegScavengerAssert.ll 3 @accum = external global { double, double } ; <{ double, double }*> [#uses=1]
14 %tmp2 = volatile load double* getelementptr ({ double, double }* @accum, i32 0, i32 0), align 8 ; <double> [#uses=1]
15 %tmp23 = fptosi double %tmp2 to i32 ; <i32> [#uses=1]
2009-08-21-PostRAKill2.ll 7 %struct.anon = type { [3 x double], double, %struct.node*, [64 x %struct.bnode*], [64 x %struct.bnode*] }
8 %struct.bnode = type { i16, double, [3 x double], i32, i32, [3 x double], [3 x double], [3 x double], double, %struct.bnode*, %struct.bnode* }
10 %struct.node = type { i16, double, [3 x double], i32, i32
    [all...]
fptoint.ll 12 define i64 @foo2(double *%x) {
13 %tmp1 = load double* %x
14 %tmp2 = bitcast double %tmp1 to i64
30 define void @foo7(double %x) {
31 %tmp1 = fptosi double %x to i32
36 define void @foo8(double %x) {
37 %tmp1 = fptoui double %x to i32
42 define void @foo9(double %x) {
43 %tmp = fptoui double %x to i16

Completed in 492 milliseconds

<<11121314151617181920>>