OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MP_TRUNC
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imrat.c
486
if (limit == 0) return
MP_TRUNC
;
611
res =
MP_TRUNC
;
666
(res !=
MP_TRUNC
)) {
709
if (res ==
MP_TRUNC
&& *endp == '.') {
737
(res !=
MP_TRUNC
)) {
763
return
MP_TRUNC
;
776
(res !=
MP_TRUNC
)) {
imath.h
77
extern const mp_result
MP_TRUNC
;
325
Returns `
MP_TRUNC
` if `limit` was to small to write all of `z`.
344
`
MP_TRUNC
`. is returned.
359
`
MP_TRUNC
`. is returned. If `end` is not NULL, `*end` is set to point to
371
the given `buf`. Returns `
MP_TRUNC
` if the buffer limit was too small to
395
modified. Returns `
MP_TRUNC
` if the buffer limit was too small to contain
imath.c
40
const mp_result
MP_TRUNC
= -5; /* output truncated */
1486
return
MP_TRUNC
;
1554
return
MP_TRUNC
;
2777
return (uz == 0) ? MP_OK :
MP_TRUNC
;
/src/external/mit/isl/dist/imath_wrap/
wrap.h
12
#define
MP_TRUNC
ISL_MP_TRUNC
Completed in 18 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026