Lines Matching refs:div64_s64
482 kGb * div64_s64(((s64)ambient_new_raw * 1000LL), in mlx90635_preprocess_temp_amb()
484 tmp = div64_s64( in mlx90635_preprocess_temp_amb()
485 div64_s64(((s64)ambient_new_raw * 1000000000000LL), in mlx90635_preprocess_temp_amb()
487 return div64_s64(tmp << 19ULL, 1000LL); in mlx90635_preprocess_temp_amb()
498 kGb * (div64_s64((s64)ambient_new_raw * 1000LL, in mlx90635_preprocess_temp_obj()
500 tmp = div64_s64( in mlx90635_preprocess_temp_obj()
501 div64_s64((s64)(object_raw * 1000000LL), in mlx90635_preprocess_temp_obj()
504 return div64_s64((tmp << 19ULL), 1000LL); in mlx90635_preprocess_temp_obj()
517 return 30 * 1000LL + div64_s64(kPO * 1000000LL, kPG); in mlx90635_calc_temp_ambient()
538 Alpha_corr = div64_s64(Alpha_corr, 1000LL); in mlx90635_calc_temp_object_iteration()
540 Alpha_corr = div64_s64(Alpha_corr, 100LL); in mlx90635_calc_temp_object_iteration()
541 calcedFa = div64_s64((s64)object * 100000000000LL, Alpha_corr); in mlx90635_calc_temp_object_iteration()
549 return (div64_s64(TAdut, scale) + 27315) * in mlx90635_calc_ta4()
550 (div64_s64(TAdut, scale) + 27315) * in mlx90635_calc_ta4()
551 (div64_s64(TAdut, scale) + 27315) * in mlx90635_calc_ta4()
552 (div64_s64(TAdut, scale) + 27315); in mlx90635_calc_ta4()
565 TAdut = div64_s64(((ambient - kTA0) * 1000000LL), kTA) + 30 * 1000000LL; in mlx90635_calc_temp_object()