Home
last modified time | relevance | path

Searched refs:then_val (Results 1 – 25 of 104) sorted by relevance

12345

/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaljp2metadatagenerator.cpp397 xmlXPathObjectPtr cond_val,then_val,else_val; in GDALGMLJP2XPathIf() local
401 then_val = valuePop(ctxt); in GDALGMLJP2XPathIf()
408 valuePush(ctxt, then_val); in GDALGMLJP2XPathIf()
412 xmlXPathFreeObject(then_val); in GDALGMLJP2XPathIf()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaljp2metadatagenerator.cpp397 xmlXPathObjectPtr cond_val,then_val,else_val;
401 then_val = valuePop(ctxt);
408 valuePush(ctxt, then_val);
412 xmlXPathFreeObject(then_val);
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaljp2metadatagenerator.cpp397 xmlXPathObjectPtr cond_val,then_val,else_val; in GDALGMLJP2XPathIf() local
401 then_val = valuePop(ctxt); in GDALGMLJP2XPathIf()
408 valuePush(ctxt, then_val); in GDALGMLJP2XPathIf()
412 xmlXPathFreeObject(then_val); in GDALGMLJP2XPathIf()
/dports/math/gemmlowp/gemmlowp-dc69acd/fixedpoint/
H A Dfixedpoint_neon.h138 inline int32x4_t SelectUsingMask(int32x4_t if_mask, int32x4_t then_val,
140 return vbslq_s32(vreinterpretq_u32_s32(if_mask), then_val, else_val);
144 inline int16x8_t SelectUsingMask(int16x8_t if_mask, int16x8_t then_val,
146 return vbslq_s16(vreinterpretq_u16_s16(if_mask), then_val, else_val);
H A Dfixedpoint_sse.h155 inline __m128i SelectUsingMask(__m128i if_mask, __m128i then_val,
158 return _mm_or_si128(_mm_and_si128(if_mask, then_val),
164 int16x8_m128i then_val,
167 return int16x8_m128i(SelectUsingMask(if_mask.v, then_val.v, else_val.v));
H A Dfixedpoint_msa.h138 inline v4i32 SelectUsingMask(v4i32 if_mask, v4i32 then_val, v4i32 else_val) {
141 reinterpret_cast<v16u8>(then_val)));
146 inline v8i16 SelectUsingMask(v8i16 if_mask, v8i16 then_val, v8i16 else_val) {
149 reinterpret_cast<v16u8>(then_val)));
H A Dfixedpoint_avx.h83 inline __m256i SelectUsingMask(__m256i if_mask, __m256i then_val,
86 _mm256_castsi256_ps(then_val),
H A Dfixedpoint.h148 tIntegerType SelectUsingMask(tIntegerType if_mask, tIntegerType then_val,
150 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val));
622 tRawType if_mask, FixedPoint<tRawType, tIntegerBits> then_val,
625 SelectUsingMask(if_mask, then_val.raw(), else_val.raw()));
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUFixedPoint.hpp119 tIntegerType SelectUsingMask(tIntegerType if_mask, tIntegerType then_val, tIntegerType else_val) { in SelectUsingMask() argument
120 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val)); in SelectUsingMask()
509 …wType, tIntegerBits> SelectUsingMask(tRawType if_mask, FixedPoint<tRawType, tIntegerBits> then_val,
511 …return FixedPoint<tRawType, tIntegerBits>::FromRaw(SelectUsingMask(if_mask, then_val.raw(), else_v…
860 inline int32x4_t SelectUsingMask(int32x4_t if_mask, int32x4_t then_val, int32x4_t else_val) { in SelectUsingMask() argument
861 return vbslq_s32(vreinterpretq_u32_s32(if_mask), then_val, else_val); in SelectUsingMask()
865 inline int16x8_t SelectUsingMask(int16x8_t if_mask, int16x8_t then_val, int16x8_t else_val) { in SelectUsingMask() argument
866 return vbslq_s16(vreinterpretq_u16_s16(if_mask), then_val, else_val); in SelectUsingMask()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaljp2metadatagenerator.cpp812 xmlXPathObjectPtr cond_val,then_val,else_val; in GDALGMLJP2XPathIf() local
816 then_val = valuePop(ctxt); in GDALGMLJP2XPathIf()
823 valuePush(ctxt, then_val); in GDALGMLJP2XPathIf()
827 xmlXPathFreeObject(then_val); in GDALGMLJP2XPathIf()
/dports/misc/mnn/MNN-1.2.0/source/backend/metal/
H A DMetalFixedPoint.metal112 // Each bit of the result is set to the corresponding bit of either then_val or
116 tIntegerType SelectUsingMask(tIntegerType if_mask, tIntegerType then_val,
118 return BitXor(BitAnd(if_mask, then_val), BitAnd(BitNot(if_mask), else_val));
453 … tRawType if_mask, FixedPoint<tRawType, tIntegerBits> then_val,
456 … SelectUsingMask(if_mask, then_val.raw(), else_val.raw()));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm10/llvm-10.0.1.src/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm11/llvm-11.0.1.src/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm90/llvm-9.0.1.src/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm80/llvm-8.0.1.src/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm70/llvm-7.0.1.src/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml64 let then_val = codegen_expr then_ in
83 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml82 let then_val = codegen_expr then_ in
101 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml82 let then_val = codegen_expr then_ in
101 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm10/llvm-10.0.1.src/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml82 let then_val = codegen_expr then_ in
101 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml82 let then_val = codegen_expr then_ in
101 let incoming = [(then_val, new_then_bb); (else_val, new_else_bb)] in

12345