Home
last modified time | relevance | path

Searched refs:expt (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dumodarith.lisp343 (expt 2 64)))
347 (expt 2 64)))
350 (mod (* w (expt 2 n))
351 (expt 2 64)))
354 (floor w (expt 2 n)))
358 (+ (* (expt 2 64) hi) lo))
368 (+ (expt 2 64) (- (expt 2 32)) 1))
371 (+ (expt 2 64) (- (expt 2 34)) 1))
374 (+ (expt 2 64) (- (expt 2 40)) 1))
379 (+ (* (expt 2 32) hi) (- hi) lo))
[all …]
/external/python/cpython2/Python/
Dstrtod.c68 int esign, expt; in strtod() local
124 save = sp, expt = 0, esign = 1; in strtod()
134 expt = expt*10 + c-'0'; in strtod()
135 if (esign < 0) expt = -expt; in strtod()
139 expt += scale; in strtod()
142 if (expt > MDMAXEXPT) { in strtod()
145 if (expt == MDMAXEXPT) { in strtod()
148 if (expt < MDMINEXPT) { in strtod()
151 if (expt == MDMINEXPT) { in strtod()
156 (void) sprintf(dp, "E%d", expt); in strtod()
/external/python/cpython2/Lib/test/
Dtest_asyncore.py140 self.expt = False
153 self.expt = True
/external/python/cpython3/Lib/test/
Dtest_asyncore.py150 self.expt = False
163 self.expt = True
/external/eigen/unsupported/test/
DCMakeLists.txt219 set(EIGEN_CUDA_RELAXED_CONSTEXPR "--expt-relaxed-constexpr")
/external/python/cpython3/Modules/_decimal/
D_decimal.c3534 PyObject *expt = NULL; in PyDec_AsTuple() local
3553 expt = PyUnicode_FromString("F"); in PyDec_AsTuple()
3554 if (expt == NULL) { in PyDec_AsTuple()
3565 expt = PyUnicode_FromString(mpd_isqnan(x)?"n":"N"); in PyDec_AsTuple()
3568 expt = PyLong_FromSsize_t(MPD(dec)->exp); in PyDec_AsTuple()
3570 if (expt == NULL) { in PyDec_AsTuple()
3610 sign, coeff, expt, NULL); in PyDec_AsTuple()
3617 Py_XDECREF(expt); in PyDec_AsTuple()
/external/tensorflow/tensorflow/contrib/makefile/
DMakefile419 …AIN)/prebuilt/$(ANDROID_HOST_OS_ARCH)/bin/$(BIN_PREFIX)-g++ --std c++11 --expt-relaxed-constexpr -…
/external/tensorflow/tensorflow/contrib/cmake/
DCMakeLists.txt414 …NVCC_FLAGS};--include-path ${PROJECT_BINARY_DIR}/$\{build_configuration\};--expt-relaxed-constexpr)