aperture          796 core/shooting.c short shooting_get_av96_from_aperture(int aperture)
aperture          798 core/shooting.c     return (int)((log((double)aperture/1000.0) * 192 * inv_log_2) + 0.5);
aperture           87 include/shooting.h extern short shooting_get_av96_from_aperture(int aperture);
aperture          774 tools/ubasic_test/camera_functions.c short shooting_get_av96_from_aperture(int aperture)
aperture          776 tools/ubasic_test/camera_functions.c     printf("*** shooting_get_av96_from_aperture %d ***\n", aperture);
aperture          777 tools/ubasic_test/camera_functions.c     return (int)((log((double)aperture/1000.0) * 192 * inv_log_2) + 0.5);