Home
last modified time | relevance | path

Searched defs:neg_one (Results 1 – 21 of 21) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setregid/
Dsetregid01.c26 static gid_t neg_one = -1; variable
Dsetregid04.c15 static gid_t neg_one = -1; variable
Dsetregid02.c22 static gid_t neg_one = -1; variable
Dsetregid03.c19 static gid_t neg_one = -1; variable
/external/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid04.c36 static uid_t neg_one = -1; variable
Dsetreuid02.c35 static uid_t neg_one = -1; variable
Dsetreuid03.c40 static uid_t neg_one = -1; variable
Dsetreuid05.c38 static uid_t neg_one = -1; variable
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c42 const int16x8_t neg_one = vdupq_n_s16(-1); in vpx_quantize_b_neon() local
200 const int16x8_t neg_one = vdupq_n_s16(-1); in vpx_quantize_b_32x32_neon() local
/external/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid01.c76 uid_t neg_one = -1; variable
Dsetresuid02.c71 uid_t neg_one = -1; variable
Dsetresuid03.c76 uid_t neg_one = -1; variable
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPIntTest.cpp109 const APInt neg_one(1, static_cast<uint64_t>(-1), true); in TEST() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c131 const int16x8_t neg_one = vdupq_n_s16(-1); in vp9_quantize_fp_32x32_neon() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp36 const APInt neg_one(64, static_cast<uint64_t>(-1), true); in TEST() local
219 const APInt neg_one(1, static_cast<uint64_t>(-1), true); in TEST() local
2152 const APInt neg_one(128, static_cast<uint64_t>(-1), true); in TEST() local
2221 const APInt neg_one(128, static_cast<uint64_t>(-1), true); in TEST() local
/external/libaom/libaom/av1/common/x86/
Dcfl_ssse3.c345 const __m128i neg_one = _mm_set1_epi16(-1); in CFL_PREDICT_FN() local
Dcfl_avx2.c304 const __m256i neg_one = _mm256_set1_epi16(-1); in highbd_max_epi16() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp125 const APInt neg_one(1, static_cast<uint64_t>(-1), true); in TEST() local
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1033 ir_constant *neg_one = new(ir) ir_constant(-1.0, arg->type->vector_elements); in dsign_to_csel() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4551 struct tgsi_full_src_register neg_one = in emit_ssg() local
5849 struct tgsi_full_src_register neg_one = in emit_frontface_instructions() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c653 LLVMValueRef neg_one = LLVMConstReal(ctx->f32, -1.0); in si_llvm_load_input_vs() local