HomeSort by relevance Sort by last modified time
    Searched refs:tabD (Results 1 - 21 of 21) sorted by null

  /external/ltp/testcases/misc/math/float/bessel/
genj0.c 73 double tabD[20000], Inc;
83 tabD[i] = (Inc * i);
92 write(fp, &tabD[i], sizeof(double));
genj1.c 73 double tabD[20000], Inc;
83 tabD[i] = (Inc * i);
92 write(fp, &tabD[i], sizeof(double));
geny0.c 73 double tabD[20000], Inc;
83 tabD[i] = (Inc * i);
92 write(fp, &tabD[i], sizeof(double));
geny1.c 73 double tabD[20000], Inc;
83 tabD[i] = (Inc * i);
92 write(fp, &tabD[i], sizeof(double));
genlgamma.c 80 double tabD[20000], Inc;
90 tabD[i] = (1 + Inc * i);
99 write(fp, &tabD[i], sizeof(double));
  /external/ltp/testcases/misc/math/float/exp_log/
genexp.c 72 double tabD[20000], Inc;
82 tabD[i] = (Inc * i) + Inc;
91 write(fp, &tabD[i], sizeof(double));
genlog.c 71 double tabD[20000], Inc;
81 tabD[i] = (Inc * i) + Inc;
90 write(fp, &tabD[i], sizeof(double));
genlog10.c 72 double tabD[20000], Inc;
82 tabD[i] = (Inc * i) + Inc;
91 write(fp, &tabD[i], sizeof(double));
genfrexp.c 79 double tabD[20000], Inc;
89 tabD[i] = (Inc * i) + Inc;
98 write(fp, &tabD[i], sizeof(double));
genhypot.c 74 double tabD[20000], Inc;
84 tabD[i] = (Inc * i);
94 write(fp, &tabD[i], sizeof(double));
genmodf.c 93 double tabD[20000], Inc;
103 tabD[i] = (Inc * i) + Inc;
112 write(fp, &tabD[i], sizeof(double));
  /external/ltp/testcases/misc/math/float/iperb/
gencosh.c 72 double tabD[20000], Inc;
82 tabD[i] = (Inc * i) + Inc;
91 write(fp, &tabD[i], sizeof(double));
gensinh.c 72 double tabD[20000], Inc;
82 tabD[i] = Inc * (i - nbVal / 2);
91 write(fp, &tabD[i], sizeof(double));
gentanh.c 72 double tabD[20000], Inc;
82 tabD[i] = Inc * (i - nbVal / 2);
91 write(fp, &tabD[i], sizeof(double));
  /external/ltp/testcases/misc/math/float/power/
genceil.c 71 double tabD[20000], Inc;
81 tabD[i] = (Inc * i) + Inc;
90 write(fp, &tabD[i], sizeof(double));
genfloor.c 71 double tabD[20000], Inc;
81 tabD[i] = (Inc * i) + Inc;
90 write(fp, &tabD[i], sizeof(double));
gensqrt.c 77 double tabD[20000], Inc;
87 tabD[i] = (Inc * i) + Inc;
97 write(fp, &tabD[i], sizeof(double));
genfabs.c 80 double tabD[20000], Inc;
90 tabD[i] = log((Inc * i) + Inc);
99 write(fp, &tabD[i], sizeof(double));
genfmod.c 94 double tabD[20000], tabD1[20000], Inc;
105 tabD[i] = log((Inc * i) + Inc);
118 write(fp, &tabD[i], sizeof(double));
genpow.c 85 double tabD[20000], tabD_pow[20000], Inc, Inc_pow;
98 tabD[i] = (Inc * i) + Inc;
110 write(fp, &tabD[i], sizeof(double));
  /external/ltp/testcases/misc/math/float/trigo/
genatan2.c 75 double tabD[20000], Inc;
85 tabD[i] = (Inc * i);
95 write(fp, &tabD[i], sizeof(double));

Completed in 1354 milliseconds