Searched refs:FORCE_MMS (Results 1 – 5 of 5) sorted by relevance
149 …ctx->forcing_choice == FORCE_NONE && !app_ctx->bc_clamp_count) app_ctx->forcing_choice = FORCE_MMS; in ProcessCommandLineOptions()151 if (!app_ctx->bc_clamp_count && app_ctx->forcing_choice != FORCE_MMS) { in ProcessCommandLineOptions()
95 if (app_ctx->forcing_choice == FORCE_MMS) { in SetupDMByDegree()
30 … [FORCE_MMS] = {.setup_forcing = SetupMMSForce, .setup_forcing_loc = SetupMMSForce_loc }355 if (forcing_choice == FORCE_MMS) { in SetupLibceedFineLevel()
18 typedef enum { FORCE_NONE = 0, FORCE_CONST = 1, FORCE_MMS = 2 } forcingType; enumerator
736 if (app_ctx->forcing_choice == FORCE_MMS) { in main()