/third_party/boost/libs/phoenix/test/bind/ |
D | bind_function_object_tests_phx2.cpp | 27 struct sqr struct 30 struct result 36 Arg operator()(Arg n) const in operator ()()
|
D | bind_function_object_tests.cpp | 30 struct sqr struct 36 struct result<This(Arg&)> 43 operator()(Arg n) const in operator ()()
|
/third_party/flutter/skia/resources/lua/ |
D | slides_transitions.lua | 38 function sqr(value) return value * value end function
|
/third_party/boost/libs/spirit/classic/phoenix/test/ |
D | more_expressions_tests.cpp | 31 function<sqr_> sqr; variable
|
D | functors_tests.cpp | 41 function<sqr_> sqr; variable
|
/third_party/boost/libs/phoenix/test/function/ |
D | function_tests_phx2.cpp | 44 function<sqr_impl> sqr; variable
|
D | function_tests.cpp | 49 boost::phoenix::function<sqr_impl> sqr; variable
|
/third_party/boost/boost/math/special_functions/ |
D | hypergeometric_1F1.hpp | 98 T sqr = 4 * a * z + b * b - 2 * b * z + z * z; in hypergeometric_1F1_divergent_fallback() local 213 T sqr = 4 * a * z + b * b - 2 * b * z + z * z; in is_convergent_negative_z_series() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_acrusher.c | 58 double sqr; member 125 const double sqr = s->sqr; in bitreduction() local
|
/third_party/boost/boost/random/detail/ |
D | polynomial.hpp | 179 static digit_t sqr(digit_t val) { in sqr() function in boost::random::detail::polynomial_ops 190 static void sqr(digit_t * val, std::size_t size) in sqr() function in boost::random::detail::polynomial_ops
|
/third_party/openssl/crypto/bn/ |
D | bn_local.h | 499 # define sqr(r0,r1,a) { \ macro 528 # define sqr(r0,r1,a) { \ macro 557 # define sqr(r0,r1,a) { \ macro
|
/third_party/boost/libs/units/example/ |
D | measurement.hpp | 30 Y sqr(Y val) in sqr() function
|
/third_party/openssl/crypto/bn/asm/ |
D | x86_64-gcc.c | 105 # define sqr(r0,r1,a) \ macro
|
/third_party/ffmpeg/libavcodec/ |
D | svq1enc.c | 151 int sqr, diff, score; in encode_block() local
|
D | mpegvideo_enc.c | 2219 int sqr = 0; in get_visual_weight() local
|
/third_party/skia/tests/ |
D | SkSLDSLTest.cpp | 1470 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 2077 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 2110 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 2124 DSLFunction sqr(kFloat_Type, "sqr", x); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local
|
D | SkSLInterpreterTest.cpp | 703 auto sqr = SkSL::Program_GetFunction(*program, "sqr"); in DEF_TEST() local
|
/third_party/flutter/skia/src/core/ |
D | SkScan_AntiPath.cpp | 623 auto sqr = [](SkScalar x) { return x*x; }; in compute_complexity() local
|
/third_party/skia/src/core/ |
D | SkScan_AntiPath.cpp | 622 auto sqr = [](SkScalar x) { return x*x; }; in compute_complexity() local
|
/third_party/skia/src/ports/ |
D | SkFontMgr_mac_ct.cpp | 287 static inline int sqr(int value) { in sqr() function
|
/third_party/boost/boost/geometry/util/ |
D | math.hpp | 716 inline T sqr(T const& value) in sqr() function
|
/third_party/flutter/skia/tests/ |
D | SkSLInterpreterTest.cpp | 690 auto sqr = byteCode->getFunction("sqr"); in DEF_TEST() local
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 2480 static inline int sqr(int value) { in sqr() function
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 2315 def sqr(x, wait=0.0): function
|