| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tsputil.cpp | 184 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 D | madvise10.c | 61 char *exp; member
|
| /third_party/opencl-headers/CL/ |
| H A D | cl_half.h | 127 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 D | glcMisc.cpp | 50 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 D | collationsets.h | 96 ContractionsAndExpansions(UnicodeSet *con, UnicodeSet *exp, CESink *s, UBool prefixes) in ContractionsAndExpansions() argument
|
| /third_party/skia/third_party/externals/angle2/include/CL/ |
| H A D | cl_half.h | 127 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 D | tcuInterval.cpp | 128 Interval exp (const Interval& x) in exp() function
|
| /foundation/graphic/graphic_3d/kits/js/src/ |
| H A D | ToneMapJS.cpp | 226 float exp = 0.0; in GetExposure() local 241 float exp = ctx.Arg<0>(); in SetExposure() local
|
| /foundation/resourceschedule/ffrt/src/dm/ |
| H A D | sdependence_manager.cpp | 364 auto exp = ffrt::SkipStatus::SUBMITTED; in onSkip() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | nameserndk.cpp | 122 char exp[10] = {0};
in NsNameUnCompress() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | ac3.c | 175 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 D | ac3enc_template.c | 283 int exp = block->cpl_coord_exp[ch][bnd]; in apply_channel_coupling() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | aiffdec.c | 99 int exp; in get_aiff_header() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | softfloat.h | 36 int32_t exp; member [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| H A D | UnicodeNormalizerConformanceTest.java | 188 assertEqual(String op, String s, String got, String exp, String msg) assertEqual() argument
|
| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| H A D | checks.h | 192 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 D | BigNumberFormatTest.java | 153 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 D | UnicodeNormalizerConformanceTest.java | 185 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 D | BigNumberFormatTest.java | 156 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 D | fallocate06.c | 135 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 D | utils-arm64.cc | 44 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 D | math_data_test.h | 128 unsigned exp : 8; member 139 unsigned exp : 11; member
|
| /third_party/optimized-routines/math/ |
| H A D | exp.c | 157 exp (double x) in exp() function [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-number-parser.hh | 127 unsigned exp = 0; in strtod_rl() local
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | options.hh | 233 __inline long double scalbn (long double x, int exp) in scalbn() argument 238 __inline float scalbnf (float x, int exp) in scalbnf() argument
|