/external/iproute2/tc/ |
tc_red.h | 4 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
|
/external/libffi/testsuite/libffi.call/ |
return_dbl.c | 2 Purpose: Check return value double. 10 static double return_dbl(double dbl) 19 double dbl, rdbl;
|
/external/llvm/test/Assembler/ |
2002-04-07-HexFloatConstants.ll | 13 define double @test() { 14 %tmp = fmul double 7.200000e+101, 0x427F4000 ; <double> [#uses=1] 15 ret double %tmp
|
/external/llvm/test/CodeGen/ARM/ |
fnmscs.ll | 40 define double @t3(double %acc, double %a, double %b) nounwind { 51 %0 = fmul double %a, %b 52 %1 = fsub double -0.0, %0 53 %2 = fsub double %1, %acc 54 ret double %2 57 define double @t4(double %acc, double %a, double %b) nounwind [all...] |
/external/llvm/test/CodeGen/Blackfin/ |
double-cast.ll | 6 %1 = call i32 (i8*, ...)* @printf(i8* undef, double undef)
|
/external/llvm/test/CodeGen/Generic/ |
crash.ll | 12 %struct.CAMERA = type { [3 x double], [3 x double], [3 x double], [3 x double], [3 x double], [3 x double], double, double, i32, double, double, i32, double, i32* [all...] |
/external/llvm/test/CodeGen/X86/ |
2007-01-08-X86-64-Pointer.ll | 7 define void @foo(double* %y) nounwind { 13 %j = getelementptr double* %y, i64 %i 14 store double 0.000000e+00, double* %j
|
2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll | 8 declare fastcc double @tailcallee(x86_fp80, <2 x float>) 10 define fastcc double @tailcall() { 13 %tmp2 = tail call fastcc double @tailcallee( x86_fp80 %tmp, <2 x float> <float 1.000000e+00, float 1.000000e+00>) 14 ret double %tmp2
|
bc-extract.ll | 7 %tmp0 = bitcast <1 x double> <double 0x000000003F800000> to <2 x float> 15 %tmp4 = bitcast <1 x double> <double 0x000000003F800000> to <2 x float>
|
nontemporal.ll | 3 define void @f(<4 x float> %A, i8* %B, <2 x double> %C, i32 %D, <2 x i64> %E) { 11 %cast2 = bitcast i8* %B to <2 x double>* 12 store <2 x double> %C, <2 x double>* %cast2, align 16, !nontemporal !0
|
rip-rel-address.ll | 7 @a = internal global double 3.4 8 define double @foo() nounwind { 9 %a = load double* @a 10 ret double %a
|
/external/llvm/test/ExecutionEngine/ |
2010-01-15-UndefValue.ll | 6 %c = fadd double 0.0, undef
|
/external/stlport/src/ |
complex_io.cpp | 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; } 35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z) 41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z) 74 operator>>(basic_istream<char, char_traits<char> >& __is, complex<double>& __z) { 75 double __re = 0; 76 double __im = 0; 94 __z = complex<double>(__re, __im); 101 operator>>(basic_istream<char, char_traits<char> >& __is, complex<long double>& __z) { 102 long double __re = 0 [all...] |
/external/webkit/Source/WebCore/platform/animation/ |
TimingFunction.h | 79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) 100 double x1() const { return m_x1; } 101 double y1() const { return m_y1; } 102 double x2() const { return m_x2; } 103 double y2() const { return m_y2; } 112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0 [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Double2.java | 32 public Double2(double initX, double initY) { 37 public double x; 38 public double y;
|
/frameworks/compile/libbcc/runtime/test/timing/ |
floatdidf.c | 16 double FUNCTION_NAME(INPUT_TYPE x); 28 double bestTime = __builtin_inf(); 37 double thisTime = intervalInCycles(startTime, endTime); 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
floatdixf.c | 16 long double FUNCTION_NAME(INPUT_TYPE x); 28 double bestTime = __builtin_inf(); 37 double thisTime = intervalInCycles(startTime, endTime); 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
floatundidf.c | 12 double __floatundidf(uint64_t x); 25 double bestTime = __builtin_inf(); 34 double thisTime = intervalInCycles(startTime, endTime); 41 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
floatundixf.c | 16 long double FUNCTION_NAME(INPUT_TYPE x); 28 double bestTime = __builtin_inf(); 37 double thisTime = intervalInCycles(startTime, endTime); 44 printf("%16s: %f cycles.\n", LIBSTRING, bestTime / (double) INPUT_SIZE);
|
/frameworks/compile/libbcc/tests/data/src/ |
floatdouble.c | 5 double b = 0.1f;
|
/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
root_compute_really_bad.rs | 4 int root(int ain, int aout, int usrData, float x1, double y1,
|
/ndk/sources/cxx-stl/stlport/src/ |
complex_io.cpp | 31 { return __os << '(' << (double)__z.real() << ',' << (double)__z.imag() << ')'; } 35 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<double>& __z) 41 operator<< (basic_ostream<char, char_traits<char> >& __os, const complex<long double>& __z) 74 operator>>(basic_istream<char, char_traits<char> >& __is, complex<double>& __z) { 75 double __re = 0; 76 double __im = 0; 94 __z = complex<double>(__re, __im); 101 operator>>(basic_istream<char, char_traits<char> >& __is, complex<long double>& __z) { 102 long double __re = 0 [all...] |
/ndk/tests/build/multiple-static-const/jni/ |
main.cpp | 4 const double Foo::CONST_2 = 3.14159265;
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 39 inline void db_CauchyDerivative(double J[4],double fp[2],const double f[2],double one_over_scale2) 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; 42 double one_plus_r2s,half_dfu_dx,half_dfu_dy,coeff,coeff2,coeff3; 119 inline double db_SquaredReprojectionErrorHomography(const double y[2],const double H[9],const double x[3] [all...] |
/external/llvm/test/Analysis/ScalarEvolution/ |
sext-iv-0.ll | 9 define void @foo(double* nocapture %x) nounwind { 26 %3 = getelementptr double* %x, i64 %2 ; <double*> [#uses=1] 27 %4 = load double* %3, align 8 ; <double> [#uses=1] 28 %5 = fmul double %4, 3.900000e+00 ; <double> [#uses=1] 30 %7 = getelementptr double* %x, i64 %6 ; <double*> [#uses=1] 31 store double %5, double* %7, align [all...] |