/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_symbolic_physical.cpp | 91 int all_ones = vx_low_s == 0x1FFF && vx_high_s == 0x1FFF && vx_low_t == 0x1FFF && vx_high_t == 0x1FFF; in physical_to_symbolic() local 93 if ((vx_low_s >= vx_high_s || vx_low_t >= vx_high_t) && !all_ones) in physical_to_symbolic() 106 int all_ones = vx_low_s == 0x1FF && vx_high_s == 0x1FF && vx_low_t == 0x1FF && vx_high_t == 0x1FF && vx_low_p == 0x1FF && vx_high_p == 0x1FF; in physical_to_symbolic() local 108 if ((vx_low_s >= vx_high_s || vx_low_t >= vx_high_t || vx_low_p >= vx_high_p) && !all_ones) in physical_to_symbolic()
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | bitutils.h | 139 const T all_ones = ~T(0); 142 T(T(all_ones >> num_unaffected_low_bits) << num_unaffected_low_bits); 147 T(T(all_ones << num_unaffected_high_bits) >> num_unaffected_high_bits);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | bitutils.h | 139 const T all_ones = ~T(0); 142 T(T(all_ones >> num_unaffected_low_bits) << num_unaffected_low_bits); 147 T(T(all_ones << num_unaffected_high_bits) >> num_unaffected_high_bits);
|
/third_party/spirv-tools/source/util/ |
H A D | bitutils.h | 139 const T all_ones = ~T(0); 142 T(T(all_ones >> num_unaffected_low_bits) << num_unaffected_low_bits); 147 T(T(all_ones << num_unaffected_high_bits) >> num_unaffected_high_bits);
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_symbolic_physical.cpp | 367 int all_ones = vx_low_s == 0x1FFF && vx_high_s == 0x1FFF && vx_low_t == 0x1FFF && vx_high_t == 0x1FFF; in physical_to_symbolic() local 369 if ((vx_low_s >= vx_high_s || vx_low_t >= vx_high_t) && !all_ones) in physical_to_symbolic() 385 int all_ones = vx_low_s == 0x1FF && vx_high_s == 0x1FF && vx_low_t == 0x1FF && vx_high_t == 0x1FF && vx_low_p == 0x1FF && vx_high_p == 0x1FF; in physical_to_symbolic() local 387 if ((vx_low_s >= vx_high_s || vx_low_t >= vx_high_t || vx_low_p >= vx_high_p) && !all_ones) in physical_to_symbolic()
|
/third_party/spirv-tools/source/opt/ |
H A D | fold_spec_constant_op_and_composite_pass.cpp | 239 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local 247 pad_value = all_ones; in EncodeIntegerAsWords()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | fold_spec_constant_op_and_composite_pass.cpp | 328 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local 336 pad_value = all_ones; in EncodeIntegerAsWords()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | fold_spec_constant_op_and_composite_pass.cpp | 328 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local 336 pad_value = all_ones; in EncodeIntegerAsWords()
|
/third_party/python/Lib/ |
H A D | ipaddress.py | 461 all_ones = (1 << prefixlen) - 1 462 if leading_ones != all_ones:
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 5608 const T_int all_ones = static_cast<T_int>(-1); 5614 *wd = all_ones; 5624 *wd = all_ones; 5630 *wd = all_ones; 5640 *wd = all_ones; 5646 *wd = all_ones; 5656 *wd = all_ones; 5662 *wd = all_ones; 5671 *wd = all_ones; 5677 *wd = all_ones; [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 5322 const T_int all_ones = static_cast<T_int>(-1); 5328 *wd = all_ones; 5338 *wd = all_ones; 5344 *wd = all_ones; 5354 *wd = all_ones; 5360 *wd = all_ones; 5370 *wd = all_ones; 5376 *wd = all_ones; 5385 *wd = all_ones; 5391 *wd = all_ones; [all...] |
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2565 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 2570 } else if (all_ones) { in VisitS128Const()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2736 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 2741 } else if (all_ones) { in VisitS128Const()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2728 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 2733 } else if (all_ones) { in VisitS128Const()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 3058 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 3063 } else if (all_ones) { in VisitS128Const()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3202 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 3207 } else if (all_ones) { in VisitS128Const()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2417 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 2422 } else if (all_ones) { in VisitS128Const()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2802 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 2807 } else if (all_ones) { in VisitS128Const()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 3030 bool all_ones = val[0] == UINT32_MAX && val[1] == UINT32_MAX && in VisitS128Const() local 3035 } else if (all_ones) { in VisitS128Const()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 1854 LLVMValueRef all_ones = LLVMConstInt(ctx->i32, -1, true); in ac_build_imsb() local 1857 LLVMBuildICmp(ctx->builder, LLVMIntEQ, arg, all_ones, ""), ""); in ac_build_imsb() 1859 return LLVMBuildSelect(ctx->builder, cond, all_ones, msb, ""); in ac_build_imsb()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4115 bool all_ones = std::all_of(std::begin(imm.value), std::end(imm.value), 4119 } else if (all_ones) {
|