OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:int_to_rational
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_param_color_correction.py
52
transforms = [its.objects.
int_to_rational
([1,0,0, 0,1,0, 0,0,1]),
53
its.objects.
int_to_rational
([1,0,0, 0,1,0, 0,0,1]),
54
its.objects.
int_to_rational
([1,0,0, 0,1,0, 0,0,2])]
/cts/apps/CameraITS/pymodules/its/
objects.py
26
def
int_to_rational
(i):
function
106
int_to_rational
([1,0,0, 0,1,0, 0,0,1]),
288
"""Unit test for
int_to_rational
.
290
self.assertEqual(
int_to_rational
(10),
292
self.assertEqual(
int_to_rational
([1,2]),
Completed in 220 milliseconds