Searched refs:iargs (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1586 IRet doApply (const EvalContext&, const IArgs& iargs)const in doApply() 1590 if (iargs.a.contains(true)) in doApply() 1591 ret = unionIVal<T>(ret, iargs.b); in doApply() 1593 if (iargs.a.contains(false)) in doApply() 1594 ret = unionIVal<T>(ret, iargs.c); in doApply() 1615 Interval doApply (const EvalContext&, const IArgs& iargs) const in doApply() 1617 const IArg0& arg0 = iargs.a; in doApply() 1618 const IArg1& arg1 = iargs.b; in doApply() 1677 Interval doApply (const EvalContext& ctx, const IArgs& iargs) const in doApply() 1679 return this->applyMonotone(ctx, iargs.a); in doApply() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1565 IRet doApply (const EvalContext&, const IArgs& iargs)const in doApply() 1569 if (iargs.a.contains(true)) in doApply() 1570 ret = unionIVal<T>(ret, iargs.b); in doApply() 1572 if (iargs.a.contains(false)) in doApply() 1573 ret = unionIVal<T>(ret, iargs.c); in doApply() 1594 Interval doApply (const EvalContext&, const IArgs& iargs) const in doApply() 1596 const IArg0& arg0 = iargs.a; in doApply() 1597 const IArg1& arg1 = iargs.b; in doApply() 1656 Interval doApply (const EvalContext& ctx, const IArgs& iargs) const in doApply() 1658 return this->applyMonotone(ctx, iargs.a); in doApply() [all …]
|
/external/valgrind/none/tests/ppc64/ |
D | jm-insns.c | 4278 static HWord_t *iargs = NULL; variable 4444 iargs = malloc(400 * sizeof(HWord_t)); in build_iargs_table() 4448 iargs[i++] = (HWord_t)tmp; in build_iargs_table() 4454 iargs = malloc(10 * sizeof(HWord_t)); in build_iargs_table() 4460 iargs[i++] = (HWord_t)tmp; in build_iargs_table() 4468 iargs = malloc(800 * sizeof(HWord_t)); in build_iargs_table() 4472 iargs[i++] = tmp; in build_iargs_table() 4478 iargs = malloc(20 * sizeof(HWord_t)); in build_iargs_table() 4483 iargs[i++] = tmp; in build_iargs_table() 4540 j = iargs[i]; in build_viargs_table() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | jm-insns.c | 4278 static HWord_t *iargs = NULL; variable 4444 iargs = malloc(400 * sizeof(HWord_t)); in build_iargs_table() 4448 iargs[i++] = (HWord_t)tmp; in build_iargs_table() 4454 iargs = malloc(10 * sizeof(HWord_t)); in build_iargs_table() 4460 iargs[i++] = (HWord_t)tmp; in build_iargs_table() 4468 iargs = malloc(800 * sizeof(HWord_t)); in build_iargs_table() 4472 iargs[i++] = tmp; in build_iargs_table() 4478 iargs = malloc(20 * sizeof(HWord_t)); in build_iargs_table() 4483 iargs[i++] = tmp; in build_iargs_table() 4540 j = iargs[i]; in build_viargs_table() [all …]
|
/external/valgrind/VEX/switchback/ |
D | test_ppc_jm1.c | 3571 static uint32_t *iargs; variable 3676 iargs = my_malloc(400 * sizeof(uint32_t)); in build_iargs_table() 3681 iargs[i++] = tmp; in build_iargs_table() 3719 r14 = iargs[i]; in test_int_three_args() 3720 r15 = iargs[j]; in test_int_three_args() 3721 r16 = iargs[k]; in test_int_three_args() 3732 name, iargs[i], iargs[j], iargs[k], res, flags, xer); in test_int_three_args() 3750 r14 = iargs[i]; in test_int_two_args() 3751 r15 = iargs[j]; in test_int_two_args() 3762 name, iargs[i], iargs[j], res, flags, xer); in test_int_two_args() [all …]
|