Searched refs:error_best (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/accelerants/via/engine/ |
H A D | dac.c | 256 float error, error_best = 999999999; in cle266_km400_dac_pix_pll_find() local 349 if (error < error_best) in cle266_km400_dac_pix_pll_find() 351 error_best = error; in cle266_km400_dac_pix_pll_find() 403 float error, error_best = 999999999; in k8m800_dac_pix_pll_find() local 498 if (error < error_best) in k8m800_dac_pix_pll_find() 500 error_best = error; in k8m800_dac_pix_pll_find() 552 float error, error_best = 999999999; in eng_dac_sys_pll_find() local 667 if (error < error_best) in eng_dac_sys_pll_find() 669 error_best = error; in eng_dac_sys_pll_find()
|
H A D | dac2.c | 232 float error, error_best = 999999999; in nv10_nv20_dac2_pix_pll_find() local 339 if (error < error_best) in nv10_nv20_dac2_pix_pll_find() 341 error_best = error; in nv10_nv20_dac2_pix_pll_find()
|
/haiku/src/add-ons/accelerants/matrox/engine/ |
H A D | mga_dac.c | 347 float error, error_best = INFINITY; in milx_dac_pix_pll_find() local 413 if (error < error_best) in milx_dac_pix_pll_find() 415 error_best = error; in milx_dac_pix_pll_find() 467 float error, error_best = INFINITY; in g100_g400max_dac_pix_pll_find() local 563 if (error < error_best) in g100_g400max_dac_pix_pll_find() 565 error_best = error; in g100_g400max_dac_pix_pll_find() 628 float error, error_best = INFINITY; in g450_g550_dac_pix_pll_find() local 698 if (error < error_best) in g450_g550_dac_pix_pll_find() 700 error_best = error; in g450_g550_dac_pix_pll_find() 762 float error, error_best = INFINITY; in g100_g400max_dac_sys_pll_find() local [all …]
|
H A D | mga_maven.c | 339 float error, error_best = INT_MAX; in g100_g400max_maven_vid_pll_find() local 417 if (error < error_best) in g100_g400max_maven_vid_pll_find() 419 error_best = error; in g100_g400max_maven_vid_pll_find() 572 float error, error_best = INFINITY; in g450_g550_maven_vid_pll_find() local 635 if (error < error_best) in g450_g550_maven_vid_pll_find() 637 error_best = error; in g450_g550_maven_vid_pll_find()
|
/haiku/src/add-ons/accelerants/skeleton/engine/ |
H A D | dac.c | 224 float error, error_best = 999999999; in nv4_nv10_nv20_dac_pix_pll_find() local 332 if (error < error_best) in nv4_nv10_nv20_dac_pix_pll_find() 334 error_best = error; in nv4_nv10_nv20_dac_pix_pll_find() 391 float error, error_best = 999999999; in eng_dac_sys_pll_find() local 506 if (error < error_best) in eng_dac_sys_pll_find() 508 error_best = error; in eng_dac_sys_pll_find()
|
H A D | dac2.c | 232 float error, error_best = 999999999; in nv10_nv20_dac2_pix_pll_find() local 339 if (error < error_best) in nv10_nv20_dac2_pix_pll_find() 341 error_best = error; in nv10_nv20_dac2_pix_pll_find()
|
/haiku/src/add-ons/accelerants/nvidia/engine/ |
H A D | nv_dac.c | 333 float error, error_best = INFINITY; in nv4_nv10_nv20_dac_pix_pll_find() local 430 if (error < error_best) in nv4_nv10_nv20_dac_pix_pll_find() 432 error_best = error; in nv4_nv10_nv20_dac_pix_pll_find() 493 float error, error_best = INFINITY; in nv_dac_sys_pll_find() local 608 if (error < error_best) in nv_dac_sys_pll_find() 610 error_best = error; in nv_dac_sys_pll_find()
|
H A D | nv_dac2.c | 290 float error, error_best = INFINITY; in nv10_nv20_dac2_pix_pll_find() local 386 if (error < error_best) in nv10_nv20_dac2_pix_pll_find() 388 error_best = error; in nv10_nv20_dac2_pix_pll_find()
|
/haiku/src/add-ons/accelerants/neomagic/engine/ |
H A D | nm_dac.c | 207 float error, error_best = 999999999; in nm_dac_pix_pll_find() local 288 if (error < error_best) in nm_dac_pix_pll_find() 290 error_best = error; in nm_dac_pix_pll_find()
|