Home
last modified time | relevance | path

Searched defs:exp (Results 101 - 125 of 629) sorted by relevance

12345678910>>...26

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h349 expect(NumberFormat& fmt, const Formattable& n, const char *exp, UBool rt=true) expect() argument
357 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UBool rt, UErrorCode errorCode) expect() argument
362 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode errorCode) expect() argument
367 expect(NumberFormat* fmt, const Formattable& n, const char *exp, UErrorCode errorCode) expect() argument
393 expectPat(DecimalFormat& fmt, const char *exp) expectPat() argument
[all...]
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/FreeBSD/lib/libc/include/
H A Dfpmath.h48 unsigned int exp : 15; member
77 unsigned int exp : 8; member
98 unsigned int exp : 11; member
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestContext.java31 ContextCase(String pro, String src, String epi, String exp, byte lev) { in ContextCase() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestContext.java34 ContextCase(String pro, String src, String epi, String exp, byte lev) { in ContextCase() argument
/third_party/icu/icu4c/source/i18n/
H A Dcollationsets.h96 ContractionsAndExpansions(UnicodeSet *con, UnicodeSet *exp, CESink *s, UBool prefixes) in ContractionsAndExpansions() argument
/third_party/libwebsockets/lib/abstract/
H A Dtest-sequencer.c113 lws_unit_test_packet_t *exp = (lws_unit_test_packet_t *) in test_sequencer_cb() local
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-errol.c142 int32_t exp = 1; in ecma_errol0_dtoa() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp.c72 double exp(double x) in exp() function
/third_party/musl/src/math/
H A Dexp.c72 double exp(double x) in exp() function
/third_party/ninja/misc/
H A Dninja_syntax.py226 def exp(m: Match[str]) -> str: function
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationsets.h96 ContractionsAndExpansions(UnicodeSet *con, UnicodeSet *exp, CESink *s, UBool prefixes) in ContractionsAndExpansions() argument
/third_party/mesa3d/src/mesa/x86/
H A Dcommon_x86.c98 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp) in ExceptionFilter() argument
/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
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dbitops.h381 long exp; in ia64_fls() local
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_arith.c154 int exp; in fp_fmul() local
232 int exp; fp_fdiv() local
312 int exp; fp_fsglmul() local
369 int exp; fp_fsgldiv() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h105 static inline double dml_pow(double a, int exp) in dml_pow() argument
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dbitops.h378 long exp; in ia64_fls() local
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_arith.c154 int exp; in fp_fmul() local
232 int exp; fp_fdiv() local
312 int exp; fp_fsglmul() local
369 int exp; fp_fsgldiv() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/echo/
H A Decho.c113 int exp; in lms_adapt_bg() local

Completed in 11 milliseconds

12345678910>>...26