Searched refs:dexp (Results 1 – 8 of 8) sorted by relevance
114 Date dexp = grego.getTime(); in TestMapping() local126 if (date.equals(dexp)) { in TestMapping()129 errln("Fail: " + buf.toString() + ", expected " + dexp); in TestMapping()
110 Date dexp = grego.getTime(); in TestMapping() local124 if (date.equals(dexp)) { in TestMapping()127 errln("Fail: " + buf.toString() + ", expected " + dexp); in TestMapping()
131 Date dexp = grego.getTime(); in TestMapping() local146 if (date.equals(dexp)) { in TestMapping()149 errln("Fail: " + buf.toString() + ", expected " + dexp); in TestMapping()
111 Date dexp = grego.getTime(); in TestMapping() local123 if (date.equals(dexp)) { in TestMapping()126 errln("Fail: " + buf.toString() + ", expected " + dexp); in TestMapping()
107 Date dexp = grego.getTime(); in TestMapping() local121 if (date.equals(dexp)) { in TestMapping()124 errln("Fail: " + buf.toString() + ", expected " + dexp); in TestMapping()
128 Date dexp = grego.getTime(); in TestMapping() local143 if (date.equals(dexp)) { in TestMapping()146 errln("Fail: " + buf.toString() + ", expected " + dexp); in TestMapping()
439 int dexp[256]; in decode_exponents() local450 dexp[i++] = ungroup_3_in_7_bits_tab[expacc][0]; in decode_exponents()451 dexp[i++] = ungroup_3_in_7_bits_tab[expacc][1]; in decode_exponents()452 dexp[i++] = ungroup_3_in_7_bits_tab[expacc][2]; in decode_exponents()458 prevexp += dexp[i] - 2; in decode_exponents()
646 …exponential.run_timed_tests([](const std::vector<double>& v, double x) { return dexp(x, 1 / v[0],… in main()