Home
last modified time | relevance | path

Searched defs:pow2 (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Doptimum_pow.inl7 GLM_FUNC_QUALIFIER genType pow2(genType const & x) function
/third_party/glib/glib/gnulib/
Dprintf-frexp.c90 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ in FUNC() local
/third_party/skia/src/gpu/tessellate/
DTessellation.h62 AI constexpr float pow2(float x) { return x*x; } in pow2() function
/third_party/flutter/skia/src/core/
DSkGeometry.h428 int pow2 = conic.computeQuadPOW2(tol); in computeQuads() local
DSkGeometry.cpp1206 int pow2; in computeQuadPOW2() local
DSkPath.cpp3568 SkScalar w, SkPoint pts[], int pow2) { in ConvertConicToQuads()
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.cpp67 int pow2 = GrNextPow2(temp); in quadraticPointCount() local
123 int pow2 = GrNextPow2(temp); in cubicPointCount() local
/third_party/skia/src/core/
DSkGeometry.h500 int pow2 = conic.computeQuadPOW2(tol); in computeQuads() local
DSkGeometry.cpp1405 int pow2; in computeQuadPOW2() local
DSkPath.cpp3078 SkScalar w, SkPoint pts[], int pow2) { in ConvertConicToQuads()
/third_party/boost/boost/random/detail/
Dseed_impl.hpp76 inline T pow2(int n) in pow2() function
/third_party/boost/libs/math/test/
Dtest_autodiff_2.cpp101 BOOST_AUTO_TEST_CASE_TEMPLATE(pow2, T, bin_float_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp497 uint32_t pow2 = 1 << (n - 1); in ConvertFormat() local
510 uint32_t pow2 = 1 << n; in ConvertFormat() local
/third_party/skia/tests/
DMathTest.cpp323 float pow2 = std::ldexp(1, i); in test_nextlog2() local
/third_party/grpc/third_party/upb/upb/
Dtable.c32 bool pow2 = is_pow2(v); in log2ceil() local
/third_party/python/Objects/
Dfloatobject.c985 double pow1, pow2, y, z; in double_round() local
/third_party/ffmpeg/libavcodec/
Dvorbisenc.c57 float *pow2; member
/third_party/boost/boost/multiprecision/
Dcpp_dec_float.hpp2424 …xponentType, Allocator> cpp_dec_float<Digits10, ExponentType, Allocator>::pow2(const boost::long_l… in pow2() function in boost::multiprecision::backends::cpp_dec_float
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c1410 bool pow2 = is_pow2(v); in log2ceil() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1385 bool pow2 = is_pow2(v); in log2ceil() local