Searched defs:pow2 (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | optimum_pow.inl | 7 GLM_FUNC_QUALIFIER genType pow2(genType const & x) function
|
/third_party/node/lib/internal/ |
D | webidl.js | 50 function pow2(exponent) { function
|
/third_party/skia/src/gpu/tessellate/ |
D | Tessellation.h | 62 AI constexpr float pow2(float x) { return x*x; } in pow2() function
|
/third_party/skia/src/core/ |
D | SkGeometry.h | 500 int pow2 = conic.computeQuadPOW2(tol); in computeQuads() local
|
D | SkGeometry.cpp | 1405 int pow2; in computeQuadPOW2() local
|
D | SkPath.cpp | 3124 SkScalar w, SkPoint pts[], int pow2) { in ConvertConicToQuads()
|
/third_party/skia/tests/ |
D | MathTest.cpp | 323 float pow2 = std::ldexp(1, i); in test_nextlog2() local
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 676 unsigned pow2 = GetPower64(mult2); in MyMultAndDiv() local
|
/third_party/python/Objects/ |
D | floatobject.c | 985 double pow1, pow2, y, z; in double_round() local
|
/third_party/ffmpeg/libavfilter/ |
D | af_afwtdn.c | 464 #define pow2(x) (1U << (x)) macro
|
/third_party/ffmpeg/libavcodec/ |
D | vorbisenc.c | 58 float *pow2; member
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 3427 int pow2 = 1 << HighestSetBitPosition(all); in PtrueHelper() local 3769 int pow2 = 1 << HighestSetBitPosition(all); in CntHelper() local 3932 int pow2 = 1 << HighestSetBitPosition(all); in QIncDecHelper() local 4223 int pow2 = 1 << HighestSetBitPosition(all); in QIncDecXWHelper() local
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 1410 bool pow2 = is_pow2(v); in log2ceil() local
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 1385 bool pow2 = is_pow2(v); in log2ceil() local
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 59266 void (*pow2)(MPI, const MPI, struct mpi_ec_ctx *); member 59276 void (*pow2)(MPI, const MPI, struct mpi_ec_ctx *); member
|