Home
last modified time | relevance | path

Searched refs:consts1 (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djidctint-neon.c361 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_regular()
364 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_regular()
488 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass1_sparse()
491 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass1_sparse()
572 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_regular()
575 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_regular()
719 const int16x4_t consts1 = vld1_s16(jsimd_idct_islow_neon_consts); in jsimd_idct_islow_pass2_sparse()
722 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_islow_pass2_sparse()
Djfdctint-neon.c94 const int16x4_t consts1 = vld1_s16(jsimd_fdct_islow_neon_consts); in jsimd_fdct_islow_neon()
97 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_fdct_islow_neon()
Djidctred-neon.c230 const int16x4_t consts1 = vld1_s16(jsimd_idct_4x4_neon_consts); in jsimd_idct_4x4_neon() local
233 const int16x4x3_t consts = { { consts1, consts2, consts3 } }; in jsimd_idct_4x4_neon()
/external/python/cpython2/Objects/
Dcodeobject.c551 PyObject *consts1, *consts2; in code_richcompare() local
586 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
587 if (!consts1) in code_richcompare()
591 Py_DECREF(consts1); in code_richcompare()
594 eq = PyObject_RichCompareBool(consts1, consts2, Py_EQ); in code_richcompare()
595 Py_DECREF(consts1); in code_richcompare()
/external/libjpeg-turbo/simd/arm/aarch32/
Djccolext-neon.c63 const uint16x4_t consts1 = vld1_u16(jsimd_rgb_ycc_neon_consts); in jsimd_rgb_ycc_convert_neon() local
65 const uint16x4x2_t consts = { { consts1, consts2 } }; in jsimd_rgb_ycc_convert_neon()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c421 GLuint tmp = 0, dst, consts0 = 0, consts1 = 0; in upload_program() local
448 consts1 = i915_emit_const4fv(p, sin_quad_constants[1]); in upload_program()
455 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */ in upload_program()
492 swizzle(consts1, X, Y, ZERO, ZERO), in upload_program()
518 swizzle(consts1, W, W, W, W), in upload_program()
797 consts1 = i915_emit_const4fv(p, sin_quad_constants[1]); in upload_program()
804 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */ in upload_program()
845 swizzle(consts1, X, Y, ZERO, ZERO), in upload_program()
871 swizzle(consts1, W, W, W, W), in upload_program()
/external/python/cpython3/Objects/
Dcodeobject.c833 PyObject *consts1, *consts2; in code_richcompare() local
863 consts1 = _PyCode_ConstantKey(co->co_consts); in code_richcompare()
864 if (!consts1) in code_richcompare()
868 Py_DECREF(consts1); in code_richcompare()
871 eq = PyObject_RichCompareBool(consts1, consts2, Py_EQ); in code_richcompare()
872 Py_DECREF(consts1); in code_richcompare()