Searched refs:func_round (Results 1 – 2 of 2) sorted by relevance
2344 exc->func_round = (TT_Round_Func)Round_None; in Compute_Round()2348 exc->func_round = (TT_Round_Func)Round_To_Grid; in Compute_Round()2352 exc->func_round = (TT_Round_Func)Round_Up_To_Grid; in Compute_Round()2356 exc->func_round = (TT_Round_Func)Round_Down_To_Grid; in Compute_Round()2360 exc->func_round = (TT_Round_Func)Round_To_Half_Grid; in Compute_Round()2364 exc->func_round = (TT_Round_Func)Round_To_Double_Grid; in Compute_Round()2368 exc->func_round = (TT_Round_Func)Round_Super; in Compute_Round()2372 exc->func_round = (TT_Round_Func)Round_Super_45; in Compute_Round()2897 args[0] = ( ( exc->func_round( exc, args[0], 3 ) & 127 ) == 64 ); in Ins_ODD()2911 args[0] = ( ( exc->func_round( exc, args[0], 3 ) & 127 ) == 0 ); in Ins_EVEN()[all …]
235 TT_Round_Func func_round; /* current rounding function */ member