Home
last modified time | relevance | path

Searched defs:ex (Results 1 - 25 of 202) sorted by relevance

123456789

/third_party/FreeBSD/lib/msun/src/
H A Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() argument
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcoshl.c12 unsigned ex = u.i.se & 0x7fff; in coshl() local
H A Dsinhl.c12 unsigned ex = u.i.se & 0x7fff; in sinhl() local
H A Dtanhl.c12 unsigned ex = u.i.se & 0x7fff; in tanhl() local
H A Datan2l.c32 int m, ex, ey; in atan2l() local
H A Dfmod.c7 int ex = ux.i>>52 & 0x7ff; in fmod() local
[all...]
H A Dfmodf.c7 int ex = ux.i>>23 & 0xff; in fmodf() local
[all...]
H A Dremquol.c12 int ex = ux.i.se & 0x7fff; in remquol() local
[all...]
H A Dremquo.c7 int ex = ux.i>>52 & 0x7ff; in remquo() local
[all...]
H A Dremquof.c7 int ex = ux.i>>23 & 0xff; in remquof() local
[all...]
/third_party/musl/src/math/
H A Dcoshl.c12 unsigned ex = u.i.se & 0x7fff; in coshl() local
H A Dsinhl.c12 unsigned ex = u.i.se & 0x7fff; in sinhl() local
H A Dtanhl.c12 unsigned ex = u.i.se & 0x7fff; in tanhl() local
H A Datan2l.c32 int m, ex, ey; in atan2l() local
H A Dfmod.c7 int ex = ux.i>>52 & 0x7ff; in fmod() local
[all...]
H A Dfmodf.c7 int ex = ux.i>>23 & 0xff; in fmodf() local
[all...]
H A Dremquol.c12 int ex = ux.i.se & 0x7fff; in remquol() local
[all...]
H A Dremquof.c7 int ex = ux.i>>23 & 0xff; in remquof() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DunionsOfTupleTypes1.js98 var ex = ["hi"]; variable
H A DrestTupleElements1.js92 var ex = t[x]; // number | string | boolean variable
/third_party/json/tests/src/
H A Dunit-disabled_exceptions.cpp28 static bool parse_error(std::size_t /*position*/, const std::string& /*last_token*/, const json::exception& ex) in parse_error() argument
/third_party/musl/src/fenv/
H A Dfeupdateenv.c5 int ex = fetestexcept(FE_ALL_EXCEPT); in feupdateenv() local
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfmod.c7 int ex = ux.i>>52 & 0x7ff; in fmod() local
[all...]
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfmod.c7 int ex = ux.i>>52 & 0x7ff; in fmod() local
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_testing_main.cpp35 std::exception_ptr ex = std::current_exception(); variable

Completed in 8 milliseconds

123456789