Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dtime64.c373 v_tm_sec = (int)Perl_fmod(time, 60.0); in Perl_gmtime64_r()
375 v_tm_min = (int)Perl_fmod(time, 60.0); in Perl_gmtime64_r()
377 v_tm_hour = (int)Perl_fmod(time, 24.0); in Perl_gmtime64_r()
385 v_tm_wday = (int)Perl_fmod((v_tm_tday + 4.0), 7.0); in Perl_gmtime64_r()
H A Dperl.h2637 # define Perl_fmod fmodl macro
2716 # define Perl_fmod fmodq macro
2762 # define Perl_fmod fmod macro
H A Dpp.c1219 NV mod2 = Perl_fmod( right, 2.0 ); in PP()
1661 dans = Perl_fmod(dleft, dright); in PP()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500600086 Perl_fmod # U
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1254 a[i] = (UV)Perl_fmod(t2, (NV)UV_MAX); in S_setpayload()
2573 RETVAL = Perl_fmod(x, y); /* C89 math */
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5006000412 Perl_fmod # E
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc532 AmTd|NV|Perl_fmod|NV x|NV y