Lines Matching refs:div64_s64
481 kGb * div64_s64(((s64)ambient_new_raw * 1000LL), in mlx90632_preprocess_temp_amb()
483 tmp = div64_s64( in mlx90632_preprocess_temp_amb()
484 div64_s64(((s64)ambient_new_raw * 1000000000000LL), in mlx90632_preprocess_temp_amb()
486 return div64_s64(tmp << 19ULL, 1000LL); in mlx90632_preprocess_temp_amb()
497 kKa * div64_s64(((s64)ambient_new_raw * 1000LL), in mlx90632_preprocess_temp_obj()
499 tmp = div64_s64( in mlx90632_preprocess_temp_obj()
500 div64_s64(((s64)((object_new_raw + object_old_raw) / 2) in mlx90632_preprocess_temp_obj()
503 return div64_s64((tmp << 19ULL), 1000LL); in mlx90632_preprocess_temp_obj()
513 kKa * div64_s64((s64)ambient_new_raw * 1000LL, in mlx90632_preprocess_temp_obj_extended()
515 tmp = div64_s64( in mlx90632_preprocess_temp_obj_extended()
516 div64_s64((s64) object_new_raw * 1000000000000LL, MLX90632_REF_12), in mlx90632_preprocess_temp_obj_extended()
518 return div64_s64(tmp << 19ULL, 1000LL); in mlx90632_preprocess_temp_obj_extended()
531 Bblock = (div64_s64(Bsub * 10000000LL, P_G)) << 20ULL; in mlx90632_calc_temp_ambient()
534 sum = div64_s64(Ablock, 1000000LL) + Bblock + Cblock; in mlx90632_calc_temp_ambient()
536 return div64_s64(sum, 10000000LL); in mlx90632_calc_temp_ambient()
553 Alpha_corr = div64_s64((((s64)(Fa * 10000000000LL) >> 46LL) in mlx90632_calc_temp_object_iteration()
556 Alpha_corr = emissivity * div64_s64(Alpha_corr, 100000LL); in mlx90632_calc_temp_object_iteration()
557 Alpha_corr = div64_s64(Alpha_corr, 1000LL); in mlx90632_calc_temp_object_iteration()
558 ir_Alpha = div64_s64((s64)object * 10000000LL, Alpha_corr); in mlx90632_calc_temp_object_iteration()
566 return (div64_s64(TAdut, scale) + 27315) * in mlx90632_calc_ta4()
567 (div64_s64(TAdut, scale) + 27315) * in mlx90632_calc_ta4()
568 (div64_s64(TAdut, scale) + 27315) * in mlx90632_calc_ta4()
569 (div64_s64(TAdut, scale) + 27315); in mlx90632_calc_ta4()
582 TAdut = div64_s64(((ambient - kTA0) * 1000000LL), kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object()
604 TAdut = div64_s64((ambient - kTA0) * 1000000LL, kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object_extended()
607 TaTr4 = Tr4 - div64_s64(Tr4 - TAdut4, tmp_emi) * 1000; in mlx90632_calc_temp_object_extended()