Home
last modified time | relevance | path

Searched defs:exp (Results 126 - 150 of 303) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/spirv-tools/test/
H A Dhex_float_test.cpp633 normalized_significand(const std::vector<uint32_t>& fractions, uint32_t exp) normalized_significand() argument
/third_party/skia/third_party/externals/spirv-tools/source/link/
H A Dlinker.cpp459 const auto& exp = exports.find(import.name); in GetImportExportPairs() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/
H A Dlinker.cpp459 const auto& exp = exports.find(import.name); in GetImportExportPairs() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp633 normalized_significand(const std::vector<uint32_t>& fractions, uint32_t exp) normalized_significand() argument
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp274 static constexpr int int_pow(int base, unsigned exp, int acc = 1) { in int_pow() argument
/third_party/vixl/src/
H A Dutils-vixl.cc156 float FloatPack(uint32_t sign, uint32_t exp, uint32_t mantissa) { in FloatPack() argument
162 double DoublePack(uint64_t sign, uint64_t exp, uint64_t mantissa) { in DoublePack() argument
148 Float16Pack(uint16_t sign, uint16_t exp, uint16_t mantissa) Float16Pack() argument
/third_party/python/Parser/
H A Dstring_parser.c948 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append() argument
/third_party/python/Python/
H A Dast.c209 validate_expr(struct validator *state, expr_ty exp, expr_context_ty ctx) in validate_expr() argument
403 ensure_literal_number(expr_ty exp, bool allow_real, bool allow_imaginary) ensure_literal_number() argument
413 ensure_literal_negative(expr_ty exp, bool allow_real, bool allow_imaginary) ensure_literal_negative() argument
430 ensure_literal_complex(expr_ty exp) ensure_literal_complex() argument
470 validate_pattern_match_value(struct validator *state, expr_ty exp) validate_pattern_match_value() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h323 int exp; in AbslHashValue() local
/third_party/skia/include/private/
H A DSkFloatingPoint.h41 static inline float sk_float_pow(float base, float exp) { in sk_float_pow() argument
245 int exp = ((int32_t)bits >> 23) - 127; in sk_float_nextlog2() local
/third_party/selinux/checkpolicy/test/
H A Ddispol.c192 static void display_expr(policydb_t * p, cond_expr_t * exp, FILE * fp) in display_expr() argument
/third_party/spirv-tools/source/link/
H A Dlinker.cpp486 const auto& exp = exports.find(import.name); in GetImportExportPairs() local
/third_party/spirv-tools/test/
H A Dhex_float_test.cpp633 normalized_significand(const std::vector<uint32_t>& fractions, uint32_t exp) normalized_significand() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp539 const int exp = rnd.getInt(minExp, maxExp); in iterate() local
645 const int exp = rnd.getInt(minExp, maxExp); in iterate() local
/third_party/ffmpeg/libavcodec/
H A Dg726.c46 uint8_t exp; /**< 4 bits exponent */ member
62 int res, exp; in mult() local
164 int sign, exp, i, dln; quant() local
[all...]
H A Dshorten.c215 int len, bps, exp; in decode_aiff_header() local
[all...]
/third_party/decimal.js/
H A Ddecimal.js4479 function exp(x) { global() function
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.c134 UDate start,exp,got; in Test4056591() local
H A Dutransts.c499 UChar exp[128]; in TestFilter() local
/third_party/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp805 UnicodeString exp=UnicodeString("A\\u0042Ca\\u0062c\\u0062\\u0062C\\u0042a", ""); in TestGetAdoptFilter() local
[all...]
/third_party/icu/icu4c/source/common/
H A Duchar.cpp408 int32_t exp=(ntv&0x1f)+2; in u_getNumericValue() local
435 int32_t exp=(ntv&3)+1; in u_getNumericValue() local
/third_party/libwebsockets/lib/jose/jws/
H A Djws.c1226 unsigned long now = lws_now_secs(), exp; in lws_jwt_token_sanity() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp619 ldexpf_flush_subnormal(float x, int exp) in ldexpf_flush_subnormal() argument
628 ldexp_flush_subnormal(double x, int exp) in ldexp_flush_subnormal() argument
H A Dir_builder.cpp299 exp(operand a) in exp() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h165 #undef exp macro
228 #define exp(x) __tg_real_complex(exp, (x)) macro

Completed in 35 milliseconds

12345678910>>...13