std.cfg: Added valid range for 'acosh'
This commit is contained in:
parent
6c93a82575
commit
05b98712e8
|
@ -157,6 +157,7 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
<valid>1.0:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- float acoshf(float x); -->
|
<!-- float acoshf(float x); -->
|
||||||
|
@ -168,6 +169,7 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
<valid>1.0:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- long double acoshl(long double x); -->
|
<!-- long double acoshl(long double x); -->
|
||||||
|
@ -179,6 +181,7 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
<valid>1.0:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- char *asctime(const struct tm *tm) -->
|
<!-- char *asctime(const struct tm *tm) -->
|
||||||
|
|
Loading…
Reference in New Issue