Home
last modified time | relevance | path

Searched defs:exp (Results 51 - 75 of 303) sorted by relevance

12345678910>>...13

/third_party/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp184 PUtilTest::maxMinTest(double a, double b, double exp, UBool max) in maxMinTest() argument
198 errln(UnicodeString(" max(") + a + ", " + b + ") is " + result + ", expected " + exp); in maxMinTest() local
200 errln(UnicodeString(" min(") + a + ", " + b + ") is " + result + ", expected " + exp); in maxMinTest() local
204 errln(UnicodeString("FAIL: max(") + a + ", " + b + ") is " + result + ", expected " + exp); in maxMinTest() local
206 errln(UnicodeString("FAIL: min(") + a + ", " + b + ") is " + result + ", expected " + exp); maxMinTest() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise10.c61 char *exp; member
/third_party/opencl-headers/CL/
H A Dcl_half.h127 int32_t exp = f_exp - CL_FLT_MAX_EXP + 1; in cl_half_from_float() local
253 int64_t exp = d_exp - CL_DBL_MAX_EXP + 1; in cl_half_from_double() local
378 int32_t exp = h_exp - CL_HALF_MAX_EXP + 1; cl_half_to_float() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcMisc.cpp50 unsigned int exp; in floatToHalfFloat() local
111 unsigned int exp; floatToUnisgnedF11() local
192 unsigned int exp; floatToUnisgnedF10() local
261 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); halfFloatToFloat() local
311 unsigned int exp = (unsigned int)(f11 & FLOAT11_MAX_BIASED_EXP); unsignedF11ToFloat() local
361 unsigned int exp = (unsigned int)(f10 & FLOAT10_MAX_BIASED_EXP); unsignedF10ToFloat() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationsets.h96 ContractionsAndExpansions(UnicodeSet *con, UnicodeSet *exp, CESink *s, UBool prefixes) in ContractionsAndExpansions() argument
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_half.h127 int32_t exp = f_exp - CL_FLT_MAX_EXP + 1; in cl_half_from_float() local
253 int64_t exp = d_exp - CL_DBL_MAX_EXP + 1; in cl_half_from_double() local
378 int32_t exp = h_exp - CL_HALF_MAX_EXP + 1; cl_half_to_float() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp128 Interval exp (const Interval& x) in exp() function
/foundation/graphic/graphic_3d/kits/js/src/
H A DToneMapJS.cpp226 float exp = 0.0; in GetExposure() local
241 float exp = ctx.Arg<0>(); in SetExposure() local
/foundation/resourceschedule/ffrt/src/dm/
H A Dsdependence_manager.cpp364 auto exp = ffrt::SkipStatus::SUBMITTED; in onSkip() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dnameserndk.cpp122 char exp[10] = {0}; in NsNameUnCompress() local
/third_party/ffmpeg/libavcodec/
H A Dac3.c175 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, in ff_ac3_bit_alloc_calc_psd() argument
H A Dac3enc_template.c283 int exp = block->cpl_coord_exp[ch][bnd]; in apply_channel_coupling() local
/third_party/ffmpeg/libavformat/
H A Daiffdec.c99 int exp; in get_aiff_header() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dsoftfloat.h36 int32_t exp; member
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java188 assertEqual(String op, String s, String got, String exp, String msg) assertEqual() argument
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dchecks.h192 volatile double* exp = new double[1]; in CheckEqualsHelper() local
213 volatile double* exp = new double[1]; in CheckNonEqualsHelper() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java153 private void expectPat(DecimalFormat fmt, String exp) { in expectPat() argument
344 private void expect(NumberFormat fmt, Number n, String exp) { in expect() argument
358 expect(NumberFormat fmt, String str, Number exp) expect() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java185 assertEqual(String op, String s, String got, String exp, String msg) assertEqual() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DBigNumberFormatTest.java156 private void expectPat(DecimalFormat fmt, String exp) { in expectPat() argument
347 private void expect(NumberFormat fmt, Number n, String exp) { in expect() argument
361 expect(NumberFormat fmt, String str, Number exp) expect() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate06.c135 static int check_result(const struct test_case *tc, const char *func, long exp) in check_result() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dutils-arm64.cc44 float float_pack(uint32_t sign, uint32_t exp, uint32_t mantissa) { in float_pack() argument
49 double double_pack(uint64_t sign, uint64_t exp, uint64_t mantissa) { in double_pack() argument
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_data_test.h128 unsigned exp : 8; member
139 unsigned exp : 11; member
/third_party/optimized-routines/math/
H A Dexp.c157 exp (double x) in exp() function
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-number-parser.hh127 unsigned exp = 0; in strtod_rl() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Doptions.hh233 __inline long double scalbn (long double x, int exp) in scalbn() argument
238 __inline float scalbnf (float x, int exp) in scalbnf() argument

Completed in 21 milliseconds

12345678910>>...13