Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/pixman/pixman/
Dpixman-trap.c237 const pixman_trap_t *traps) in pixman_add_traps() argument
257 t = traps->top.y + y_off_fixed; in pixman_add_traps()
262 b = traps->bot.y + y_off_fixed; in pixman_add_traps()
271 traps->top.l + x_off_fixed, in pixman_add_traps()
272 traps->top.y + y_off_fixed, in pixman_add_traps()
273 traps->bot.l + x_off_fixed, in pixman_add_traps()
274 traps->bot.y + y_off_fixed); in pixman_add_traps()
277 traps->top.r + x_off_fixed, in pixman_add_traps()
278 traps->top.y + y_off_fixed, in pixman_add_traps()
279 traps->bot.r + x_off_fixed, in pixman_add_traps()
[all …]
/third_party/python/Modules/_decimal/libmpdec/
Dcontext.c93 ctx->traps=MPD_Traps; in mpd_maxcontext()
107 ctx->traps=MPD_Traps; in mpd_defaultcontext()
121 ctx->traps=MPD_Traps|MPD_Clamped; in mpd_basiccontext()
139 ctx->traps=0; in mpd_ieee_context()
175 return ctx->traps; in mpd_gettraps()
243 ctx->traps = flags; in mpd_qsettraps()
282 if (flags&ctx->traps) { in mpd_addstatus_raise()
283 ctx->newtrap = (flags&ctx->traps); in mpd_addstatus_raise()
/third_party/pixman/test/
Dtrap-crasher.c8 pixman_trapezoid_t traps[] = { in main() local
37 pixman_add_trapezoids (dst, 0, 0, ARRAY_LENGTH (traps), traps); in main()
Dcomposite-traps-test.c62 pixman_trapezoid_t *traps; in test_composite() local
182 traps = fence_malloc (n_traps * sizeof (pixman_trapezoid_t)); in test_composite()
186 pixman_trapezoid_t *t = &(traps[i]); in test_composite()
227 src_x, src_y, dst_x, dst_y, n_traps, traps); in test_composite()
241 fence_free (traps); in test_composite()
DMakefile.sources25 composite-traps-test \
/third_party/pixman/demos/
Dsrgb-trap-test.c37 static const pixman_trapezoid_t traps[] = in main() local
105 0, 0, 10, 10, G_N_ELEMENTS (traps), traps); in main()
112 0, 0, 310, 10, G_N_ELEMENTS (traps), traps); in main()
/third_party/boost/libs/math/test/
Dstd_real_concept_check.cpp71 static const bool traps = false; member
109 static const bool traps = false; member
147 static const bool traps = false; member
185 static const bool traps = false; member
/third_party/boost/libs/math/test/compile_test/
Dstd_real_concept_check.cpp74 static const bool traps = false; member
113 static const bool traps = false; member
152 static const bool traps = false; member
191 static const bool traps = false; member
/third_party/python/Lib/test/
Dtest_decimal.py120 prec=9, rounding=ROUND_HALF_EVEN, traps=dict.fromkeys(Signals[m], 0)
389 self.context.traps[exception] = 1 #Catch these bugs...
391 self.context.traps[exception] = 0
405 self.context.traps[error] = 1
415 self.context.traps[error] = 0
425 self.context.traps[error] = 1
435 self.context.traps[error] = 0
440 self.context.traps[error] = 1
452 self.context.traps[error] = 0
582 c.traps[InvalidOperation] = True
[all …]
/third_party/icu/icu4c/source/i18n/
DdecContext.cpp71 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault()
86 context->traps=0; /* no traps set */ in uprv_decContextDefault()
97 context->traps=0; /* no traps set */ in uprv_decContextDefault()
108 context->traps=0; /* no traps set */ in uprv_decContextDefault()
207 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecContext.cpp71 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault()
86 context->traps=0; /* no traps set */ in uprv_decContextDefault()
97 context->traps=0; /* no traps set */ in uprv_decContextDefault()
108 context->traps=0; /* no traps set */ in uprv_decContextDefault()
207 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
/third_party/node/deps/icu-small/source/i18n/
DdecContext.cpp71 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault()
86 context->traps=0; /* no traps set */ in uprv_decContextDefault()
97 context->traps=0; /* no traps set */ in uprv_decContextDefault()
108 context->traps=0; /* no traps set */ in uprv_decContextDefault()
207 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
/third_party/skia/third_party/externals/icu/source/i18n/
DdecContext.cpp71 context->traps=DEC_Errors; /* all but informational */ in uprv_decContextDefault()
86 context->traps=0; /* no traps set */ in uprv_decContextDefault()
97 context->traps=0; /* no traps set */ in uprv_decContextDefault()
108 context->traps=0; /* no traps set */ in uprv_decContextDefault()
207 if (status & context->traps) raise(SIGFPE); in uprv_decContextSetStatus()
/third_party/boost/libs/multiprecision/doc/
Dnumeric_limits_32_tables.qbk71 [[float][to nearest][2][24][6][8][-125][-37][128][38][tiny][traps]]
73 [[double][to nearest][2][53][15][17][-1021][-307][1024][308][tiny][traps]]
75 [[long double][to nearest][2][53][15][17][-1021][-307][1024][308][tiny][traps]]
79 …ble_type][to nearest][2][377][113][115][-2147482894][-646392082][2147482893][646392082][no][traps]]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1036 } traps; member
1288 uint8_t *traps = nullptr; member in sw::SpirvShader::Impl::Debugger::State
1400 ASSERT(traps.byIndex.size() == traps.byLocationAndScope.size()); in finalize()
1401 traps.memory = std::make_unique<uint8_t[]>(traps.byIndex.size()); in finalize()
1434 int index = getOrCreate(traps.byLocationAndScope, locationAndScope, [&] { in setLocation()
1435 traps.byIndex.emplace_back(locationAndScope); in setLocation()
1436 return traps.byIndex.size() - 1; in setLocation()
1445 getOrCreate(traps.byFunctionName, func->name, [&] { return index; }); in setLocation()
1454 auto traps = *Pointer<Pointer<Byte>>(dbgState + OFFSET(Impl::Debugger::State, traps)); in setLocation() local
1455 auto trap = Pointer<Byte>(traps)[index]; in setLocation()
[all …]
/third_party/boost/boost/
Dlimits.hpp84 BOOST_STATIC_CONSTANT(bool, traps = false);
137 BOOST_STATIC_CONSTANT(bool, traps = false);
/third_party/boost/boost/units/
Dlimits.hpp63 BOOST_STATIC_CONSTEXPR bool traps = std::numeric_limits<T>::traps; member in std::numeric_limits
/third_party/abseil-cpp/absl/numeric/
Dint128.h279 static constexpr bool traps = numeric_limits<unsigned __int128>::traps; variable
281 static constexpr bool traps = numeric_limits<uint64_t>::traps; variable
514 static constexpr bool traps = numeric_limits<__int128>::traps; variable
516 static constexpr bool traps = numeric_limits<uint64_t>::traps; variable
/third_party/python/Modules/_decimal/
D_decimal.c83 PyObject *traps; member
485 if (status & (ctx->traps|MPD_Malloc_error)) { in dec_addstatus()
493 ex = flags_as_exception(ctx->traps&status); in dec_addstatus()
497 siglist = flags_as_list(ctx->traps&status); in dec_addstatus()
745 Dec_CONTEXT_GET_ULONG(traps) in Dec_CONTEXT_GET_SSIZE()
1121 retval = ((PyDecContextObject *)self)->traps; in context_getattr()
1159 CTX(self)->traps = 0; in context_clear_traps()
1196 self->traps = PyObject_CallObject((PyObject *)PyDecSignalDict_Type, NULL); in context_new()
1197 if (self->traps == NULL) { in context_new()
1217 SdFlagAddr(self->traps) = &ctx->traps; in context_new()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128.h283 static constexpr bool traps = numeric_limits<unsigned __int128>::traps; variable
285 static constexpr bool traps = numeric_limits<uint64_t>::traps; variable
518 static constexpr bool traps = numeric_limits<__int128>::traps; variable
520 static constexpr bool traps = numeric_limits<uint64_t>::traps; variable
/third_party/glib/docs/
Dmacros.txt51 - memory profiling traps in gmem.c (consult debugging.txt for details)
56 - object ref/unref traps (consult debugging.txt) and object bookkeeping
/third_party/python/Modules/_decimal/libmpdec/examples/
Dsqrt.c51 ctx.traps = 0; in main()
Dshift.c51 ctx.traps = 0; in main()
Dcompare.c51 ctx.traps = 0; in main()
Dmultiply.c51 ctx.traps = 0; in main()

12345