Home
last modified time | relevance | path

Searched defs:zero_mask (Results 1 – 6 of 6) sorted by relevance

/external/FP16/include/fp16/
Dfp16.h85 const int32_t zero_mask = (int32_t) (nonsign - 1) >> 31; in fp16_ieee_to_fp32_bits() local
306 const int32_t zero_mask = (int32_t) (nonsign - 1) >> 31; in fp16_alt_to_fp32_bits() local
/external/eigen/Eigen/src/Core/arch/AVX/
DMathFunctions.h409 Packet8f zero_mask = _mm256_andnot_ps(neg_mask, le_zero_mask); variable
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h500 Packet4f zero_mask = _mm_andnot_ps(neg_mask, le_zero_mask); variable
/external/minijail/
Dsystem_unittest.cc125 TEST(secure_noroot_set_and_locked, zero_mask) { in TEST() argument
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c356 unsigned zero_mask = ((GET_SWZ(SrcReg->Swizzle, 0) == SWIZZLE_ZERO) << 0 | in emit_swz() local
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp806 int zero_mask = 0xf & ~coord_mask; in emit_mcs_fetch() local
907 int zero_mask = 0xf & ~coord_mask; in emit_texture() local