Home
last modified time | relevance | path

Searched defs:and1 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_integer_simd.inl19 __m128i const and1 = _mm_and_si128(set0, set1); local
42 __m128i const and1 = _mm_and_si128(sft0, set1); local
/third_party/typescript/tests/baselines/reference/
Dwitness.js57 var and1 = and1 && ''; variable
58 var and1: string; variable
193 var and1; variable
/third_party/typescript/tests/cases/conformance/types/witness/
Dwitness.ts60 var and1 = and1 && ''; variable
61 var and1: string; variable
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dsimd.rs877 … let and1 = bx.context.new_unary_op(None, UnaryOp::BitwiseNegate, arg_type, mask) & sum; in generic_simd_intrinsic() localVariable
912 … let and1 = bx.context.new_unary_op(None, UnaryOp::BitwiseNegate, arg_type, mask) & sum; in generic_simd_intrinsic() localVariable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
Dcommon.h105 glm_vec4 const and1 = _mm_and_ps(cmp1, _mm_set1_ps(1.0f)); in glm_vec4_sign() local