Searched refs:excepts (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | fenvndk.cpp | 69 int backParam, excepts;
in FeSetExceptFlag() local 70 napi_get_value_int32(env, args[0], &excepts);
in FeSetExceptFlag() 72 backParam = fesetexceptflag(&flagp, excepts);
in FeSetExceptFlag() 94 int backParam, excepts;
in FeRaiseExcept() local 95 napi_get_value_int32(env, args[0], &excepts);
in FeRaiseExcept() 96 backParam = feraiseexcept(excepts);
in FeRaiseExcept() 127 int backParam, excepts;
in FeGetExceptFlag() local 128 napi_get_value_int32(env, args[0], &excepts);
in FeGetExceptFlag() 130 backParam = fegetexceptflag(flagp, excepts);
in FeGetExceptFlag()
|
Completed in 1 milliseconds