Searched refs:Perl_fmod (Results 1 – 7 of 7) sorted by relevance
373 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()
2637 # define Perl_fmod fmodl macro2716 # define Perl_fmod fmodq macro2762 # define Perl_fmod fmod macro
1219 NV mod2 = Perl_fmod( right, 2.0 ); in PP()1661 dans = Perl_fmod(dleft, dright); in PP()
86 Perl_fmod # U
1254 a[i] = (UV)Perl_fmod(t2, (NV)UV_MAX); in S_setpayload()2573 RETVAL = Perl_fmod(x, y); /* C89 math */
412 Perl_fmod # E
532 AmTd|NV|Perl_fmod|NV x|NV y