| /third_party/icu/tools/colprobe/ |
| H A D | sortedlines.cpp | 810 SortedLines::getExpansionLine(const Line &expansion, const Line &previous, const Line &exp, Line &expansionLine) in getExpansionLine() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DecimalFormatSymbols.java | 1007 public void setExponentSeparator(String exp) { in setExponentSeparator() argument
|
| /third_party/libwebsockets/lib/core/ |
| H A D | libwebsockets.c | 1078 lws_strexp_init(lws_strexp_t *exp, void *priv, lws_strexp_expand_cb cb, in lws_strexp_init() argument 1090 lws_strexp_reset_out(lws_strexp_t *exp, char *out, size_t olen) in lws_strexp_reset_out() argument 1098 lws_strexp_expand(lws_strexp_t *exp, const char *in, size_t len, size_t *pused_in, size_t *pused_out) lws_strexp_expand() argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | ecp.c | 1271 mbedtls_mpi exp; in mbedtls_ecp_sw_derive_y() local
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_batch_decoder.c | 152 int exp = ((bits & 0x7f800000U) >> 23) - 127; in probably_float() local
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_indirect_draw.c | 651 nir_ssa_def *exp = in update_vertex_attribs() local 782 nir_ssa_def *exp = in get_padded_count() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tztest.cpp | 1196 int32_t exp = kData[i].expectedOffset; in TestCustomParse() local
|
| /third_party/node/deps/v8/src/base/ |
| H A D | ieee754.cc | 1443 double exp(double x) { exp() function [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/include/ |
| H A D | svga3d_surfacedefs.h | 348 uint8 exp; member
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | disassemble.c | 1790 midgard_src_expand_mode exp = in print_texture_word() local 1814 midgard_src_expand_mode exp = in print_texture_word() local
|
| /third_party/mksh/ |
| H A D | funcs.c | 314 bool exp; in c_print() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktAtomicOperationTests.cpp | 538 vector<Expected<T> > exp; in checkOperation() local 741 vector<Expected<T> > exp; checkOperationFloatingPoint() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| H A D | vktShaderRenderDerivateTests.cpp | 205 const int exp = tcu::Float32(value).exponent(); in computeFloatingPointError() local 236 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() argument 254 const int exp = tcu::Float32(value).exponent(); in getSingleULPForValue() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | mathutil.h | 772 inline float Ldexp(float x, int exp) in Ldexp() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cProgramInterfaceQueryTests.cpp | 1739 std::set<GLuint> exp; in Run() local 2002 std::set<GLuint> exp; in Run() local 2191 std::set<GLuint> exp; VerifyVS() local 3146 std::set<GLuint> exp; Run() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcInternalformatTests.cpp | 742 unsigned int exp = x & FLOAT_MAX_BIASED_EXP; in floatToHalf() local
|
| /third_party/openssl/test/ |
| H A D | bntest.c | 1694 BIGNUM *a = NULL, *e = NULL, *exp = NULL, *ret = NULL; in file_exp() local 2607 const char *exp; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 379 Expression exp = createExpr(C); in lookupOrAddCall() local 384 Expression exp = createExpr(C); in lookupOrAddCall() local 494 Expression exp; in lookupOrAdd() local 575 Expression exp = createCmpExpr(Opcode, Predicate, LHS, RHS); in lookupOrAddCmp() local [all...] |
| /third_party/python/Python/ |
| H A D | bltinmodule.c | 1963 builtin_pow_impl(PyObject *module, PyObject *base, PyObject *exp, in builtin_pow_impl() argument
|
| /third_party/python/Modules/ |
| H A D | mathmodule.c | 2231 long exp; math_ldexp_impl() local [all...] |
| /third_party/python/Objects/ |
| H A D | floatobject.c | 1315 long exp, top_exp, lsb, key_digit; in float_fromhex() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_set_test.cc | 1167 void VerifyStats(size_t size, const ExpectedStats& exp, in VerifyStats() argument
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fShaderDerivateTests.cpp | 217 const int exp = (tcu::Float32(value).exponent() < -3) ? -3 : tcu::Float32(value).exponent(); in computeFloatingPointError() local 248 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() argument 266 const int exp = tcu::Float32(value).exponent(); in getSingleULPForValue() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| H A D | vktAtomicOperationTests.cpp | 538 vector<Expected<T> > exp; in checkOperation() local 741 vector<Expected<T> > exp; checkOperationFloatingPoint() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| H A D | vktShaderRenderDerivateTests.cpp | 187 const int exp = tcu::Float32(value).exponent(); in computeFloatingPointError() local 218 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() argument 236 const int exp = tcu::Float32(value).exponent(); in getSingleULPForValue() local [all...] |