Searched refs:traps (Results 1 - 20 of 20) sorted by relevance

/external/pixman/test/
H A Dtrap-crasher.c8 pixman_trapezoid_t traps[1] = { local
25 pixman_add_trapezoids (dst, 0, 0, ARRAY_LENGTH (traps), traps);
H A Dcomposite-traps-test.c62 pixman_trapezoid_t *traps; local
165 /* Create traps */
170 traps = fence_malloc (n_traps * sizeof (pixman_trapezoid_t));
174 pixman_trapezoid_t *t = &(traps[i]);
215 src_x, src_y, dst_x, dst_y, n_traps, traps);
245 fence_free (traps);
254 return fuzzer_test_main("composite traps", 40000, 0x749BCC57,
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
H A Dtraps.pass.cpp12 // traps
26 static_assert(std::numeric_limits<T>::traps == expected, "traps test 1");
27 static_assert(std::numeric_limits<const T>::traps == expected, "traps test 2");
28 static_assert(std::numeric_limits<volatile T>::traps == expected, "traps test 3");
29 static_assert(std::numeric_limits<const volatile T>::traps == expected, "traps test 4");
H A Dconst_data_members.pass.cpp35 traps
64 test(std::numeric_limits<type>::traps); \
H A DAndroid.mk55 test_name := language.support/support.limits/limits/numeric.limits.members/traps
56 test_src := traps.pass.cpp
/external/pixman/pixman/
H A Dpixman-trap.c237 const pixman_trap_t *traps)
257 t = traps->top.y + y_off_fixed;
262 b = traps->bot.y + y_off_fixed;
271 traps->top.l + x_off_fixed,
272 traps->top.y + y_off_fixed,
273 traps->bot.l + x_off_fixed,
274 traps->bot.y + y_off_fixed);
277 traps->top.r + x_off_fixed,
278 traps->top.y + y_off_fixed,
279 traps
233 pixman_add_traps(pixman_image_t * image, int16_t x_off, int16_t y_off, int ntrap, const pixman_trap_t *traps) argument
318 pixman_add_trapezoids(pixman_image_t * image, int16_t x_off, int y_off, int ntraps, const pixman_trapezoid_t *traps) argument
408 get_trap_extents(pixman_op_t op, pixman_image_t *dest, const pixman_trapezoid_t *traps, int n_traps, pixman_box32_t *box) argument
481 pixman_composite_trapezoids(pixman_op_t op, pixman_image_t * src, pixman_image_t * dst, pixman_format_code_t mask_format, int x_src, int y_src, int x_dst, int y_dst, int n_traps, const pixman_trapezoid_t * traps) argument
579 triangle_to_trapezoids(const pixman_triangle_t *tri, pixman_trapezoid_t *traps) argument
655 pixman_trapezoid_t *traps; local
683 pixman_trapezoid_t *traps; local
702 pixman_trapezoid_t *traps; local
[all...]
H A Dpixman.h1073 const pixman_trap_t *traps);
1078 const pixman_trapezoid_t *traps);
1092 const pixman_trapezoid_t * traps);
/external/pixman/demos/
H A Dsrgb-trap-test.c37 static const pixman_trapezoid_t traps[] = local
105 0, 0, 10, 10, G_N_ELEMENTS (traps), traps);
112 0, 0, 310, 10, G_N_ELEMENTS (traps), traps);
/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.c69 context->traps=DEC_Errors; /* all but informational */
84 context->traps=0; /* no traps set */
95 context->traps=0; /* no traps set */
106 context->traps=0; /* no traps set */
205 if (status & context->traps) raise(SIGFPE);
H A DdecContext.h48 /* traps -- only defined bits may be set */
62 #include <signal.h> /* for traps */
93 uint32_t traps; /* trap-enabler flags */ member in struct:__anon12088
H A Ddigitlst.cpp73 fContext.traps = 0;
147 c.traps = 0;
H A DdecNumber.c133 /* call decStatus even if traps are set in the context) and should */
3226 workset.traps=0; /* no traps */
3238 workset.traps=0; /* no traps */
/external/icu/icu4c/source/i18n/
H A DdecContext.c69 context->traps=DEC_Errors; /* all but informational */
84 context->traps=0; /* no traps set */
95 context->traps=0; /* no traps set */
106 context->traps=0; /* no traps set */
205 if (status & context->traps) raise(SIGFPE);
H A DdecContext.h48 /* traps -- only defined bits may be set */
62 #include <signal.h> /* for traps */
93 uint32_t traps; /* trap-enabler flags */ member in struct:__anon21894
H A Ddigitlst.cpp69 fContext.traps = 0;
143 c.traps = 0;
H A DdecNumber.c133 /* call decStatus even if traps are set in the context) and should */
3228 workset.traps=0; /* no traps */
3240 workset.traps=0; /* no traps */
/external/libcxx/test/language.support/support.limits/limits/numeric.limits/
H A Ddefault.pass.cpp77 static_assert(std::numeric_limits<A>::traps == false,
78 "std::numeric_limits<A>::traps == false");
/external/stlport/stlport/stl/
H A D_limits.c59 __declare_numeric_base_member(bool, traps);
131 __declare_float_limits_member(bool, traps);
H A D_limits.h87 _STLP_STATIC_CONSTANT(bool, traps = false);
174 _STLP_STATIC_CONSTANT(bool, traps = true);
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h2851 static const bool traps = true; member in class:std::numeric_limits

Completed in 383 milliseconds