Searched refs:expt (Results 1 – 8 of 8) sorted by relevance
343 (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 …]
68 int esign, expt; in strtod() local124 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()
140 self.expt = False153 self.expt = True
150 self.expt = False163 self.expt = True
219 set(EIGEN_CUDA_RELAXED_CONSTEXPR "--expt-relaxed-constexpr")
3534 PyObject *expt = NULL; in PyDec_AsTuple() local3553 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()
419 …AIN)/prebuilt/$(ANDROID_HOST_OS_ARCH)/bin/$(BIN_PREFIX)-g++ --std c++11 --expt-relaxed-constexpr -…
414 …NVCC_FLAGS};--include-path ${PROJECT_BINARY_DIR}/$\{build_configuration\};--expt-relaxed-constexpr)