Home
last modified time | relevance | path

Searched refs:orig_d (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c1630 _test_double_fp16_values(double orig_d) in _test_double_fp16_values() argument
1635 if (orig_d > 0x7FFF) { in _test_double_fp16_values()
1640 first_fp16 = double_to_fp1616(orig_d); in _test_double_fp16_values()
1655 assert(final_d > orig_d - 0.1); in _test_double_fp16_values()
1656 assert(final_d < orig_d + 0.1); in _test_double_fp16_values()
1660 if (orig_d > 0) in _test_double_fp16_values()
1661 _test_double_fp16_values(-orig_d); in _test_double_fp16_values()
1665 _test_double_fp32_values(double orig_d) in _test_double_fp32_values() argument
1670 if (orig_d > 0x7FFFFFFF) { in _test_double_fp32_values()
1675 first_fp32 = double_to_fp3232(orig_d); in _test_double_fp32_values()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py369 def create_variant(name, orig_d, arg = None): argument
372 new_d = bb.data.createCopy(orig_d)