HomeSort by relevance Sort by last modified time
    Searched full:double (Results 801 - 825 of 11433) sorted by null

<<31323334353637383940>>

  /external/clang/test/Index/Inputs/
complete-pch.h 3 + (int)classMethod1:(double)d;
  /external/clang/test/Parser/
function-decls.c 8 X = sizeof(void (*(int arga, void (*argb)(double Y)))(void* Z));
  /external/clang/test/SemaCXX/
no-implicit-builtin-decls.cpp 7 int malloc(double);
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 9 float f(int, double);
13 Constant<float (*)(int, double), f> *c4;
14 Constant<float (*)(int, double), &f> *c5;
16 Constant<float (*)(int, int), f> *c6; // expected-error{{non-type template argument of type 'float (int, double)' cannot be converted to a value of type 'float (*)(int, int)'}}
  /external/compiler-rt/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);
  /external/dbus/test/data/valid-messages/
dict.message 20 STRING 'double'
21 TYPE DOUBLE
22 DOUBLE 3.141592653589
40 TYPE DOUBLE
  /external/fdlibm/
w_jn.c 15 * wrapper ieee_jn(int n, double x), ieee_yn(int n, double x)
43 double ieee_jn(int n, double x) /* wrapper jn */
45 double ieee_jn(n,x) /* wrapper jn */
46 double x; int n;
52 double z;
56 return __kernel_standard((double)n,x,38); /* ieee_jn(|x|>X_TLOSS,n) */
63 double ieee_yn(int n, double x) /* wrapper yn *
    [all...]
  /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/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
avx-fp2int.ll 12 define <4 x i8> @test1(<4 x double> %d) {
13 %c = fptoui <4 x double> %d to <4 x i8>
16 define <4 x i8> @test2(<4 x double> %d) {
17 %c = fptosi <4 x double> %d to <4 x i8>
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>
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/valgrind/main/VEX/useful/
gradual_underflow.c 6 double d = 7.25063790881233303e-303;
  /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;

Completed in 822 milliseconds

<<31323334353637383940>>