Home
last modified time | relevance | path

Searched defs:exp (Results 276 - 294 of 294) sorted by relevance

1...<<1112

/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp2842 Int exp; /* working exponent */ in uprv_decNumberSquareRoot() local
3655 Int exp=dn->exponent; /* local copy */ decToString() local
4703 Int exp=lhs->exponent; /* save min(exponents) */ decDivideOp() local
4770 Int exp, expunits, exprem; /* work */ decDivideOp() local
6279 decUnitCompare(const Unit *a, Int alength, const Unit *b, Int blength, Int exp) global() argument
6639 Int d, exp; /* work */ global() local
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c2088 _dec_settriple(PyObject *dec, uint8_t sign, uint32_t v, mpd_ssize_t exp) in _dec_settriple() argument
2463 mpd_ssize_t exp = 0; in dectuple_as_str() local
2963 mpd_ssize_t exp; in multiply_by_denominator() local
3229 mpd_ssize_t exp = a->exp + a->digits - prec; _mpd_round() local
3588 mpd_ssize_t exp; dec_as_integer_ratio() local
4227 nm_mpd_qpow(PyObject *base, PyObject *exp, PyObject *mod) nm_mpd_qpow() argument
4701 mpd_ssize_t exp; _dec_hash() local
5285 PyObject *base, *exp, *mod = Py_None; ctx_mpd_qpow() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2855 expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode status) expect2() argument
2904 expect_rbnf(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) expect_rbnf() argument
2940 expect(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) expect() argument
2978 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UBool rt, UErrorCode status) expect() argument
3030 expectPat(DecimalFormat& fmt, const UnicodeString& exp) expectPat() argument
3036 errln(UnicodeString("FAIL \\"") + pat + "\\", expected \\"" + exp + "\\""); expectPat() local
[all...]
/third_party/node/deps/v8/src/common/
H A Dglobals.h1036 unsigned int exp : 11; member
1045 unsigned int exp : 11; member
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc4470 Node* exp = node->InputAt(0); in LowerCheckEqualsInternalizedString() local
4547 Node* exp = node->InputAt(0); in LowerCheckEqualsSymbol() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2122 bi_lower_fpow_32(bi_builder *b, bi_index dst, bi_index base, bi_index exp) in bi_lower_fpow_32() argument
2137 bi_fpow_32(bi_builder *b, bi_index dst, bi_index base, bi_index exp) in bi_fpow_32() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2831 ExprP<T> exp (const ExprP<T>& x) { return app<Exp< Signature<T, T> > >(x); } in exp() function
5678 const int exp = rnd.getInt(0, getNumBits(prec)-2); genRandom() local
5745 const int exp = int(deRoundEven(dePow(rnd.getDouble(minRoot, maxRoot), 3.0))); randomDouble() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c258 mpd_exp_digits(mpd_ssize_t exp) in mpd_exp_digits() argument
1054 _ssettriple(mpd_t *result, uint8_t sign, mpd_uint_t a, mpd_ssize_t exp) _ssettriple() argument
1065 _settriple(mpd_t *result, uint8_t sign, mpd_uint_t a, mpd_ssize_t exp) _settriple() argument
3047 int64_t exp; mpd_qscaleb() local
3051 mpd_ssize_t exp; mpd_qscaleb() local
3343 mpd_ssize_t exp, i; _mpd_qaddsub() local
3759 mpd_ssize_t shift, exp, tz; _mpd_qdiv() local
6284 _mpd_qpow_uint(mpd_t *result, const mpd_t *base, mpd_uint_t exp, uint8_t resultsign, const mpd_context_t *ctx, uint32_t *status) _mpd_qpow_uint() argument
6364 _mpd_qpow_int(mpd_t *result, const mpd_t *base, const mpd_t *exp, uint8_t resultsign, const mpd_context_t *ctx, uint32_t *status) _mpd_qpow_int() argument
6449 _qcheck_pow_one(mpd_t *result, const mpd_t *base, const mpd_t *exp, uint8_t resultsign, const mpd_context_t *ctx, uint32_t *status) _qcheck_pow_one() argument
6656 _mpd_qpow_real(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_context_t *ctx, uint32_t *status) _mpd_qpow_real() argument
6708 mpd_qpow(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_context_t *ctx, uint32_t *status) mpd_qpow() argument
6806 _mpd_qpowmod_uint(mpd_t *result, mpd_t *base, mpd_uint_t exp, const mpd_t *mod, uint32_t *status) _mpd_qpowmod_uint() argument
6829 mpd_qpowmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_t *mod, const mpd_context_t *ctx, uint32_t *status) mpd_qpowmod() argument
7204 _mpd_qrescale(mpd_t *result, const mpd_t *a, mpd_ssize_t exp, const mpd_context_t *ctx, uint32_t *status) _mpd_qrescale() argument
7260 mpd_qrescale(mpd_t *result, const mpd_t *a, mpd_ssize_t exp, const mpd_context_t *ctx, uint32_t *status) mpd_qrescale() argument
7280 mpd_qrescale_fmt(mpd_t *result, const mpd_t *a, mpd_ssize_t exp, const mpd_context_t *ctx, uint32_t *status) mpd_qrescale_fmt() argument
8742 _set_uint128_coeff_exp(mpd_t *result, uint64_t hi, uint64_t lo, mpd_ssize_t exp) _set_uint128_coeff_exp() argument
8787 mpd_ssize_t exp; mpd_from_uint128_triple() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2148 ExprP<float> exp (const ExprP<float>& x) { return app<Exp>(x); } in exp() function
4222 const int exp = rnd.getInt(0, getNumBits(prec)-2); in genRandom() local
4274 const int exp = int(deRoundEven(dePow(rnd.getDouble(minRoot, maxRoot), in genRandom() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2804 ExprP<T> exp (const ExprP<T>& x) { return app<Exp< Signature<T, T> > >(x); } in exp() function
5667 const int exp = rnd.getInt(0, getNumBits(prec)-2); genRandom() local
5734 const int exp = int(deRoundEven(dePow(rnd.getDouble(minRoot, maxRoot), 3.0))); randomDouble() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h4488 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib() argument
H A Dwuffs-v0.3.c5336 uint64_t exp = (u >> 10) & 0x1F; in wuffs_base__ieee_754_bit_representation__from_u16_to_f64() local
13105 uint64_t exp = u >> 52; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() local
13169 uint64_t exp = u >> 52; wuffs_base__ieee_754_bit_representation__from_f64_to_u32_truncate() local
13517 int32_t exp = 0; wuffs_base__private_implementation__high_prec_dec__parse() local
14852 int32_t exp = 0; wuffs_base__private_implementation__high_prec_dec__render_exponent_present() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h6321 ExpressionT exp = ParseExpression(); in ParseStandardForLoop() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12414 static T frexp(T val, glw::GLint& exp) in frexp() argument
12466 static T ldexp(T val, glw::GLint exp) in ldexp() argument
/third_party/toybox/toys/pending/
H A Dbc.c1910 size_t exp, pow; in bc_num_printDigits() local
/third_party/glfw/deps/
H A Dnuklear.h6157 int exp = 0; in nk_log10() local
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c5121 uint64_t exp = (u >> 10) & 0x1F; in wuffs_base__ieee_754_bit_representation__from_u16_to_f64() local
12209 uint64_t exp = u >> 52; in wuffs_base__ieee_754_bit_representation__from_f64_to_u16_truncate() local
12273 uint64_t exp = u >> 52; wuffs_base__ieee_754_bit_representation__from_f64_to_u32_truncate() local
12621 int32_t exp = 0; wuffs_base__private_implementation__high_prec_dec__parse() local
13956 int32_t exp = 0; wuffs_base__private_implementation__high_prec_dec__render_exponent_present() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c30181 int exp, e2; /* exponent of real numbers */ sqlite3_str_vappendf() local
[all...]

Completed in 367 milliseconds

1...<<1112