/external/llvm/test/ExecutionEngine/MCJIT/ |
test-fp.ll | 3 define double @test(double* %DP, double %Arg) { 4 %D = load double* %DP ; <double> [#uses=1] 5 %V = fadd double %D, 1.000000e+00 ; <double> [#uses=2] 6 %W = fsub double %V, %V ; <double> [#uses=3] 7 %X = fmul double %W, %W ; <double> [#uses=2 [all...] |
/external/llvm/test/ExecutionEngine/ |
test-fp.ll | 3 define double @test(double* %DP, double %Arg) { 4 %D = load double* %DP ; <double> [#uses=1] 5 %V = fadd double %D, 1.000000e+00 ; <double> [#uses=2] 6 %W = fsub double %V, %V ; <double> [#uses=3] 7 %X = fmul double %W, %W ; <double> [#uses=2 [all...] |
/external/llvm/test/CodeGen/X86/ |
remat-scalar-zero.ll | 11 define void @foo(double* nocapture %x, double* nocapture %y) nounwind { 13 %tmp1 = load double* %x ; <double> [#uses=1] 14 %arrayidx4 = getelementptr inbounds double* %x, i64 1 ; <double*> [#uses=1] 15 %tmp5 = load double* %arrayidx4 ; <double> [#uses=1] 16 %arrayidx8 = getelementptr inbounds double* %x, i64 2 ; <double*> [#uses=1 [all...] |
illegal-insert.ll | 3 define <4 x double> @foo0(<4 x double> %t) { 4 %r = insertelement <4 x double> %t, double 2.3, i32 0 5 ret <4 x double> %r 7 define <4 x double> @foo1(<4 x double> %t) { 8 %r = insertelement <4 x double> %t, double 2.3, i32 1 9 ret <4 x double> % [all...] |
/dalvik/vm/mterp/c/ |
OP_DOUBLE_TO_INT.cpp | 1 HANDLE_FLOAT_TO_INT(OP_DOUBLE_TO_INT, "double-to-int", 2 double, _DOUBLE, s4, _INT)
|
OP_DOUBLE_TO_LONG.cpp | 1 HANDLE_FLOAT_TO_INT(OP_DOUBLE_TO_LONG, "double-to-long", 2 double, _DOUBLE, s8, _WIDE)
|
/external/clang/test/Modules/Inputs/ |
diamond_right.h | 3 double right(double *);
|
module_private_right.h | 1 __module_private__ double &f0(double); 2 __module_private__ double &f0(double); 7 double &dr = f0(hidden_var);
|
namespaces-right.h | 12 double& f(double); 16 double& f(double); 20 double &f(double); 24 double &f(double); 28 double &f(double); [all...] |
/frameworks/compile/llvm-ndk-cc/tests/P_hello/ |
hello-llvm.c | 3 double hello() { 5 return (double)foobar;
|
/gdk/sources/llvm-ndk-cc/tests/P_hello/ |
hello-llvm.c | 3 double hello() { 5 return (double)foobar;
|
/external/llvm/test/CodeGen/PowerPC/ |
fneg.ll | 3 define double @test1(double %a, double %b, double %c, double %d) { 5 %tmp2 = fsub double -0.000000e+00, %c ; <double> [#uses=1] 6 %tmp4 = fmul double %tmp2, %d ; <double> [#uses=1] 7 %tmp7 = fmul double %a, %b ; <double> [#uses=1 [all...] |
/external/clang/test/CodeGen/ |
2003-06-23-GCC-fold-infinite-recursion.c | 3 double Test(double A, double B, double C, double D) {
|
/external/llvm/test/Transforms/InstSimplify/ |
fdiv.ll | 3 define double @fdiv_of_undef(double %X) { 6 %r = fdiv double undef, %X 7 ret double %r 8 ; CHECK: ret double undef 11 define double @fdiv_by_undef(double %X) { 14 %r = fdiv double %X, undef 15 ret double %r 16 ; CHECK: ret double unde [all...] |
/external/llvm/test/Transforms/SimplifyLibCalls/ |
pow2.ll | 6 declare double @pow(double, double) 9 define double @test1(double %X) { 10 %Y = call double @pow( double %X, double 0.000000e+00 ) ; <double> [#uses=1] 11 ret double % [all...] |
/bionic/libm/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/external/llvm/test/Transforms/InstCombine/ |
fold-calls.ll | 5 ; CHECK: %t = call double @sin(double 0x7FF0000000000000) 6 define double @foo() { 7 %t = call double @sin(double 0x7FF0000000000000) 8 ret double %t 13 ; CHECK: ret double 0.0 14 define double @bar() { 15 %t = call double @sin(double 0.0 [all...] |
/development/ndk/platforms/android-9/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/ |
math.h | 31 double __ud; 72 #define HUGE_VALL (long double)HUGE_VAL 98 : (sizeof (x) == sizeof (double)) ? __fpclassifyd(x) \ 103 : (sizeof (x) == sizeof (double)) ? __isfinite(x) \ 107 : (sizeof (x) == sizeof (double)) ? __isinf(x) \ 111 : (sizeof (x) == sizeof (double)) ? isnan(x) \ 115 : (sizeof (x) == sizeof (double)) ? __isnormal(x) \ 137 : (sizeof (x) == sizeof (double)) ? __signbit(x) \ 186 int __fpclassifyd(double) __pure2; 188 int __fpclassifyl(long double) __pure2 [all...] |