Home
last modified time | relevance | path

Searched defs:zeroi (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c225 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in lp_do_offset_tri() local
552 LLVMValueRef zeroi = lp_build_const_int32(gallivm, 0); in init_args() local
/aosp_15_r20/art/test/665-checker-simd-zero/src/
H A DMain.java146 private static void zeroi(int[] x) { in zeroi() method in Main
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_bfloat16.h395 __m512i zeroi = _mm512_castps_si512(zero); in isnan() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp2820 constexpr static GLint zeroi[4] = {0, 0, 0, 0}; in TEST_P() local