Searched refs:all_ones (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_fake_stack.h | 94 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local 95 return ((all_ones >> t) << t) << (stack_size_log - 15); in FlagsOffset()
|
/external/tensorflow/tensorflow/contrib/losses/python/losses/ |
D | loss_ops.py | 480 all_ones = array_ops.ones_like(labels) 481 labels = math_ops.subtract(2 * labels, all_ones) 483 math_ops.subtract(all_ones, math_ops.multiply(labels, logits)))
|
/external/tensorflow/tensorflow/python/ops/losses/ |
D | losses_impl.py | 362 all_ones = array_ops.ones_like(labels) 363 labels = math_ops.subtract(2 * labels, all_ones) 365 math_ops.subtract(all_ones, math_ops.multiply(labels, logits)))
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/ |
D | sdca_ops.py | 680 all_ones = array_ops.ones_like(predictions) 681 adjusted_labels = math_ops.subtract(2 * labels, all_ones) 685 math_ops.subtract(all_ones,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | or.ll | 12 define i32 @all_ones(i32 %A) { 13 ; CHECK-LABEL: @all_ones(
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 5320 const T_int all_ones = static_cast<T_int>(-1); in Msa3RFInstrHelper() local 5326 wd = all_ones; in Msa3RFInstrHelper() 5336 wd = all_ones; in Msa3RFInstrHelper() 5342 wd = all_ones; in Msa3RFInstrHelper() 5352 wd = all_ones; in Msa3RFInstrHelper() 5358 wd = all_ones; in Msa3RFInstrHelper() 5368 wd = all_ones; in Msa3RFInstrHelper() 5374 wd = all_ones; in Msa3RFInstrHelper() 5383 wd = all_ones; in Msa3RFInstrHelper() 5389 wd = all_ones; in Msa3RFInstrHelper() [all …]
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 5544 const T_int all_ones = static_cast<T_int>(-1); in Msa3RFInstrHelper() local 5550 wd = all_ones; in Msa3RFInstrHelper() 5560 wd = all_ones; in Msa3RFInstrHelper() 5566 wd = all_ones; in Msa3RFInstrHelper() 5576 wd = all_ones; in Msa3RFInstrHelper() 5582 wd = all_ones; in Msa3RFInstrHelper() 5592 wd = all_ones; in Msa3RFInstrHelper() 5598 wd = all_ones; in Msa3RFInstrHelper() 5607 wd = all_ones; in Msa3RFInstrHelper() 5613 wd = all_ones; in Msa3RFInstrHelper() [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 1224 LLVMValueRef all_ones = LLVMConstInt(ctx->i32, -1, true); in ac_build_imsb() local 1229 arg, all_ones, ""), ""); in ac_build_imsb() 1231 return LLVMBuildSelect(ctx->builder, cond, all_ones, msb, ""); in ac_build_imsb()
|
/external/python/cpython3/Lib/ |
D | ipaddress.py | 463 all_ones = (1 << prefixlen) - 1 464 if leading_ones != all_ones:
|