Searched refs:fmod (Results 1 – 9 of 9) sorted by relevance
/openbmc/telemetry/redfish-tests/ |
H A D | redfish_requests.py | 118 time = math.fmod(time, (24 * 60 * 60)) 120 time = math.fmod(time, (60 * 60)) 122 time = round(math.fmod(time, 60), 3)
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | tbldo.S | 346 .long pmod |$21-0 fmod all 347 .long pmod |$21-1 fmod all 348 .long pmod |$21-2 fmod all 349 .long pmod |$21-3 fmod all 350 .long pmod |$21-4 fmod all 351 .long serror |$21-5 fmod ERROR 352 .long serror |$21-6 fmod ERROR 353 .long serror |$21-7 fmod ERROR
|
H A D | do_func.S | 253 | ;$21 fmod
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0900_core.c | 881 fmod, in stv0900_activate_s2_modcod() local 900 fmod = 14; in stv0900_activate_s2_modcod() 903 fmod = 13; in stv0900_activate_s2_modcod() 906 fmod = 11; in stv0900_activate_s2_modcod() 909 fmod = 7; in stv0900_activate_s2_modcod() 917 0xf0 | fmod); in stv0900_activate_s2_modcod() 920 (fmod << 4) | 0xf); in stv0900_activate_s2_modcod()
|
/openbmc/qemu/target/m68k/ |
H A D | helper.h | 68 DEF_HELPER_4(fmod, void, env, fp, fp, fp)
|
H A D | fpu_helper.c | 596 void HELPER(fmod)(CPUM68KState *env, FPReg *res, FPReg *val0, FPReg *val1) in HELPER() argument
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 776 printf("a=%f b=%f fmod(a, b)=%f\n", a, b, fmod(a, b)); in test_fops()
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 2485 # fabs fdabs fsabs facos fmod 11376 # frem,fmod, and fscale would get the dst trashed here. But, for 11444 long fmod - tbl_unsupp # 21: fmod
|
H A D | pfpsp.S | 2484 # fabs fdabs fsabs facos fmod
|