| /third_party/mesa3d/include/android_stub/cutils/ |
| D | compiler.h | 25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) argument 26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) argument 28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) argument 29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uassert.h | 33 # define U_ASSERT(exp) assert(exp) argument 35 # define U_ASSERT(exp) (void)0 argument 37 # define U_ASSERT(exp) argument
|
| /third_party/node/deps/icu-small/source/common/ |
| D | uassert.h | 33 # define U_ASSERT(exp) assert(exp) argument 35 # define U_ASSERT(exp) (void)0 argument 37 # define U_ASSERT(exp) argument
|
| /third_party/icu/icu4c/source/common/ |
| D | uassert.h | 33 # define U_ASSERT(exp) assert(exp) argument 35 # define U_ASSERT(exp) (void)0 argument 37 # define U_ASSERT(exp) argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcMisc.cpp | 50 unsigned int exp; in floatToHalfFloat() local 111 unsigned int exp; in floatToUnisgnedF11() local 192 unsigned int exp; in floatToUnisgnedF10() local 261 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); in halfFloatToFloat() local 311 unsigned int exp = (unsigned int)(f11 & FLOAT11_MAX_BIASED_EXP); in unsignedF11ToFloat() local 361 unsigned int exp = (unsigned int)(f10 & FLOAT10_MAX_BIASED_EXP); in unsignedF10ToFloat() local
|
| /third_party/musl/porting/linux/user/src/hook/ |
| D | common_def.h | 7 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument 8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| /third_party/musl/src/hook/linux/ |
| D | common_def.h | 22 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument 23 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | bitcast_expression_test.cc | 29 auto* exp = create<BitcastExpression>(ty.f32(), expr); in TEST_F() local 37 auto* exp = create<BitcastExpression>(Source{Source::Location{20, 2}}, in TEST_F() local 47 auto* exp = create<BitcastExpression>(ty.f32(), expr); in TEST_F() local
|
| D | index_accessor_expression_test.cc | 28 auto* exp = IndexAccessor(obj, idx); in TEST_F() local 37 auto* exp = IndexAccessor(Source{{20, 2}}, obj, idx); in TEST_F() local 47 auto* exp = IndexAccessor(obj, idx); in TEST_F() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | BigNumberFormatTest.java | 131 String exp = "AA*^#,##0.00ZZ"; in TestPatterns() local 153 private void expectPat(DecimalFormat fmt, String exp) { in expectPat() 301 String exp = null, exps[] = null; in expect() local 344 private void expect(NumberFormat fmt, Number n, String exp) { in expect() 358 private void expect(NumberFormat fmt, String str, Number exp) { in expect() 422 String exp = DATA[i+1]; in TestBigDecimalJ28() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| D | BigNumberFormatTest.java | 134 String exp = "AA*^#,##0.00ZZ"; in TestPatterns() local 156 private void expectPat(DecimalFormat fmt, String exp) { in expectPat() 304 String exp = null, exps[] = null; in expect() local 347 private void expect(NumberFormat fmt, Number n, String exp) { in expect() 361 private void expect(NumberFormat fmt, String str, Number exp) { in expect() 425 String exp = DATA[i+1]; in TestBigDecimalJ28() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 128 static constexpr int ChunksNeeded(int exp) { in ChunksNeeded() 138 static void RunConversion(uint128 v, int exp, in RunConversion() 175 BinaryToDecimal(absl::Span<uint32_t> data, uint128 v, int exp) : data_(data) { in BinaryToDecimal() 247 uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) { in RunConversion() 303 FractionalDigitGenerator(absl::Span<uint32_t> data, uint128 v, int exp) in FractionalDigitGenerator() 376 char *PrintFractionalDigitsFast(uint64_t v, char *start, int exp, in PrintFractionalDigitsFast() 405 char *PrintFractionalDigitsFast(uint128 v, char *start, int exp, in PrintFractionalDigitsFast() 510 void FormatFFast(Int v, int exp, const FormatState &state) { in FormatFFast() 567 void FormatFPositiveExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFPositiveExpSlow() 595 void FormatFNegativeExpSlow(uint128 v, int exp, const FormatState &state) { in FormatFNegativeExpSlow() [all …]
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | numfmtst.h | 358 const char *exp, UBool rt, UErrorCode errorCode) { in expect() 363 const UnicodeString& exp, UErrorCode errorCode) { in expect() 368 const char *exp, UErrorCode errorCode) { in expect() 393 void expectPat(DecimalFormat& fmt, const char *exp) { in expectPat()
|
| /third_party/ffmpeg/libavutil/ |
| D | softfloat_ieee754.h | 32 int32_t exp; member 81 int32_t mant, exp, sign; in av_div_sf_ieee754() local 94 int32_t sign, mant, exp; in av_mul_sf_ieee754() local
|
| /third_party/mesa3d/src/asahi/compiler/ |
| D | agx_minifloat.h | 38 signed exp = (imm & 0x70) >> 4; in agx_minifloat_decode() local 58 int exp = 0; in agx_minifloat_encode() local
|
| /third_party/FreeBSD/contrib/gdtoa/ |
| D | strtord.c | 36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k; in ULtod() argument 82 Long exp; local
|
| /third_party/libwebsockets/lib/secure-streams/protocols/ |
| D | ss-mqtt.c | 54 lws_strexp_t exp; in secstream_mqtt_subscribe() local 152 lws_strexp_t exp; in secstream_mqtt_publish() local 227 lws_strexp_t exp; in secstream_mqtt_birth() local 304 lws_strexp_t exp; in expand_metadata() local 491 lws_strexp_t exp; in secstream_mqtt() local 960 lws_strexp_t exp; in secstream_connect_munge_mqtt() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
| D | math_frexp_test.cpp | 24 int exp; variable 53 int exp; variable
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | fpmath.h | 48 unsigned int exp : 15; member 77 unsigned int exp : 8; member 98 unsigned int exp : 11; member
|
| /third_party/opencl-headers/CL/ |
| 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; in cl_half_to_float() local
|
| /third_party/skia/third_party/externals/angle2/include/CL/ |
| 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; in cl_half_to_float() local
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.3/async_iteration/async_iterators/ |
| D | async_iterators_1.ts | 46 async function exp(arr: any[]) { function
|
| /third_party/python/Python/ |
| D | ast.c | 209 validate_expr(struct validator *state, expr_ty exp, expr_context_ty ctx) in validate_expr() 403 ensure_literal_number(expr_ty exp, bool allow_real, bool allow_imaginary) in ensure_literal_number() 413 ensure_literal_negative(expr_ty exp, bool allow_real, bool allow_imaginary) in ensure_literal_negative() 430 ensure_literal_complex(expr_ty exp) in ensure_literal_complex() 470 validate_pattern_match_value(struct validator *state, expr_ty exp) in validate_pattern_match_value()
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/asynchronous_functions/ |
| D | asynchronous_functions_3.ts | 52 async function exp(arr: any[]) { function
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_common.inl | 748 GLM_FUNC_QUALIFIER genType frexp(genType x, int & exp) 756 GLM_FUNC_QUALIFIER tvec1<T, P> frexp(tvec1<T, P> const & x, tvec1<int, P> & exp) 764 GLM_FUNC_QUALIFIER tvec2<T, P> frexp(tvec2<T, P> const & x, tvec2<int, P> & exp) 774 GLM_FUNC_QUALIFIER tvec3<T, P> frexp(tvec3<T, P> const & x, tvec3<int, P> & exp) 785 GLM_FUNC_QUALIFIER tvec4<T, P> frexp(tvec4<T, P> const & x, tvec4<int, P> & exp) 797 GLM_FUNC_QUALIFIER genType ldexp(genType const & x, int const & exp) 805 GLM_FUNC_QUALIFIER tvec1<T, P> ldexp(tvec1<T, P> const & x, tvec1<int, P> const & exp) 814 GLM_FUNC_QUALIFIER tvec2<T, P> ldexp(tvec2<T, P> const & x, tvec2<int, P> const & exp) 824 GLM_FUNC_QUALIFIER tvec3<T, P> ldexp(tvec3<T, P> const & x, tvec3<int, P> const & exp) 835 GLM_FUNC_QUALIFIER tvec4<T, P> ldexp(tvec4<T, P> const & x, tvec4<int, P> const & exp)
|