Home
last modified time | relevance | path

Searched defs:sqr (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/libs/phoenix/test/bind/
Dbind_function_object_tests_phx2.cpp27 struct sqr struct
30 struct result
36 Arg operator()(Arg n) const in operator ()()
Dbind_function_object_tests.cpp30 struct sqr struct
36 struct result<This(Arg&)>
43 operator()(Arg n) const in operator ()()
/third_party/flutter/skia/resources/lua/
Dslides_transitions.lua38 function sqr(value) return value * value end function
/third_party/boost/libs/spirit/classic/phoenix/test/
Dmore_expressions_tests.cpp31 function<sqr_> sqr; variable
Dfunctors_tests.cpp41 function<sqr_> sqr; variable
/third_party/boost/libs/phoenix/test/function/
Dfunction_tests_phx2.cpp44 function<sqr_impl> sqr; variable
Dfunction_tests.cpp49 boost::phoenix::function<sqr_impl> sqr; variable
/third_party/boost/boost/math/special_functions/
Dhypergeometric_1F1.hpp98 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/
Daf_acrusher.c58 double sqr; member
125 const double sqr = s->sqr; in bitreduction() local
/third_party/boost/boost/random/detail/
Dpolynomial.hpp179 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/
Dbn_local.h499 # 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/
Dmeasurement.hpp30 Y sqr(Y val) in sqr() function
/third_party/openssl/crypto/bn/asm/
Dx86_64-gcc.c105 # define sqr(r0,r1,a) \ macro
/third_party/ffmpeg/libavcodec/
Dsvq1enc.c151 int sqr, diff, score; in encode_block() local
Dmpegvideo_enc.c2219 int sqr = 0; in get_visual_weight() local
/third_party/skia/tests/
DSkSLDSLTest.cpp1470 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
DSkSLInterpreterTest.cpp703 auto sqr = SkSL::Program_GetFunction(*program, "sqr"); in DEF_TEST() local
/third_party/flutter/skia/src/core/
DSkScan_AntiPath.cpp623 auto sqr = [](SkScalar x) { return x*x; }; in compute_complexity() local
/third_party/skia/src/core/
DSkScan_AntiPath.cpp622 auto sqr = [](SkScalar x) { return x*x; }; in compute_complexity() local
/third_party/skia/src/ports/
DSkFontMgr_mac_ct.cpp287 static inline int sqr(int value) { in sqr() function
/third_party/boost/boost/geometry/util/
Dmath.hpp716 inline T sqr(T const& value) in sqr() function
/third_party/flutter/skia/tests/
DSkSLInterpreterTest.cpp690 auto sqr = byteCode->getFunction("sqr"); in DEF_TEST() local
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp2480 static inline int sqr(int value) { in sqr() function
/third_party/python/Lib/test/
D_test_multiprocessing.py2315 def sqr(x, wait=0.0): function