Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c126 static int64_t power(int64_t base, int64_t exp) in power() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c272 LLVMValueRef c23_shifted, exp_mask, bias, exp; in lp_do_offset_tri() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp1385 UChar exp[MAX_DEST_SIZE]={0}; in testCompareReferenceImpl() local
H A Dtstnorm.cpp381 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape(); in TestZeroIndex() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c786 BIGNUM *exp = sk_BIGNUM_value(exps, i); in DEFINE_STACK_OF() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp660 const deUint64 exp = (isNan || isInf) ? exponentMask : std::min(e, exponentBias); in infNanRandomFloats() local
H A DvktShaderPackingFunctionTests.cpp606 const int exp = rnd.getInt(minExp, maxExp); in iterate() local
747 const int exp = rnd.getInt(minExp, maxExp); in iterate() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp1449 std::set<GLuint> exp; in Run() local
1872 std::set<GLuint> exp; in Run() local
2009 std::set<GLuint> exp; Run() local
2464 std::set<GLuint> exp; Run() local
[all...]
H A Des31cShaderBitfieldOperationTests.cpp344 ShaderBitfieldOperationCaseLdexpFloat(Context& context, const char* name, glu::GLSLVersion glslVersion, Data const& data, Data const& exp) ShaderBitfieldOperationCaseLdexpFloat() argument
356 ShaderBitfieldOperationCaseLdexpVec2(Context& context, const char* name, glu::GLSLVersion glslVersion, Data const& data, Data const& exp) ShaderBitfieldOperationCaseLdexpVec2() argument
369 ShaderBitfieldOperationCaseLdexpVec3(Context& context, const char* name, glu::GLSLVersion glslVersion, Data const& data, Data const& exp) ShaderBitfieldOperationCaseLdexpVec3() argument
383 ShaderBitfieldOperationCaseLdexpVec4(Context& context, const char* name, glu::GLSLVersion glslVersion, Data const& data, Data const& exp) ShaderBitfieldOperationCaseLdexpVec4() argument
[all...]
H A Des31cVertexAttribBindingTests.cpp249 unsigned int exp; in FloatToHalf() local
282 mantissa >>= exp; in FloatToHalf() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h389 int_type exp = getUnbiasedExponent(); in getUnbiasedNormalizedExponent() local
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c782 BIGNUM *exp = sk_BIGNUM_value(exps, i); in DEFINE_STACK_OF() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h389 int_type exp = getUnbiasedExponent(); in getUnbiasedNormalizedExponent() local
/third_party/skia/src/utils/
H A DSkJSON.cpp272 static inline float pow10(int32_t exp) { in pow10() argument
741 const char* matchFastFloatDecimalPart(const char* p, int sign, float f, int exp) { in matchFastFloatDecimalPart() argument
816 int exp = 0; matchFast32OrFloat() local
[all...]
/third_party/optimized-routines/math/test/rtest/
H A Ddotest.c73 uint32 exp = (hl >> 52) & 0x7ff; in set_mpfr_d() local
94 uint32 exp = (f >> 23) & 0xff; in set_mpfr_f() local
139 int exp; get_mpfr_d() local
203 int exp; get_mpfr_f() local
[all...]
/third_party/python/Lib/test/
H A Dtest_random.py11 from math import log, exp, pi, fsum, sin, factorial namespace
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.h355 mpd_ssize_t exp; member
381 int64_t exp; member
[all...]
H A Dmpsignal.c857 mpd_pow(mpd_t *result, const mpd_t *base, const mpd_t *exp, mpd_context_t *ctx) in mpd_pow() argument
865 mpd_powmod(mpd_t *result, const mpd_t *base, const mpd_t *exp, const mpd_t *mod, in mpd_powmod() argument
882 mpd_rescale(mpd_t *result, const mpd_t *a, mpd_ssize_t exp, mpd_context_t *ctx) in mpd_rescale() argument
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py516 def exp(self, t): member in SkipHandler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp808 int64_t exp = ((T.I >> 52) & 0x7ff) - 1023; in RoundDoubleToAPInt() local
864 uint64_t exp = n; in roundToDouble() local
[all...]
/third_party/python/Parser/
H A Daction_helpers.c963 _PyPegen_ensure_imaginary(Parser *p, expr_ty exp) in _PyPegen_ensure_imaginary() argument
973 _PyPegen_ensure_real(Parser *p, expr_ty exp) in _PyPegen_ensure_real() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc128 static constexpr int ChunksNeeded(int exp) { in ChunksNeeded() argument
138 static void RunConversion(uint128 v, int exp, in RunConversion() argument
175 BinaryToDecimal(absl::Span<uint32_t> data, uint128 v, int exp) BinaryToDecimal() argument
246 RunConversion( uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) RunConversion() argument
303 FractionalDigitGenerator(absl::Span<uint32_t> data, uint128 v, int exp) FractionalDigitGenerator() argument
376 PrintFractionalDigitsFast(uint64_t v, char *start, int exp, int precision) PrintFractionalDigitsFast() argument
405 PrintFractionalDigitsFast(uint128 v, char *start, int exp, int precision) PrintFractionalDigitsFast() argument
510 FormatFFast(Int v, int exp, const FormatState &state) FormatFFast() argument
567 FormatFPositiveExpSlow(uint128 v, int exp, const FormatState &state) FormatFPositiveExpSlow() argument
595 FormatFNegativeExpSlow(uint128 v, int exp, const FormatState &state) FormatFNegativeExpSlow() argument
667 FormatF(Int mantissa, int exp, const FormatState &state) FormatF() argument
804 FormatARound(bool precision_specified, const FormatState &state, uint8_t *leading, Int *mantissa, int *exp) FormatARound() argument
831 FormatANormalize(const HexFloatTypeParams float_traits, uint8_t *leading, Int *mantissa, int *exp) FormatANormalize() argument
856 FormatA(const HexFloatTypeParams float_traits, Int mantissa, int exp, bool uppercase, const FormatState &state) FormatA() argument
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs678 pub fn exp( in exp() functions
/third_party/spirv-tools/source/util/
H A Dhex_float.h390 int_type exp = getUnbiasedExponent(); in getUnbiasedNormalizedExponent() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp119 const int exp = tcu::Float32(value).exponent(); in getEpsFromMaxUlpDiff() local
777 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues() local
858 const deUint32 exp = !isNan && !isInf ? (rnd.getUint32() & 0x7fu) : 0xffu; in getInputValues() local

Completed in 50 milliseconds

12345678910>>...12