Home
last modified time | relevance | path

Searched refs:ftst (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafterf.S56 ftst / x : 0
65 ftst / x : 0
H A Dnextafter.S58 ftst
70 ftst
H A Dnextafterl.S54 ftst
66 ftst
H A Dnexttowardl.S54 ftst
66 ftst
H A Dpow.S236 ftst / compare %st(0) with 0
314 ftst / compare %st(0) with 0
349 ftst / compare %st(0) with 0
362 ftst / compare %st(0) with 0
378 ftst / compare %st(0) with 0
H A Dpowf.S232 ftst / compare %st(0) with 0
293 ftst / compare %st(0) with 0
328 ftst / compare %st(0) with 0
341 ftst / compare %st(0) with 0
359 ftst / compare %st(0) with 0
H A Dpowl.S228 ftst / compare %st(0) with 0
285 ftst / compare %st(0) with 0
320 ftst / compare %st(0) with 0
333 ftst / compare %st(0) with 0
351 ftst / compare %st(0) with 0
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbool-float.c1 int ftst(double a) { return !a; } in ftst() function
H A Dfp-ops.c6 _Bool ftst(double x) { return !x; } in ftst() function