Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs277 # define c99_trunc truncq macro
328 # define c99_trunc truncl macro
370 # define c99_trunc trunc macro
409 # undef c99_trunc
572 # undef c99_trunc
1160 #ifndef c99_trunc
1165 # define c99_trunc my_trunc macro
1230 NV t1 = c99_trunc(payload); /* towards zero (drop fractional) */ in S_setpayload()
2282 #ifdef c99_trunc
2283 RETVAL = c99_trunc(x);