Home
last modified time | relevance | path

Searched refs:is_pow2 (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c28 bool is_pow2(uint64_t v) { return v == 0 || (v & (v - 1)) == 0; } in is_pow2() function
32 bool pow2 = is_pow2(v); in log2ceil()
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
Dimpl.cpp809 const bool is_pow2 = ((depth_multiplier & (depth_multiplier - 1)) == 0); in run_depthwise_quanitized8bit() local
812 if(is_pow2 && is_quantized_per_tensor && depth_multiplier >= 8) in run_depthwise_quanitized8bit()
/external/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c2361 static bool is_pow2(uint64_t v) { return v == 0 || (v & (v - 1)) == 0; } in is_pow2() function
2371 bool pow2 = is_pow2(v); in log2ceil()
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/
Druby-upb.c2361 static bool is_pow2(uint64_t v) { return v == 0 || (v & (v - 1)) == 0; } in is_pow2() function
2371 bool pow2 = is_pow2(v); in log2ceil()
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c2331 static bool is_pow2(uint64_t v) { return v == 0 || (v & (v - 1)) == 0; } in is_pow2() function
2341 bool pow2 = is_pow2(v); in log2ceil()
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c2331 static bool is_pow2(uint64_t v) { return v == 0 || (v & (v - 1)) == 0; } in is_pow2() function
2341 bool pow2 = is_pow2(v); in log2ceil()