Searched +refs:math +refs:trunc (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Derlang.vim95 syn keyword erlangBIF term_to_binary throw time tl trunc
107 syn keyword erlangBIF get_cookie hash math module_loaded
111 " functions of math library
/macosx-10.9.5/file_cmds-230/df/
H A Ddf.c67 #include <math.h>
494 (void)printf(" %5.0f%%", trunc(value));
/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dping6.c142 #include <math.h>
2821 goto trunc;
2880 goto trunc;
2883 goto trunc;
2888 trunc:
/macosx-10.9.5/vim-53/src/
H A Deval.c34 # include <math.h>
7918 {"trunc", 1, 1, f_trunc},
17831 * "trunc({float})" function
17842 /* trunc() is not in C90, use floor() or ceil() instead. */

Completed in 141 milliseconds