/third_party/openssl/crypto/sha/ |
D | sha_local.h | 88 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 93 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument 98 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 103 # define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 108 # define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument 345 # define BODY_16_19(xa,xb,xc,xd) do { \ argument 351 # define BODY_20_39(xa,xb,xc,xd) do { \ argument 357 # define BODY_40_59(xa,xb,xc,xd) do { \ argument 363 # define BODY_60_79(xa,xb,xc,xd) do { \ argument
|
/third_party/boost/libs/math/example/ |
D | lambert_w_example.cpp | 125 for (double xd = 1.; xd < 1e20; xd *= 10) in main() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | div.c | 5 static int xd = 1 / 0; variable
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgProgramExecutor.hpp | 62 inline void getVertexInterpolationCoords (float& xd, float& yd, float x, float y, int inputElementN… in getVertexInterpolationCoords()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2f.c | 37 double_t kd, xd, z, r, r2, y, s; in exp2f() local
|
D | expf.c | 37 double_t kd, xd, z, r, r2, y, s; in expf() local
|
D | powf.c | 71 static inline float exp2_inline(double_t xd, uint32_t sign_bias) in exp2_inline()
|
/third_party/optimized-routines/math/ |
D | exp2f.c | 39 double_t kd, xd, z, r, r2, y, s; in exp2f() local
|
D | expf.c | 39 double_t kd, xd, z, r, r2, y, s; in expf() local
|
D | powf.c | 74 exp2_inline (double_t xd, uint32_t sign_bias) in exp2_inline()
|
/third_party/musl/src/math/ |
D | exp2f.c | 37 double_t kd, xd, z, r, r2, y, s; in exp2f() local
|
D | expf.c | 37 double_t kd, xd, z, r, r2, y, s; in expf() local
|
D | powf.c | 71 static inline float exp2_inline(double_t xd, uint32_t sign_bias) in exp2_inline()
|
/third_party/boost/libs/math/test/ |
D | asinh_test.hpp | 79 double xd = static_cast<double>(i-40)/static_cast<double>(4); in asinh_manual_check() local
|
D | acosh_test.hpp | 99 double xd = static_cast<double>(i-50)/static_cast<double>(5); in acosh_manual_check() local
|
D | atanh_test.hpp | 109 double xd = static_cast<double>(i-50)/static_cast<double>(5); in atanh_manual_check() local
|
/third_party/ffmpeg/libavcodec/ |
D | m101.c | 91 int xd = x + 16*block; in m101_decode_frame() local
|
/third_party/boost/boost/gil/concepts/ |
D | pixel_locator.hpp | 240 x_coord_t xd = 0; ignore_unused_variable_warning(xd); in constraints() local 338 typename Loc::x_coord_t xd = 0; ignore_unused_variable_warning(xd); in constraints() local
|
D | image_view.hpp | 240 x_coord_t xd = 0; ignore_unused_variable_warning(xd); in constraints() local 440 typename View::x_coord_t xd = 0; ignore_unused_variable_warning(xd); in constraints() local
|
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix4_q31.c | 154 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_q31() local 525 q31_t xa, xb, xc, xd; in arm_radix4_butterfly_inverse_q31() local
|
/third_party/libsnd/src/ |
D | w64.c | 40 #define MAKE_HASH16(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, xa, xb, xc, xd, xe, xf) \ argument 46 #define MAKE_MARKER16(name, x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, xa, xb, xc, xd, xe, xf) \ argument
|
/third_party/boost/libs/program_options/src/ |
D | cmdline.cpp | 299 const option_description* xd; in run() local 414 const option_description* xd = m_desc->find_nothrow(opt.string_key, in finish_option() local
|
/third_party/boost/libs/xpressive/perf/ |
D | command_line.cpp | 138 friend std::ostream & operator<<( std::ostream & out, xml_double const & xd ) in operator <<()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_rotate.c | 235 int x, y, t1, t2, dx, dy, xd, yd, sdx, sdy, ax, ay, ex, ey, sw, sh; in _transformSurfaceRGBA() local 349 int x, y, dx, dy, xd, yd, sdx, sdy, ax, ay; in transformSurfaceY() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_axcorrelate.c | 106 float xd = x[i] - xm; in xcorrelate() local
|