Home
last modified time | relevance | path

Searched refs:all_ones (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_symbolic_physical.cpp91 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 Dbitutils.h139 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 Dbitutils.h139 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 Dbitutils.h139 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 Dastcenc_symbolic_physical.cpp367 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 Dfold_spec_constant_op_and_composite_pass.cpp239 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 Dfold_spec_constant_op_and_composite_pass.cpp328 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 Dfold_spec_constant_op_and_composite_pass.cpp328 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local
336 pad_value = all_ones; in EncodeIntegerAsWords()
/third_party/python/Lib/
H A Dipaddress.py461 all_ones = (1 << prefixlen) - 1
462 if leading_ones != all_ones:
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc5608 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 Dsimulator-mips.cc5322 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 Dinstruction-selector-ppc.cc2565 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 Dinstruction-selector-s390.cc2736 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 Dinstruction-selector-arm.cc2728 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 Dinstruction-selector-mips64.cc3058 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 Dinstruction-selector-x64.cc3202 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 Dinstruction-selector-ia32.cc2417 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 Dinstruction-selector-loong64.cc2802 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 Dinstruction-selector-riscv64.cc3030 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 Dac_llvm_build.c1854 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 Dliftoff-compiler.cc4115 bool all_ones = std::all_of(std::begin(imm.value), std::end(imm.value),
4119 } else if (all_ones) {

Completed in 79 milliseconds