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

<<41424344454647484950>>

  /external/elfutils/po/
en@boldquot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
en@quot.header 4 # and double quote (0x22). These substitutes look strange; see
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
17 # grave/acute accent (by libiconv), and the double quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
  /external/fdlibm/
w_acos.c 22 double ieee_acos(double x) /* wrapper acos */
24 double ieee_acos(x) /* wrapper acos */
25 double x;
31 double z;
w_acosh.c 22 double acosh(double x) /* wrapper acosh */
24 double acosh(x) /* wrapper acosh */
25 double x;
31 double z;
w_asin.c 24 double ieee_asin(double x) /* wrapper asin */
26 double ieee_asin(x) /* wrapper asin */
27 double x;
33 double z;
w_atanh.c 21 double atanh(double x) /* wrapper atanh */
23 double atanh(x) /* wrapper atanh */
24 double x;
30 double z,y;
w_cosh.c 21 double ieee_cosh(double x) /* wrapper cosh */
23 double ieee_cosh(x) /* wrapper cosh */
24 double x;
30 double z;
w_log.c 22 double ieee_log(double x) /* wrapper log */
24 double ieee_log(x) /* wrapper log */
25 double x;
31 double z;
w_log10.c 22 double ieee_log10(double x) /* wrapper log10 */
24 double ieee_log10(x) /* wrapper log10 */
25 double x;
31 double z;
w_sinh.c 21 double ieee_sinh(double x) /* wrapper sinh */
23 double ieee_sinh(x) /* wrapper sinh */
24 double x;
30 double z;
w_sqrt.c 21 double ieee_sqrt(double x) /* wrapper sqrt */
23 double ieee_sqrt(x) /* wrapper sqrt */
24 double x;
30 double z;
  /external/libffi/testsuite/libffi.call/
return_dbl1.c 2 Purpose: Check return value double.
10 static double return_dbl(double dbl1, float fl2, unsigned int in3, double dbl4)
19 double dbl1, dbl4, rdbl;
  /external/linux-tools-perf/bench/
mem-memcpy.c 103 static double timeval2double(struct timeval *ts)
105 return (double)ts->tv_sec +
106 (double)ts->tv_usec / (double)1000000;
139 static double do_memcpy_gettimeofday(memcpy_t fn, size_t len, bool prefault)
157 return (double)((double)len / timeval2double(&tv_diff));
178 double result_bps[2];
250 (double)result_clock[0]
251 / (double)len)
    [all...]
  /external/llvm/test/CodeGen/ARM/
load_i1_select.ll 12 define void @foo(i8* %call, double* %p) nounwind {
16 %cond = select i1 %tmp3, double 2.000000e+00, double 1.000000e+00
17 store double %cond, double* %p
uint64tof64.ll 11 %1 = uitofp i64 %0 to double ; <double> [#uses=1]
12 %2 = fdiv double 0.000000e+00, %1 ; <double> [#uses=1]
13 %3 = call i32 (%struct.FILE*, i8*, ...)* @fprintf(%struct.FILE* null, i8* getelementptr ([54 x i8]* @"\01LC10", i32 0, i32 0), i64 0, double %2) ; <i32> [#uses=0]
  /external/llvm/test/CodeGen/Generic/
2005-12-01-Crash.ll 11 define void @printArgsNoRet(i32 %a1, float %a2, i8 %a3, double %a4, i8* %a5, i32 %a6, float %a7, i8 %a8, double %a9, i8* %a10, i32 %a11, float %a12, i8 %a13, double %a14, i8* %a15) {
14 %tmp23 = call i32 (i8*, ...)* @printf( i8* getelementptr ([29 x i8]* @str2, i32 0, i64 0), i32 %a11, double 0.000000e+00, i32 %tmp17, double %a14, i32 0 ) ; <i32> [#uses=0]
  /external/llvm/test/CodeGen/Thumb2/
cortex-fp.ll 16 define double @bar(double %a, double %b) {
19 %0 = fmul double %a, %b
23 ret double %0
  /external/llvm/test/CodeGen/X86/
2010-02-11-NonTemporal.ll 13 %"$LCS_S2" = alloca <2 x double>, align 16
14 %r9 = load <2 x double>* %"$LCS_S2", align 8
16 %r11 = inttoptr i64 %r10 to <2 x double>*
17 store <2 x double> %r9, <2 x double>* %r11, align 16, !nontemporal !0
2012-07-23-select_cc.ll 8 declare void @use(double)
12 call void @use(double 1.000000e+00)
15 %C = sitofp i32 %B to double
16 call void @use(double %C)
17 call void @use(double 0.000000e+00)
avx2-vperm.ll 28 define <4 x double> @perm_cl_fp_4x64(<4 x double> %A) nounwind readnone {
32 %B = shufflevector <4 x double> %A, <4 x double> undef, <4 x i32> <i32 0, i32 3, i32 2, i32 1>
33 ret <4 x double> %B
negative-stride-fptosi-user.ll 4 ; variable which stepped by a bogus ((double)UINT32_C(-1)). It's theoretically
15 %1 = sitofp i32 %i.03 to double ; <double> [#uses=1]
16 tail call void @bar(double %1) nounwind
25 declare void @bar(double)
optimize-max-1.ll 8 define void @fs(double* nocapture %p, i64 %n) nounwind {
16 %scevgep = getelementptr double* %p, i64 %i.0 ; <double*> [#uses=1]
17 store double 0.000000e+00, double* %scevgep, align 8
26 define void @bs(double* nocapture %p, i64 %n) nounwind {
34 %scevgep = getelementptr double* %p, i64 %i.0 ; <double*> [#uses=1]
35 store double 0.000000e+00, double* %scevgep, align
    [all...]
  /external/llvm/test/Transforms/InstCombine/
memcpy-to-load.ll 1 ; RUN: opt < %s -instcombine -S | grep "load double"
5 define void @foo(double* %X, double* %Y) {
7 %tmp2 = bitcast double* %X to i8*
8 %tmp13 = bitcast double* %Y to i8*
  /external/llvm/test/Transforms/LoopStrengthReduce/
2011-07-20-DoubleIV.ll 18 %conv = sitofp i32 %i.01 to double
26 ; Now check that the computed double constant is correct.
28 ; CHECK: phi double [ -3.900000e+01, %entry ]
36 %conv = sitofp i32 %i.01 to double
37 %div = fdiv double %conv, 4.000000e+01
  /external/skia/bench/
BenchSysTimer_windows.cpp 43 double BenchSysTimer::endCpu() {
45 return static_cast<double>((end_cpu - this->fStartCpu)) / 10000.0L;
47 double BenchSysTimer::endWall() {
60 return static_cast<double>(ticks_elapsed.QuadPart)
61 / static_cast<double>(frequency.QuadPart)

Completed in 559 milliseconds

<<41424344454647484950>>